Uses of Interface
com.google.protobuf.Message.Builder
Packages that use Message.Builder
-
Uses of Message.Builder in com.google.protobuf
Classes in com.google.protobuf that implement Message.BuilderModifier and TypeClassDescriptionstatic classAbstractMessage.Builder<BuilderType extends AbstractMessage.Builder<BuilderType>>A partial implementation of theMessage.Builderinterface which implements as many methods of that interface as possible in terms of other methods.static final classProtobuf typegoogle.protobuf.Anystatic final classProtobuf typegoogle.protobuf.Apistatic final classProtobuf typegoogle.protobuf.BoolValuestatic final classProtobuf typegoogle.protobuf.BytesValuestatic final classProtobuf typegoogle.protobuf.DescriptorProtostatic final classProtobuf typegoogle.protobuf.DescriptorProto.ExtensionRangestatic final classProtobuf typegoogle.protobuf.DescriptorProto.ReservedRangestatic final classProtobuf typegoogle.protobuf.EnumDescriptorProtostatic final classProtobuf typegoogle.protobuf.EnumDescriptorProto.EnumReservedRangestatic final classProtobuf typegoogle.protobuf.EnumOptionsstatic final classProtobuf typegoogle.protobuf.EnumValueDescriptorProtostatic final classProtobuf typegoogle.protobuf.EnumValueOptionsstatic final classProtobuf typegoogle.protobuf.ExtensionRangeOptionsstatic final classProtobuf typegoogle.protobuf.ExtensionRangeOptions.Declarationstatic final classProtobuf typegoogle.protobuf.FeatureSetstatic final classProtobuf typegoogle.protobuf.FeatureSetDefaultsstatic final classProtobuf typegoogle.protobuf.FeatureSetDefaults.FeatureSetEditionDefaultstatic final classProtobuf typegoogle.protobuf.FieldDescriptorProtostatic final classProtobuf typegoogle.protobuf.FieldOptionsstatic final classProtobuf typegoogle.protobuf.FieldOptions.EditionDefaultstatic final classProtobuf typegoogle.protobuf.FieldOptions.FeatureSupportstatic final classProtobuf typegoogle.protobuf.FileDescriptorProtostatic final classProtobuf typegoogle.protobuf.FileDescriptorSetstatic final classProtobuf typegoogle.protobuf.FileOptionsstatic final classProtobuf typegoogle.protobuf.GeneratedCodeInfo.Annotationstatic final classProtobuf typegoogle.protobuf.GeneratedCodeInfostatic final classProtobuf typegoogle.protobuf.MessageOptionsstatic final classProtobuf typegoogle.protobuf.MethodDescriptorProtostatic final classProtobuf typegoogle.protobuf.MethodOptionsstatic final classProtobuf typegoogle.protobuf.OneofDescriptorProtostatic final classProtobuf typegoogle.protobuf.OneofOptionsstatic final classProtobuf typegoogle.protobuf.ServiceDescriptorProtostatic final classProtobuf typegoogle.protobuf.ServiceOptionsstatic final classProtobuf typegoogle.protobuf.SourceCodeInfostatic final classProtobuf typegoogle.protobuf.SourceCodeInfo.Locationstatic final classProtobuf typegoogle.protobuf.UninterpretedOptionstatic final classProtobuf typegoogle.protobuf.UninterpretedOption.NamePartstatic final classProtobuf typegoogle.protobuf.DoubleValuestatic final classProtobuf typegoogle.protobuf.Durationstatic final classBuilder forDynamicMessages.static final classProtobuf typegoogle.protobuf.Emptystatic final classProtobuf typegoogle.protobuf.Enumstatic final classProtobuf typegoogle.protobuf.EnumValuestatic final classProtobuf typegoogle.protobuf.Fieldstatic final classProtobuf typegoogle.protobuf.FieldMaskstatic final classProtobuf typegoogle.protobuf.FloatValuestatic classGeneratedMessage.Builder<BuilderT extends GeneratedMessage.Builder<BuilderT>>Builder class forGeneratedMessage.static classGeneratedMessage.ExtendableBuilder<MessageT extends GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>> Generated message builders for message types that contain extension ranges subclass this.static classGeneratedMessageV3.Builder<BuilderT extends GeneratedMessageV3.Builder<BuilderT>>Deprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).static classGeneratedMessageV3.ExtendableBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>> Deprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).static final classProtobuf typegoogle.protobuf.Int32Valuestatic final classProtobuf typegoogle.protobuf.Int64Valuestatic final classProtobuf typepb.JavaFeaturesstatic final classProtobuf typegoogle.protobuf.ListValuestatic classMapEntry.Builder<K,V> Builder to createMapEntrymessages.static final classProtobuf typegoogle.protobuf.Methodstatic final classProtobuf typegoogle.protobuf.Mixinstatic final classProtobuf typegoogle.protobuf.Optionstatic final classProtobuf typegoogle.protobuf.SourceContextstatic final classProtobuf typegoogle.protobuf.StringValuestatic final classProtobuf typegoogle.protobuf.Structstatic final classProtobuf typegoogle.protobuf.Timestampstatic final classProtobuf typegoogle.protobuf.Typestatic final classProtobuf typegoogle.protobuf.UInt32Valuestatic final classProtobuf typegoogle.protobuf.UInt64Valuestatic final classProtobuf typegoogle.protobuf.ValueMethods in com.google.protobuf that return Message.BuilderModifier and TypeMethodDescriptionMessage.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) LikesetRepeatedField, but appends the value as a new element.Message.Builder.clear()Message.Builder.clearField(Descriptors.FieldDescriptor field) Clears the field.Message.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Clears the oneof.Message.Builder.clone()AbstractMessage.Builder.getFieldBuilder(Descriptors.FieldDescriptor field) DynamicMessage.Builder.getFieldBuilder(Descriptors.FieldDescriptor field) GeneratedMessage.Builder.getFieldBuilder(Descriptors.FieldDescriptor field) GeneratedMessage.ExtendableBuilder.getFieldBuilder(Descriptors.FieldDescriptor field) Message.Builder.getFieldBuilder(Descriptors.FieldDescriptor field) Get a nested builder instance for the given field.AbstractMessage.Builder.getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index) DynamicMessage.Builder.getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index) GeneratedMessage.Builder.getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index) GeneratedMessage.ExtendableBuilder.getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index) Message.Builder.getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index) Get a nested builder instance for the given repeated field instance.Message.Builder.mergeFrom(byte[] data) Message.Builder.mergeFrom(byte[] data, int off, int len) Message.Builder.mergeFrom(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) Message.Builder.mergeFrom(byte[] data, ExtensionRegistryLite extensionRegistry) Message.Builder.mergeFrom(ByteString data) Message.Builder.mergeFrom(ByteString data, ExtensionRegistryLite extensionRegistry) Message.Builder.mergeFrom(CodedInputStream input) Message.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Mergeotherinto the message being built.Message.Builder.mergeFrom(InputStream input) Message.Builder.mergeFrom(InputStream input, ExtensionRegistryLite extensionRegistry) Message.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) Merge some unknown fields into theUnknownFieldSetfor this message.GeneratedMessage.Builder.newBuilderForField(Descriptors.FieldDescriptor field) GeneratedMessage.ExtendableBuilder.newBuilderForField(Descriptors.FieldDescriptor field) MapEntry.Builder.newBuilderForField(Descriptors.FieldDescriptor field) Message.Builder.newBuilderForField(Descriptors.FieldDescriptor field) Create a builder for messages of the appropriate type for the given field.protected Message.BuilderAbstractMessage.newBuilderForType(AbstractMessage.BuilderParent parent) Create a nested builder.protected Message.BuilderGeneratedMessageV3.newBuilderForType(AbstractMessage.BuilderParent parent) Deprecated.protected abstract Message.BuilderGeneratedMessageV3.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Deprecated.Message.newBuilderForType()Message.Builder.setField(Descriptors.FieldDescriptor field, Object value) Sets a field to the given value.Message.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Sets an element of a repeated field to the given value.Message.Builder.setUnknownFields(UnknownFieldSet unknownFields) Set theUnknownFieldSetfor this message.Message.toBuilder()Methods in com.google.protobuf with parameters of type Message.BuilderModifier and TypeMethodDescriptionstatic voidTextFormat.merge(CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder) Parse a text-format message frominputand merge the contents intobuilder.static voidTextFormat.merge(CharSequence input, Message.Builder builder) Parse a text-format message frominputand merge the contents intobuilder.static voidTextFormat.merge(Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder) Parse a text-format message frominputand merge the contents intobuilder.static voidTextFormat.merge(Readable input, Message.Builder builder) Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser.merge(CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder) Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser.merge(CharSequence input, Message.Builder builder) Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser.merge(Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder) Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser.merge(Readable input, Message.Builder builder) Parse a text-format message frominputand merge the contents intobuilder. -
Uses of Message.Builder in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement Message.BuilderModifier and TypeClassDescriptionstatic final classProtobuf typegoogle.protobuf.compiler.CodeGeneratorRequeststatic final classProtobuf typegoogle.protobuf.compiler.CodeGeneratorResponsestatic final classProtobuf typegoogle.protobuf.compiler.CodeGeneratorResponse.Filestatic final classProtobuf typegoogle.protobuf.compiler.Version -
Uses of Message.Builder in com.ocient.jdbc.proto
Classes in com.ocient.jdbc.proto that implement Message.BuilderModifier and TypeClassDescriptionstatic final classProtobuf typexg.cmdcomp.AttachToQuerystatic final classContains the minimal subset of info the client needs to perform any prerequisite authentication challenge(s).static final classProtobuf typexg.cmdcomp.CancelQuerystatic final classProtobuf typexg.cmdcomp.CancelQueryResponsestatic final classProtobuf typexg.cmdcomp.ClientConnectionstatic final classProtobuf typexg.cmdcomp.ClientConnection2static final classProtobuf typexg.cmdcomp.ClientConnection2Responsestatic final classProtobuf typexg.cmdcomp.ClientConnectionGCMstatic final classProtobuf typexg.cmdcomp.ClientConnectionGCM2static final classProtobuf typexg.cmdcomp.ClientConnectionGCM2Responsestatic final classProtobuf typexg.cmdcomp.ClientConnectionGCMResponsestatic final classProtobuf typexg.cmdcomp.ClientConnectionRefreshSessionstatic final classProtobuf typexg.cmdcomp.ClientConnectionRefreshSessionResponsestatic final classProtobuf typexg.cmdcomp.ClientConnectionRefreshTokenstatic final classProtobuf typexg.cmdcomp.ClientConnectionRefreshTokenResponsestatic final classProtobuf typexg.cmdcomp.ClientConnectionResponsestatic final classProtobuf typexg.cmdcomp.ClientConnectionSecurityTokenstatic final classProtobuf typexg.cmdcomp.ClientConnectionSecurityTokenResponsestatic final classProtobuf typexg.cmdcomp.ClientConnectionSSOstatic final classProtobuf typexg.cmdcomp.ClientConnectionSSO2static final classProtobuf typexg.cmdcomp.ClientConnectionSSO2Responsestatic final classProtobuf typexg.cmdcomp.ClientConnectionSSOResponsestatic final classProtobuf typexg.cmdcomp.CloseConnectionstatic final classProtobuf typexg.cmdcomp.CloseResultSetstatic final classProtobuf typexg.cmdcomp.ConfirmationResponsestatic final classProtobuf typexg.cmdcomp.ExecuteExplainstatic final classSpark Deprecatedstatic final classProtobuf typexg.cmdcomp.ExecuteExportstatic final classProtobuf typexg.cmdcomp.ExecuteExportResponsestatic final classProtobuf typexg.cmdcomp.ExecuteInlinePlanstatic final classProtobuf typexg.cmdcomp.ExecutePlanstatic final classProtobuf typexg.cmdcomp.ExecuteQuerystatic final classProtobuf typexg.cmdcomp.ExecuteQueryResponsestatic final classProtobuf typexg.cmdcomp.ExecuteUpdatestatic final classProtobuf typexg.cmdcomp.ExecuteUpdateResponsestatic final classProtobuf typexg.cmdcomp.ExplainPipelineRequeststatic final classProtobuf typexg.cmdcomp.ExplainPipelineResponsestatic final classProtobuf typexg.cmdcomp.ExplainPlanstatic final classProtobuf typexg.cmdcomp.ExplainResponseStringPlanstatic final classProtobuf typexg.cmdcomp.FetchAuthenticatorsstatic final classProtobuf typexg.cmdcomp.FetchAuthenticatorsResponsestatic final classProtobuf typexg.cmdcomp.FetchDatastatic final classProtobuf typexg.cmdcomp.FetchDataResponsestatic final classProtobuf typexg.cmdcomp.FetchMetadatastatic final classProtobuf typexg.cmdcomp.FetchMetadataResponsestatic final classProtobuf typexg.cmdcomp.FetchSystemMetadatastatic final classProtobuf typexg.cmdcomp.FetchSystemMetadataResponsestatic final classProtobuf typexg.cmdcomp.FetchUpdateStatusstatic final classProtobuf typexg.cmdcomp.FetchUpdateStatusResponsestatic final classDeprecated.Protobuf typexg.cmdcomp.ForceExternalstatic final classProtobuf typexg.cmdcomp.GetSchemastatic final classProtobuf typexg.cmdcomp.GetSchemaResponsestatic final classProtobuf typexg.cmdcomp.KillQuerystatic final classProtobuf typexg.cmdcomp.KillQueryResponsestatic final classProtobuf typexg.cmdcomp.ListPlanstatic final classProtobuf typexg.cmdcomp.ListPlanResponsestatic final classProtobuf typexg.cmdcomp.OpenIDAuthenticatorstatic final classProtobuf typexg.cmdcomp.QueryConcurrencyResponsestatic final classThe request has a type and then the relevant optional field is filled.static final classProtobuf typexg.cmdcomp.ResultSetstatic final classProtobuf typexg.cmdcomp.SecondaryInterfaceListstatic final classFor Connectors v2, we should be using compact JWE's which provide integrity verifiction + encryptionstatic final classProtobuf typexg.cmdcomp.ServerVersionstatic final classProtobuf typexg.cmdcomp.SessionInfostatic final classProtobuf typexg.cmdcomp.SetParameterstatic final classProtobuf typexg.cmdcomp.SetParameter.Concurrencystatic final classProtobuf typexg.cmdcomp.SetParameter.ForceExternalstatic final classProtobuf typexg.cmdcomp.SetParameter.MaxTempDiskLimitstatic final classProtobuf typexg.cmdcomp.SetParameter.MemoryTracingstatic final classProtobuf typexg.cmdcomp.SetParameter.Prioritystatic final classProtobuf typexg.cmdcomp.SetParameter.PriorityAdjustFactorstatic final classProtobuf typexg.cmdcomp.SetParameter.PriorityAdjustTimestatic final classProtobuf typexg.cmdcomp.SetParameter.ResultSetColumnLimitstatic final classProtobuf typexg.cmdcomp.SetParameter.RowLimitstatic final classProtobuf typexg.cmdcomp.SetParameter.ServiceClassNamestatic final classProtobuf typexg.cmdcomp.SetParameter.TimeLimitstatic final classProtobuf typexg.cmdcomp.SetSchemastatic final classProtobuf typexg.cmdcomp.TestConnection