Uses of Interface
com.google.protobuf.Message
-
Packages that use Message Package Description com.google.protobuf com.google.protobuf.compiler -
-
Uses of Message in com.google.protobuf
Classes in com.google.protobuf with type parameters of type Message Modifier and Type Class Description static class
GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type>
Type used to represent generated extensions.Classes in com.google.protobuf that implement Message Modifier and Type Class Description class
AbstractMessage
A partial implementation of theMessage
interface which implements as many methods of that interface as possible in terms of other methods.static class
DescriptorProtos.DescriptorProto
Describes a message type.static class
DescriptorProtos.DescriptorProto.ExtensionRange
Protobuf typegoogle.protobuf.DescriptorProto.ExtensionRange
static class
DescriptorProtos.DescriptorProto.ReservedRange
Range of reserved tag numbers.static class
DescriptorProtos.EnumDescriptorProto
Describes an enum type.static class
DescriptorProtos.EnumDescriptorProto.EnumReservedRange
Range of reserved numeric values.static class
DescriptorProtos.EnumOptions
Protobuf typegoogle.protobuf.EnumOptions
static class
DescriptorProtos.EnumValueDescriptorProto
Describes a value within an enum.static class
DescriptorProtos.EnumValueOptions
Protobuf typegoogle.protobuf.EnumValueOptions
static class
DescriptorProtos.ExtensionRangeOptions
Protobuf typegoogle.protobuf.ExtensionRangeOptions
static class
DescriptorProtos.FieldDescriptorProto
Describes a field within a message.static class
DescriptorProtos.FieldOptions
Protobuf typegoogle.protobuf.FieldOptions
static class
DescriptorProtos.FileDescriptorProto
Describes a complete .proto file.static class
DescriptorProtos.FileDescriptorSet
The protocol compiler can output a FileDescriptorSet containing the .proto files it parses.static class
DescriptorProtos.FileOptions
Protobuf typegoogle.protobuf.FileOptions
static class
DescriptorProtos.GeneratedCodeInfo
Describes the relationship between generated code and its original source file.static class
DescriptorProtos.GeneratedCodeInfo.Annotation
Protobuf typegoogle.protobuf.GeneratedCodeInfo.Annotation
static class
DescriptorProtos.MessageOptions
Protobuf typegoogle.protobuf.MessageOptions
static class
DescriptorProtos.MethodDescriptorProto
Describes a method of a service.static class
DescriptorProtos.MethodOptions
Protobuf typegoogle.protobuf.MethodOptions
static class
DescriptorProtos.OneofDescriptorProto
Describes a oneof.static class
DescriptorProtos.OneofOptions
Protobuf typegoogle.protobuf.OneofOptions
static class
DescriptorProtos.ServiceDescriptorProto
Describes a service.static class
DescriptorProtos.ServiceOptions
Protobuf typegoogle.protobuf.ServiceOptions
static class
DescriptorProtos.SourceCodeInfo
Encapsulates information about the original source file from which a FileDescriptorProto was generated.static class
DescriptorProtos.SourceCodeInfo.Location
Protobuf typegoogle.protobuf.SourceCodeInfo.Location
static class
DescriptorProtos.UninterpretedOption
A message representing a option the parser does not recognize.static class
DescriptorProtos.UninterpretedOption.NamePart
The name of the uninterpreted option.class
DynamicMessage
An implementation ofMessage
that can represent arbitrary types, given aDescriptors.Descriptor
.class
GeneratedMessage
All generated protocol message classes extend this class.static class
GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>
Generated message classes for message types that contain extension ranges subclass this.class
GeneratedMessageV3
All generated protocol message classes extend this class.static class
GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>
Generated message classes for message types that contain extension ranges subclass this.class
MapEntry<K,V>
Implements MapEntry messages.Fields in com.google.protobuf declared as Message Modifier and Type Field Description Message
ExtensionRegistry.ExtensionInfo. defaultInstance
A default instance of the extension's type, if it has a message type.private Message
GeneratedMessage.FieldAccessorTable.MapFieldAccessor. mapEntryMessageDefaultInstance
private Message
GeneratedMessageV3.FieldAccessorTable.MapFieldAccessor. mapEntryMessageDefaultInstance
private Message
GeneratedMessage.GeneratedExtension. messageDefaultInstance
private Message
Descriptors.DescriptorValidationException. proto
Fields in com.google.protobuf with type parameters of type Message Modifier and Type Field Description private java.util.List<Message>
MapField. listData
Methods in com.google.protobuf with type parameters of type Message Modifier and Type Method Description private static <Type extends Message>
TypeRpcUtil. copyAsType(Type typeDefaultInstance, Message source)
Creates a new message of type "Type" which is a copy of "source".static <Type extends Message>
RpcCallback<Message>RpcUtil. generalizeCallback(RpcCallback<Type> originalCallback, java.lang.Class<Type> originalClass, Type defaultInstance)
Take anRpcCallback
accepting a specific message type and convert it to anRpcCallback<Message>
.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newFileScopedGeneratedExtension(java.lang.Class singularType, Message defaultInstance)
For use by generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newFileScopedGeneratedExtension(java.lang.Class singularType, Message defaultInstance, java.lang.String descriptorOuterClass, java.lang.String extensionName)
Used in proto1 generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newMessageScopedGeneratedExtension(Message scope, int descriptorIndex, java.lang.Class singularType, Message defaultInstance)
For use by generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newMessageScopedGeneratedExtension(Message scope, java.lang.String name, java.lang.Class singularType, Message defaultInstance)
Used in proto1 generated code only.static <T extends Message>
TTextFormat. parse(java.lang.CharSequence input, ExtensionRegistry extensionRegistry, java.lang.Class<T> protoClass)
Parse a text-format message frominput
.static <T extends Message>
TTextFormat. parse(java.lang.CharSequence input, java.lang.Class<T> protoClass)
Parse a text-format message frominput
.protected static <M extends Message>
MGeneratedMessage. parseDelimitedWithIOException(Parser<M> parser, java.io.InputStream input)
protected static <M extends Message>
MGeneratedMessage. parseDelimitedWithIOException(Parser<M> parser, java.io.InputStream input, ExtensionRegistryLite extensions)
protected static <M extends Message>
MGeneratedMessageV3. parseDelimitedWithIOException(Parser<M> parser, java.io.InputStream input)
protected static <M extends Message>
MGeneratedMessageV3. parseDelimitedWithIOException(Parser<M> parser, java.io.InputStream input, ExtensionRegistryLite extensions)
protected static <M extends Message>
MGeneratedMessage. parseWithIOException(Parser<M> parser, CodedInputStream input)
protected static <M extends Message>
MGeneratedMessage. parseWithIOException(Parser<M> parser, CodedInputStream input, ExtensionRegistryLite extensions)
protected static <M extends Message>
MGeneratedMessage. parseWithIOException(Parser<M> parser, java.io.InputStream input)
protected static <M extends Message>
MGeneratedMessage. parseWithIOException(Parser<M> parser, java.io.InputStream input, ExtensionRegistryLite extensions)
protected static <M extends Message>
MGeneratedMessageV3. parseWithIOException(Parser<M> parser, CodedInputStream input)
protected static <M extends Message>
MGeneratedMessageV3. parseWithIOException(Parser<M> parser, CodedInputStream input, ExtensionRegistryLite extensions)
protected static <M extends Message>
MGeneratedMessageV3. parseWithIOException(Parser<M> parser, java.io.InputStream input)
protected static <M extends Message>
MGeneratedMessageV3. parseWithIOException(Parser<M> parser, java.io.InputStream input, ExtensionRegistryLite extensions)
static <Type extends Message>
RpcCallback<Type>RpcUtil. specializeCallback(RpcCallback<Message> originalCallback)
Take anRpcCallback<Message>
and convert it to anRpcCallback
accepting a specific message type.static <T extends Message>
Parser<T>DiscardUnknownFieldsParser. wrap(Parser<T> parser)
Methods in com.google.protobuf that return Message Modifier and Type Method Description Message
Message.Builder. build()
Message
Message.Builder. buildPartial()
Message
BlockingRpcChannel. callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype)
Call the given method of the remote service and blocks until it returns.Message
BlockingService. callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request)
Equivalent toService.callMethod(com.google.protobuf.Descriptors.MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.RpcCallback<com.google.protobuf.Message>)
, except thatcallBlockingMethod()
returns the result of the RPC or throws aServiceException
if there is a failure, rather than passing the information to a callback.private Message
GeneratedMessageV3.FieldAccessorTable.MapFieldAccessor. coerceType(Message value)
Message
MapField.Converter. convertKeyAndValueToMessage(K key, V value)
private Message
MapField. convertKeyAndValueToMessage(K key, V value)
Message
MapField.ImmutableMessageConverter. convertKeyAndValueToMessage(K key, V value)
private static Message
DescriptorMessageInfoFactory. getDefaultInstance(java.lang.Class<?> messageType)
Message
GeneratedMessage.ExtendableMessageOrBuilder. getDefaultInstanceForType()
Message
GeneratedMessageV3.ExtendableMessageOrBuilder. getDefaultInstanceForType()
Message
MessageOrBuilder. getDefaultInstanceForType()
(package private) Message
MapField. getMapEntryMessageDefaultInstance()
Gets the default instance of the message stored in the list view of this map field.abstract Message
Extension. getMessageDefaultInstance()
Returns the default instance of the extension field, if it's a message extension.Message
GeneratedMessage.GeneratedExtension. getMessageDefaultInstance()
If the extension is an embedded message or group, returns the default instance of the message.Message
MapField.Converter. getMessageDefaultInstance()
Message
MapField.ImmutableMessageConverter. getMessageDefaultInstance()
Message
Descriptors.DescriptorValidationException. getProblemProto()
Gets the protocol message representation of the invalid descriptor.Message
BlockingService. getRequestPrototype(Descriptors.MethodDescriptor method)
Message
Service. getRequestPrototype(Descriptors.MethodDescriptor method)
callMethod()
requires that the request passed in is of a particular subclass ofMessage
.Message
BlockingService. getResponsePrototype(Descriptors.MethodDescriptor method)
Message
Service. getResponsePrototype(Descriptors.MethodDescriptor method)
LikegetRequestPrototype()
, but gets a prototype of the response message.Message
Descriptors.DescriptorPool.PackageDescriptor. toProto()
abstract Message
Descriptors.GenericDescriptor. toProto()
Methods in com.google.protobuf that return types with arguments of type Message Modifier and Type Method Description private java.util.List<Message>
MapField. convertMapToList(MapField.MutatabilityAwareMap<K,V> mapData)
static <Type extends Message>
RpcCallback<Message>RpcUtil. generalizeCallback(RpcCallback<Type> originalCallback, java.lang.Class<Type> originalClass, Type defaultInstance)
Take anRpcCallback
accepting a specific message type and convert it to anRpcCallback<Message>
.(package private) java.util.List<Message>
MapField. getList()
Gets the content of this MapField as a read-only List.(package private) java.util.List<Message>
MapField. getMutableList()
Gets a mutable List view of this MapField.Parser<? extends Message>
Message. getParserForType()
Methods in com.google.protobuf with parameters of type Message Modifier and Type Method Description void
ExtensionRegistry. add(Descriptors.FieldDescriptor type, Message defaultInstance)
Add a message-type extension to the registry by descriptor.Message
BlockingRpcChannel. callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype)
Call the given method of the remote service and blocks until it returns.Message
BlockingService. callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request)
Equivalent toService.callMethod(com.google.protobuf.Descriptors.MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.RpcCallback<com.google.protobuf.Message>)
, except thatcallBlockingMethod()
returns the result of the RPC or throws aServiceException
if there is a failure, rather than passing the information to a callback.void
RpcChannel. callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype, RpcCallback<Message> done)
Call the given method of the remote service.void
Service. callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, RpcCallback<Message> done)
Call a method of the service specified by MethodDescriptor.private Message
GeneratedMessageV3.FieldAccessorTable.MapFieldAccessor. coerceType(Message value)
void
MapField.Converter. convertMessageToKeyAndValue(Message message, java.util.Map<K,V> map)
private void
MapField. convertMessageToKeyAndValue(Message message, java.util.Map<K,V> map)
void
MapField.ImmutableMessageConverter. convertMessageToKeyAndValue(Message message, java.util.Map<K,V> map)
private static <Type extends Message>
TypeRpcUtil. copyAsType(Type typeDefaultInstance, Message source)
Creates a new message of type "Type" which is a copy of "source".(package private) static int
MessageReflection. getSerializedSize(Message message, java.util.Map<Descriptors.FieldDescriptor,java.lang.Object> fields)
BuilderType
AbstractMessage.Builder. mergeFrom(Message other)
(package private) BuilderType
AbstractMessage.Builder. mergeFrom(Message other, java.util.Map<Descriptors.FieldDescriptor,java.lang.Object> allFields)
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. mergeFrom(Message other)
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
DescriptorProtos.DescriptorProto.ExtensionRange.Builder. mergeFrom(Message other)
DescriptorProtos.DescriptorProto.ReservedRange.Builder
DescriptorProtos.DescriptorProto.ReservedRange.Builder. mergeFrom(Message other)
DescriptorProtos.EnumDescriptorProto.Builder
DescriptorProtos.EnumDescriptorProto.Builder. mergeFrom(Message other)
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder. mergeFrom(Message other)
DescriptorProtos.EnumOptions.Builder
DescriptorProtos.EnumOptions.Builder. mergeFrom(Message other)
DescriptorProtos.EnumValueDescriptorProto.Builder
DescriptorProtos.EnumValueDescriptorProto.Builder. mergeFrom(Message other)
DescriptorProtos.EnumValueOptions.Builder
DescriptorProtos.EnumValueOptions.Builder. mergeFrom(Message other)
DescriptorProtos.ExtensionRangeOptions.Builder
DescriptorProtos.ExtensionRangeOptions.Builder. mergeFrom(Message other)
DescriptorProtos.FieldDescriptorProto.Builder
DescriptorProtos.FieldDescriptorProto.Builder. mergeFrom(Message other)
DescriptorProtos.FieldOptions.Builder
DescriptorProtos.FieldOptions.Builder. mergeFrom(Message other)
DescriptorProtos.FileDescriptorProto.Builder
DescriptorProtos.FileDescriptorProto.Builder. mergeFrom(Message other)
DescriptorProtos.FileDescriptorSet.Builder
DescriptorProtos.FileDescriptorSet.Builder. mergeFrom(Message other)
DescriptorProtos.FileOptions.Builder
DescriptorProtos.FileOptions.Builder. mergeFrom(Message other)
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder. mergeFrom(Message other)
DescriptorProtos.GeneratedCodeInfo.Builder
DescriptorProtos.GeneratedCodeInfo.Builder. mergeFrom(Message other)
DescriptorProtos.MessageOptions.Builder
DescriptorProtos.MessageOptions.Builder. mergeFrom(Message other)
DescriptorProtos.MethodDescriptorProto.Builder
DescriptorProtos.MethodDescriptorProto.Builder. mergeFrom(Message other)
DescriptorProtos.MethodOptions.Builder
DescriptorProtos.MethodOptions.Builder. mergeFrom(Message other)
DescriptorProtos.OneofDescriptorProto.Builder
DescriptorProtos.OneofDescriptorProto.Builder. mergeFrom(Message other)
DescriptorProtos.OneofOptions.Builder
DescriptorProtos.OneofOptions.Builder. mergeFrom(Message other)
DescriptorProtos.ServiceDescriptorProto.Builder
DescriptorProtos.ServiceDescriptorProto.Builder. mergeFrom(Message other)
DescriptorProtos.ServiceOptions.Builder
DescriptorProtos.ServiceOptions.Builder. mergeFrom(Message other)
DescriptorProtos.SourceCodeInfo.Builder
DescriptorProtos.SourceCodeInfo.Builder. mergeFrom(Message other)
DescriptorProtos.SourceCodeInfo.Location.Builder
DescriptorProtos.SourceCodeInfo.Location.Builder. mergeFrom(Message other)
DescriptorProtos.UninterpretedOption.Builder
DescriptorProtos.UninterpretedOption.Builder. mergeFrom(Message other)
DescriptorProtos.UninterpretedOption.NamePart.Builder
DescriptorProtos.UninterpretedOption.NamePart.Builder. mergeFrom(Message other)
DynamicMessage.Builder
DynamicMessage.Builder. mergeFrom(Message other)
Message.Builder
Message.Builder. mergeFrom(Message other)
Mergeother
into the message being built.static DynamicMessage.Builder
DynamicMessage. newBuilder(Message prototype)
Construct aMessage.Builder
for a message of the same type asprototype
, and initialize it withprototype
's contents.MessageReflection.MergeTarget
MessageReflection.BuilderAdapter. newEmptyTargetForField(Descriptors.FieldDescriptor field, Message defaultInstance)
MessageReflection.MergeTarget
MessageReflection.ExtensionAdapter. newEmptyTargetForField(Descriptors.FieldDescriptor descriptor, Message defaultInstance)
MessageReflection.MergeTarget
MessageReflection.MergeTarget. newEmptyTargetForField(Descriptors.FieldDescriptor descriptor, Message defaultInstance)
Returns an empty merge target for a sub-field.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newFileScopedGeneratedExtension(java.lang.Class singularType, Message defaultInstance)
For use by generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newFileScopedGeneratedExtension(java.lang.Class singularType, Message defaultInstance, java.lang.String descriptorOuterClass, java.lang.String extensionName)
Used in proto1 generated code only.MessageReflection.MergeTarget
MessageReflection.BuilderAdapter. newMergeTargetForField(Descriptors.FieldDescriptor field, Message defaultInstance)
MessageReflection.MergeTarget
MessageReflection.ExtensionAdapter. newMergeTargetForField(Descriptors.FieldDescriptor descriptor, Message defaultInstance)
MessageReflection.MergeTarget
MessageReflection.MergeTarget. newMergeTargetForField(Descriptors.FieldDescriptor descriptor, Message defaultInstance)
Returns a new merge target for a sub-field.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newMessageScopedGeneratedExtension(Message scope, int descriptorIndex, java.lang.Class singularType, Message defaultInstance)
For use by generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newMessageScopedGeneratedExtension(Message scope, java.lang.String name, java.lang.Class singularType, Message defaultInstance)
Used in proto1 generated code only.protected static UninitializedMessageException
AbstractMessage.Builder. newUninitializedMessageException(Message message)
Construct an UninitializedMessageException reporting missing fields in the given message.java.lang.Object
MessageReflection.BuilderAdapter. parseGroup(CodedInputStream input, ExtensionRegistryLite extensionRegistry, Descriptors.FieldDescriptor field, Message defaultInstance)
java.lang.Object
MessageReflection.ExtensionAdapter. parseGroup(CodedInputStream input, ExtensionRegistryLite registry, Descriptors.FieldDescriptor field, Message defaultInstance)
java.lang.Object
MessageReflection.MergeTarget. parseGroup(CodedInputStream input, ExtensionRegistryLite registry, Descriptors.FieldDescriptor descriptor, Message defaultInstance)
Parse the input stream into a sub field group defined based on either FieldDescriptor or the default instance.java.lang.Object
MessageReflection.BuilderAdapter. parseMessage(CodedInputStream input, ExtensionRegistryLite extensionRegistry, Descriptors.FieldDescriptor field, Message defaultInstance)
java.lang.Object
MessageReflection.ExtensionAdapter. parseMessage(CodedInputStream input, ExtensionRegistryLite registry, Descriptors.FieldDescriptor field, Message defaultInstance)
java.lang.Object
MessageReflection.MergeTarget. parseMessage(CodedInputStream input, ExtensionRegistryLite registry, Descriptors.FieldDescriptor descriptor, Message defaultInstance)
Parse the input stream into a sub field message defined based on either FieldDescriptor or the default instance.java.lang.Object
MessageReflection.BuilderAdapter. parseMessageFromBytes(ByteString bytes, ExtensionRegistryLite extensionRegistry, Descriptors.FieldDescriptor field, Message defaultInstance)
java.lang.Object
MessageReflection.ExtensionAdapter. parseMessageFromBytes(ByteString bytes, ExtensionRegistryLite registry, Descriptors.FieldDescriptor field, Message defaultInstance)
java.lang.Object
MessageReflection.MergeTarget. parseMessageFromBytes(ByteString bytes, ExtensionRegistryLite registry, Descriptors.FieldDescriptor descriptor, Message defaultInstance)
Parse from a ByteString into a sub field message defined based on either FieldDescriptor or the default instance.(package private) static void
MessageReflection. writeMessageTo(Message message, java.util.Map<Descriptors.FieldDescriptor,java.lang.Object> fields, CodedOutputStream output, boolean alwaysWriteRequiredFields)
Method parameters in com.google.protobuf with type arguments of type Message Modifier and Type Method Description void
RpcChannel. callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype, RpcCallback<Message> done)
Call the given method of the remote service.void
Service. callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, RpcCallback<Message> done)
Call a method of the service specified by MethodDescriptor.private MapField.MutatabilityAwareMap<K,V>
MapField. convertListToMap(java.util.List<Message> listData)
static <Type extends Message>
RpcCallback<Type>RpcUtil. specializeCallback(RpcCallback<Message> originalCallback)
Take anRpcCallback<Message>
and convert it to anRpcCallback
accepting a specific message type.Constructors in com.google.protobuf with parameters of type Message Constructor Description ExtensionInfo(Descriptors.FieldDescriptor descriptor, Message defaultInstance)
GeneratedExtension(GeneratedMessage.ExtensionDescriptorRetriever descriptorRetriever, java.lang.Class singularType, Message messageDefaultInstance, Extension.ExtensionType extensionType)
-
Uses of Message in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement Message Modifier and Type Class Description static class
PluginProtos.CodeGeneratorRequest
An encoded CodeGeneratorRequest is written to the plugin's stdin.static class
PluginProtos.CodeGeneratorResponse
The plugin writes an encoded CodeGeneratorResponse to stdout.static class
PluginProtos.CodeGeneratorResponse.File
Represents a single generated file.static class
PluginProtos.Version
The version number of protocol compiler.Methods in com.google.protobuf.compiler with parameters of type Message Modifier and Type Method Description PluginProtos.CodeGeneratorRequest.Builder
PluginProtos.CodeGeneratorRequest.Builder. mergeFrom(Message other)
PluginProtos.CodeGeneratorResponse.Builder
PluginProtos.CodeGeneratorResponse.Builder. mergeFrom(Message other)
PluginProtos.CodeGeneratorResponse.File.Builder
PluginProtos.CodeGeneratorResponse.File.Builder. mergeFrom(Message other)
PluginProtos.Version.Builder
PluginProtos.Version.Builder. mergeFrom(Message other)
-