-
AbstractMessage
- Class in
com.google.protobuf
-
A partial implementation of the
Message interface which implements as many methods of that interface as possible in terms of other methods.
-
AbstractMessage() - Constructor for class com
.google
.protobuf
.
AbstractMessage
-
-
AbstractMessage.Builder
<
BuilderType extends
AbstractMessage.Builder
> - Class in
com.google.protobuf
-
A partial implementation of the
Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
-
AbstractMessageLite
- Class in
com.google.protobuf
-
A partial implementation of the
MessageLite interface which implements as many methods of that interface as possible in terms of other methods.
-
AbstractMessageLite() - Constructor for class com
.google
.protobuf
.
AbstractMessageLite
-
-
AbstractMessageLite.Builder
<
BuilderType extends
AbstractMessageLite.Builder
> - Class in
com.google.protobuf
-
A partial implementation of the
Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
-
AbstractParser
<
MessageType extends
MessageLite
> - Class in
com.google.protobuf
-
A partial implementation of the
Parser interface which implements as many methods of that interface as possible in terms of other methods.
-
AbstractParser() - Constructor for class com
.google
.protobuf
.
AbstractParser
-
-
add(Extension<?, ?>) - Method in class com
.google
.protobuf
.
ExtensionRegistry
-
Add an extension from a generated file to the registry.
-
add(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
ExtensionRegistry
-
Add a non-message-type extension to the registry by descriptor.
-
add(Descriptors.FieldDescriptor, Message) - Method in class com
.google
.protobuf
.
ExtensionRegistry
-
Add a message-type extension to the registry by descriptor.
-
add(GeneratedMessageLite.GeneratedExtension<?, ?>) - Method in class com
.google
.protobuf
.
ExtensionRegistryLite
-
Add an extension from a lite generated file to the registry.
-
add(int, String) - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
add(ByteString) - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
add(byte[]) - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
add(ByteString) - Method in interface com
.google
.protobuf
.
LazyStringList
-
Appends the specified element to the end of this list (optional operation).
-
add(byte[]) - Method in interface com
.google
.protobuf
.
LazyStringList
-
Appends the specified element to the end of this list (optional operation).
-
add(ByteString) - Method in class com
.google
.protobuf
.
UnmodifiableLazyStringList
-
-
add(byte[]) - Method in class com
.google
.protobuf
.
UnmodifiableLazyStringList
-
-
addAll(Iterable<T>, Collection<? super T>) - Static method in class com
.google
.protobuf
.
AbstractMessageLite.Builder
-
Adds the
values to the
list.
-
addAll(Collection<? extends String>) - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
addAll(int, Collection<? extends String>) - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
addAllByteArray(Collection<byte[]>) - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
addAllByteArray(Collection<byte[]>) - Method in interface com
.google
.protobuf
.
LazyStringList
-
Appends all elements in the specified byte[] collection to the end of this list.
-
addAllByteArray(Collection<byte[]>) - Method in class com
.google
.protobuf
.
UnmodifiableLazyStringList
-
-
addAllByteString(Collection<? extends ByteString>) - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
addAllByteString(Collection<? extends ByteString>) - Method in interface com
.google
.protobuf
.
LazyStringList
-
Appends all elements in the specified ByteString collection to the end of this list.
-
addAllByteString(Collection<? extends ByteString>) - Method in class com
.google
.protobuf
.
UnmodifiableLazyStringList
-
-
addAllDependency(Iterable<String>) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3;
-
addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
addAllExtensionRange(Iterable<? extends DescriptorProtos.DescriptorProto.ExtensionRange>) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
addAllField(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
addAllFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
addAllLocation(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location>) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
addAllMessages(Iterable<? extends MType>) - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Appends all of the messages in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
-
addAllMessageType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto>) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
addAllName(Iterable<? extends DescriptorProtos.UninterpretedOption.NamePart>) - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
addAllNestedType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
addAllOneofDecl(Iterable<? extends DescriptorProtos.OneofDescriptorProto>) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
addAllPath(Iterable<? extends Integer>) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true];
-
addAllPublicDependency(Iterable<? extends Integer>) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10;
-
addAllService(Iterable<? extends DescriptorProtos.ServiceDescriptorProto>) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
addAllSpan(Iterable<? extends Integer>) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true];
-
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addAllValue(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto>) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
addAllWeakDependency(Iterable<? extends Integer>) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11;
-
addBuilder(MType) - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Appends a new builder to the end of this list and returns the builder.
-
addBuilder(int, MType) - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Inserts a new builder at the specified position in this list.
-
addDependency(String) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3;
-
addDependencyBytes(ByteString) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3;
-
addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
addEnumTypeBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
addEnumTypeBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
addEnumTypeBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
addEnumTypeBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
addExtension(Extension<MessageType, List<Type>>, Type) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
Append a value to a repeated extension.
-
addExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, Type) - Method in class com
.google
.protobuf
.
GeneratedMessageLite.ExtendableBuilder
-
Append a value to a repeated extension.
-
addExtensionBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
addExtensionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
addExtensionBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
addExtensionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
addExtensionRangeBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
addExtensionRangeBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
addField(DescriptorProtos.FieldDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
addField(int, DescriptorProtos.FieldDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
addField(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
addField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
addField(int, UnknownFieldSet.Field) - Method in class com
.google
.protobuf
.
UnknownFieldSet.Builder
-
Add a field to the
UnknownFieldSet.
-
addFieldBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
addFieldBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
addFile(DescriptorProtos.FileDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
addFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
addFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
addFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
addFileBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
addFileBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
addFixed32(int) - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field.Builder
-
Add a fixed32 value.
-
addFixed64(long) - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field.Builder
-
Add a fixed64 value.
-
addGroup(UnknownFieldSet) - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field.Builder
-
Add an embedded group.
-
addLengthDelimited(ByteString) - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field.Builder
-
Add a length-delimited value.
-
addLocation(DescriptorProtos.SourceCodeInfo.Location) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
addLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
addLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
addLocationBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
addLocationBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
addMessage(MType) - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Appends the specified element to the end of this list.
-
addMessage(int, MType) - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Inserts the specified message at the specified position in this list.
-
addMessageType(DescriptorProtos.DescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
addMessageType(int, DescriptorProtos.DescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
addMessageType(DescriptorProtos.DescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
addMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
addMessageTypeBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
addMessageTypeBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
addMethod(DescriptorProtos.MethodDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
addMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
addMethod(DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
addMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
addMethodBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
addMethodBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
addName(DescriptorProtos.UninterpretedOption.NamePart) - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
addName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
addName(DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
addName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
addNameBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
addNameBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
addNestedType(DescriptorProtos.DescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
addNestedType(int, DescriptorProtos.DescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
addNestedType(DescriptorProtos.DescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
addNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
addNestedTypeBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
addNestedTypeBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
addOneofDecl(DescriptorProtos.OneofDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
addOneofDecl(int, DescriptorProtos.OneofDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
addOneofDecl(DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
addOneofDecl(int, DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
addOneofDeclBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
addOneofDeclBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
addPath(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true];
-
addPublicDependency(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10;
-
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
-
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in interface com
.google
.protobuf
.
Message.Builder
-
Like
setRepeatedField, but appends the value as a new element.
-
addService(DescriptorProtos.ServiceDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
addService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
addService(DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
addService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
addServiceBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
addServiceBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
addSpan(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true];
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
addValue(DescriptorProtos.EnumValueDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
addValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
addValue(DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
addValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
addValueBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
addValueBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
addVarint(long) - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field.Builder
-
Add a varint value.
-
addWeakDependency(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11;
-
AGGREGATE_VALUE_FIELD_NUMBER - Static variable in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
-
ALLOW_ALIAS_FIELD_NUMBER - Static variable in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
-
AlreadyCalledException() - Constructor for exception com
.google
.protobuf
.
RpcUtil.AlreadyCalledException
-
-
alwaysUseFieldBuilders - Static variable in class com
.google
.protobuf
.
GeneratedMessage
-
For testing.
-
asByteArrayList() - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
asByteArrayList() - Method in interface com
.google
.protobuf
.
LazyStringList
-
Returns a mutable view of this list.
-
asByteArrayList() - Method in class com
.google
.protobuf
.
UnmodifiableLazyStringList
-
-
asByteStringList() - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
asByteStringList() - Method in interface com
.google
.protobuf
.
ProtocolStringList
-
Returns a view of the data as a list of ByteStrings.
-
asByteStringList() - Method in class com
.google
.protobuf
.
UnmodifiableLazyStringList
-
-
asInvalidProtocolBufferException() - Method in exception com
.google
.protobuf
.
UninitializedMessageException
-
-
asMap() - Method in class com
.google
.protobuf
.
UnknownFieldSet
-
Get a map of fields in the set by number.
-
asMap() - Method in class com
.google
.protobuf
.
UnknownFieldSet.Builder
-
Get all present
Fields as an immutable
Map.
-
asReadOnlyByteBuffer() - Method in class com
.google
.protobuf
.
ByteString
-
Constructs a read-only
java.nio.ByteBuffer whose content is equal to the contents of this byte string.
-
asReadOnlyByteBufferList() - Method in class com
.google
.protobuf
.
ByteString
-
Constructs a list of read-only
java.nio.ByteBuffer objects such that the concatenation of their contents is equal to the contents of this byte string.
-
assignDescriptors(Descriptors.FileDescriptor) - Method in interface com
.google
.protobuf
.
Descriptors.FileDescriptor.InternalDescriptorAssigner
-
-
callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message, Message) - Method in interface com
.google
.protobuf
.
BlockingRpcChannel
-
Call the given method of the remote service and blocks until it returns.
-
callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message) - Method in interface com
.google
.protobuf
.
BlockingService
-
-
callMethod(Descriptors.MethodDescriptor, RpcController, Message, Message, RpcCallback<Message>) - Method in interface com
.google
.protobuf
.
RpcChannel
-
Call the given method of the remote service.
-
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in interface com
.google
.protobuf
.
Service
-
Call a method of the service specified by MethodDescriptor.
-
CC_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
-
checkByteStringIsUtf8(ByteString) - Static method in class com
.google
.protobuf
.
AbstractMessageLite
-
-
checkLastTagWas(int) - Method in class com
.google
.protobuf
.
CodedInputStream
-
Verifies that the last call to readTag() returned the given tag value.
-
checkNoSpaceLeft() - Method in class com
.google
.protobuf
.
CodedOutputStream
-
-
clear() - Method in class com
.google
.protobuf
.
AbstractMessage.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.
-
clear() - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
-
clear() - Method in class com
.google
.protobuf
.
GeneratedMessageLite.Builder
-
-
clear() - Method in class com
.google
.protobuf
.
GeneratedMessageLite.ExtendableBuilder
-
-
clear() - Method in class com
.google
.protobuf
.
LazyFieldLite
-
-
clear() - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
clear() - Method in interface com
.google
.protobuf
.
Message.Builder
-
-
clear() - Method in interface com
.google
.protobuf
.
MessageLite.Builder
-
Resets all fields to their default values.
-
clear() - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Removes all of the elements from this list.
-
clear() - Method in class com
.google
.protobuf
.
SingleFieldBuilder
-
Clears the value of the field.
-
clear() - Method in class com
.google
.protobuf
.
UnknownFieldSet.Builder
-
Reset the builder to an empty set.
-
clear() - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field.Builder
-
Discard the field's contents.
-
clearAggregateValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8;
-
clearAllowAlias() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
optional bool allow_alias = 2;
-
clearCcGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool cc_generic_services = 16 [default = false];
-
clearCtype() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
-
clearDefaultValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7;
-
clearDependency() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3;
-
clearDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
optional bool deprecated = 3 [default = false];
-
clearDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
optional bool deprecated = 1 [default = false];
-
clearDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional bool deprecated = 3 [default = false];
-
clearDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool deprecated = 23 [default = false];
-
clearDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
optional bool deprecated = 3 [default = false];
-
clearDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
optional bool deprecated = 33 [default = false];
-
clearDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
optional bool deprecated = 33 [default = false];
-
clearDoubleValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional double double_value = 6;
-
clearEnd() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 end = 2;
-
clearEnumType() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
clearEnumType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
clearExperimentalMapKey() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional string experimental_map_key = 9;
-
clearExtendee() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2;
-
clearExtension() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
clearExtension() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
clearExtension(Extension<MessageType, ?>) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
Clear an extension.
-
clearExtension(GeneratedMessageLite.GeneratedExtension<MessageType, ?>) - Method in class com
.google
.protobuf
.
GeneratedMessageLite.ExtendableBuilder
-
Clear an extension.
-
clearExtensionRange() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
clearField() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
clearField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
clearField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
clearField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
-
clearField(Descriptors.FieldDescriptor) - Method in interface com
.google
.protobuf
.
Message.Builder
-
Clears the field.
-
clearField(int) - Method in class com
.google
.protobuf
.
UnknownFieldSet.Builder
-
Clear fields from the set with a given field number.
-
clearFile() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
clearGoPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11;
-
clearIdentifierValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3;
-
clearInputType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2;
-
clearIsExtension() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required bool is_extension = 2;
-
clearJavaGenerateEqualsAndHash() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool java_generate_equals_and_hash = 20 [default = false];
-
clearJavaGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false];
-
clearJavaMultipleFiles() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool java_multiple_files = 10 [default = false];
-
clearJavaOuterClassname() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8;
-
clearJavaPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1;
-
clearJavaStringCheckUtf8() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool java_string_check_utf8 = 27 [default = false];
-
clearLabel() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
-
clearLazy() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional bool lazy = 5 [default = false];
-
clearLeadingComments() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3;
-
clearLocation() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
clearMessageSetWireFormat() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
optional bool message_set_wire_format = 1 [default = false];
-
clearMessageType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
clearMethod() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
clearName() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1;
-
clearName() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1;
-
clearName() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1;
-
clearName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1;
-
clearName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1;
-
clearName() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1;
-
clearName() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto.Builder
-
optional string name = 1;
-
clearName() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1;
-
clearName() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
clearNamePart() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1;
-
clearNegativeIntValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional int64 negative_int_value = 5;
-
clearNestedType() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
clearNoStandardDescriptorAccessor() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
optional bool no_standard_descriptor_accessor = 2 [default = false];
-
clearNumber() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional int32 number = 2;
-
clearNumber() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 number = 3;
-
clearOneof(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
AbstractMessage.Builder
-
TODO(jieluo): Clear it when all subclasses have implemented this method.
-
clearOneof(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
clearOneof(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
clearOneof(Descriptors.OneofDescriptor) - Method in interface com
.google
.protobuf
.
Message.Builder
-
Clears the oneof.
-
clearOneofDecl() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
clearOneofIndex() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 oneof_index = 9;
-
clearOptimizeFor() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
-
clearOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7;
-
clearOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3;
-
clearOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3;
-
clearOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8;
-
clearOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8;
-
clearOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4;
-
clearOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3;
-
clearOutputType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3;
-
clearPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2;
-
clearPacked() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional bool packed = 2;
-
clearPath() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true];
-
clearPositiveIntValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional uint64 positive_int_value = 4;
-
clearPublicDependency() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10;
-
clearPyGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool py_generic_services = 18 [default = false];
-
clearService() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
clearSourceCodeInfo() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
-
clearSpan() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true];
-
clearStart() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 start = 1;
-
clearStringValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional bytes string_value = 7;
-
clearTrailingComments() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4;
-
clearType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
-
clearTypeName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6;
-
clearUninterpretedOption() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
clearUninterpretedOption() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
clearUninterpretedOption() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
clearUninterpretedOption() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
clearUninterpretedOption() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
clearUninterpretedOption() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
clearUninterpretedOption() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
clearValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
clearWeak() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional bool weak = 10 [default = false];
-
clearWeakDependency() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11;
-
clone() - Method in class com
.google
.protobuf
.
AbstractMessage.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
AbstractMessageLite.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
-
clone() - Method in class com
.google
.protobuf
.
GeneratedMessageLite.Builder
-
-
clone() - Method in class com
.google
.protobuf
.
GeneratedMessageLite.ExtendableBuilder
-
-
clone() - Method in interface com
.google
.protobuf
.
Message.Builder
-
-
clone() - Method in interface com
.google
.protobuf
.
MessageLite.Builder
-
Clones the Builder.
-
clone() - Method in class com
.google
.protobuf
.
UnknownFieldSet.Builder
-
-
CODE_SIZE_VALUE - Static variable in enum com
.google
.protobuf
.
DescriptorProtos.FileOptions.OptimizeMode
-
CODE_SIZE = 2;
-
CodedInputStream
- Class in
com.google.protobuf
-
Reads and decodes protocol message fields.
-
CodedOutputStream
- Class in
com.google.protobuf
-
Encodes and writes protocol message fields.
-
CodedOutputStream.OutOfSpaceException
- Exception in
com.google.protobuf
-
If you create a CodedOutputStream around a simple flat array, you must not attempt to write more bytes than the array has space.
-
com.google.protobuf - package com.google.protobuf
-
-
compareTo(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Compare with another
FieldDescriptor.
-
computeBoolSize(int, boolean) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bool field, including tag.
-
computeBoolSizeNoTag(boolean) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bool field.
-
computeByteArraySize(int, byte[]) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes field, including tag.
-
computeByteArraySizeNoTag(byte[]) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes field.
-
computeByteBufferSize(int, ByteBuffer) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes field, including tag.
-
computeByteBufferSizeNoTag(ByteBuffer) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes field.
-
computeBytesSize(int, ByteString) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes field, including tag.
-
computeBytesSizeNoTag(ByteString) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes field.
-
computeDoubleSize(int, double) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
double field, including tag.
-
computeDoubleSizeNoTag(double) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
double field, including tag.
-
computeEnumSize(int, int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an enum field, including tag.
-
computeEnumSizeNoTag(int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an enum field.
-
computeFixed32Size(int, int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed32 field, including tag.
-
computeFixed32SizeNoTag(int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed32 field.
-
computeFixed64Size(int, long) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed64 field, including tag.
-
computeFixed64SizeNoTag(long) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed64 field.
-
computeFloatSize(int, float) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
float field, including tag.
-
computeFloatSizeNoTag(float) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
float field, including tag.
-
computeGroupSize(int, MessageLite) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
group field, including tag.
-
computeGroupSizeNoTag(MessageLite) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
group field.
-
computeInt32Size(int, int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int32 field, including tag.
-
computeInt32SizeNoTag(int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int32 field, including tag.
-
computeInt64Size(int, long) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int64 field, including tag.
-
computeInt64SizeNoTag(long) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int64 field, including tag.
-
computeLazyFieldMessageSetExtensionSize(int, LazyFieldLite) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an lazily parsed MessageSet extension field to the stream.
-
computeLazyFieldSize(int, LazyFieldLite) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message in lazy field, including tag.
-
computeLazyFieldSizeNoTag(LazyFieldLite) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message stored in lazy field.
-
computeMessageSetExtensionSize(int, MessageLite) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a MessageSet extension to the stream.
-
computeMessageSize(int, MessageLite) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message field, including tag.
-
computeMessageSizeNoTag(MessageLite) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message field.
-
computeRawMessageSetExtensionSize(int, ByteString) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an unparsed MessageSet extension field to the stream.
-
computeRawVarint32Size(int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a varint.
-
computeRawVarint64Size(long) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a varint.
-
computeSFixed32Size(int, int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed32 field, including tag.
-
computeSFixed32SizeNoTag(int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed32 field.
-
computeSFixed64Size(int, long) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed64 field, including tag.
-
computeSFixed64SizeNoTag(long) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed64 field.
-
computeSInt32Size(int, int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint32 field, including tag.
-
computeSInt32SizeNoTag(int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint32 field.
-
computeSInt64Size(int, long) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint64 field, including tag.
-
computeSInt64SizeNoTag(long) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint64 field.
-
computeStringSize(int, String) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
string field, including tag.
-
computeStringSizeNoTag(String) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
string field.
-
computeTagSize(int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a tag.
-
computeUInt32Size(int, int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint32 field, including tag.
-
computeUInt32SizeNoTag(int) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint32 field.
-
computeUInt64Size(int, long) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint64 field, including tag.
-
computeUInt64SizeNoTag(long) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint64 field, including tag.
-
computeUnknownGroupSize(int, MessageLite) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
-
computeUnknownGroupSizeNoTag(MessageLite) - Static method in class com
.google
.protobuf
.
CodedOutputStream
-
-
concat(ByteString) - Method in class com
.google
.protobuf
.
ByteString
-
Concatenate the given
ByteString to this one.
-
containsDefaultInstance() - Method in class com
.google
.protobuf
.
LazyField
-
-
containsDefaultInstance() - Method in class com
.google
.protobuf
.
LazyFieldLite
-
-
copyByteBuffer(ByteBuffer) - Static method in class com
.google
.protobuf
.
Internal
-
Create a new ByteBuffer and copy all the content of
source ByteBuffer to the new ByteBuffer.
-
copyFrom(byte[], int, int) - Static method in class com
.google
.protobuf
.
ByteString
-
Copies the given bytes into a
ByteString.
-
copyFrom(byte[]) - Static method in class com
.google
.protobuf
.
ByteString
-
Copies the given bytes into a
ByteString.
-
copyFrom(ByteBuffer, int) - Static method in class com
.google
.protobuf
.
ByteString
-
Copies the next
size bytes from a
java.nio.ByteBuffer into a
ByteString.
-
copyFrom(ByteBuffer) - Static method in class com
.google
.protobuf
.
ByteString
-
Copies the remaining bytes from a
java.nio.ByteBuffer into a
ByteString.
-
copyFrom(String, String) - Static method in class com
.google
.protobuf
.
ByteString
-
Encodes
text into a sequence of bytes using the named charset and returns the result as a
ByteString.
-
copyFrom(Iterable<ByteString>) - Static method in class com
.google
.protobuf
.
ByteString
-
Concatenates all byte strings in the iterable and returns the result.
-
copyFromUtf8(String) - Static method in class com
.google
.protobuf
.
ByteString
-
Encodes
text into a sequence of UTF-8 bytes and returns the result as a
ByteString.
-
copyTo(byte[], int) - Method in class com
.google
.protobuf
.
ByteString
-
Copies bytes into a buffer at the given offset.
-
copyTo(byte[], int, int, int) - Method in class com
.google
.protobuf
.
ByteString
-
Copies bytes into a buffer.
-
copyTo(ByteBuffer) - Method in class com
.google
.protobuf
.
ByteString
-
Copies bytes into a ByteBuffer.
-
copyToInternal(byte[], int, int, int) - Method in class com
.google
.protobuf
.
ByteString
-
Internal (package private) implementation of
-
CORD_VALUE - Static variable in enum com
.google
.protobuf
.
DescriptorProtos.FieldOptions.CType
-
CORD = 1;
-
CTYPE_FIELD_NUMBER - Static variable in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
-
generalizeCallback(RpcCallback<Type>, Class<Type>, Type) - Static method in class com
.google
.protobuf
.
RpcUtil
-
Take an
RpcCallback accepting a specific message type and convert it to an
RpcCallback<Message>.
-
GeneratedMessage
- Class in
com.google.protobuf
-
All generated protocol message classes extend this class.
-
GeneratedMessage() - Constructor for class com
.google
.protobuf
.
GeneratedMessage
-
-
GeneratedMessage(GeneratedMessage.Builder<?>) - Constructor for class com
.google
.protobuf
.
GeneratedMessage
-
-
GeneratedMessage.Builder
<
BuilderType extends
GeneratedMessage.Builder
> - Class in
com.google.protobuf
-
-
GeneratedMessage.BuilderParent
- Interface in
com.google.protobuf
-
Interface for the parent of a Builder that allows the builder to communicate invalidations back to the parent for use when using nested builders.
-
GeneratedMessage.ExtendableBuilder
<
MessageType extends
GeneratedMessage.ExtendableMessage
,
BuilderType extends
GeneratedMessage.ExtendableBuilder
> - Class in
com.google.protobuf
-
Generated message builders for message types that contain extension ranges subclass this.
-
GeneratedMessage.ExtendableMessage
<
MessageType extends
GeneratedMessage.ExtendableMessage
> - Class in
com.google.protobuf
-
Generated message classes for message types that contain extension ranges subclass this.
-
GeneratedMessage.ExtendableMessage.ExtensionWriter
- Class in
com.google.protobuf
-
Used by subclasses to serialize extensions.
-
GeneratedMessage.ExtendableMessageOrBuilder
<
MessageType extends
GeneratedMessage.ExtendableMessage
> - Interface in
com.google.protobuf
-
-
GeneratedMessage.FieldAccessorTable
- Class in
com.google.protobuf
-
Users should ignore this class.
-
GeneratedMessage.GeneratedExtension
<
ContainingType extends
Message
,
Type> - Class in
com.google.protobuf
-
Type used to represent generated extensions.
-
GeneratedMessageLite
- Class in
com.google.protobuf
-
-
GeneratedMessageLite() - Constructor for class com
.google
.protobuf
.
GeneratedMessageLite
-
-
GeneratedMessageLite(GeneratedMessageLite.Builder) - Constructor for class com
.google
.protobuf
.
GeneratedMessageLite
-
-
GeneratedMessageLite.Builder
<
MessageType extends
GeneratedMessageLite
,
BuilderType extends
GeneratedMessageLite.Builder
> - Class in
com.google.protobuf
-
-
GeneratedMessageLite.ExtendableBuilder
<
MessageType extends
GeneratedMessageLite.ExtendableMessage
<
MessageType>
,
BuilderType extends
GeneratedMessageLite.ExtendableBuilder
<
MessageType
,
BuilderType>> - Class in
com.google.protobuf
-
-
GeneratedMessageLite.ExtendableMessage
<
MessageType extends
GeneratedMessageLite.ExtendableMessage
<
MessageType>> - Class in
com.google.protobuf
-
-
GeneratedMessageLite.ExtendableMessage.ExtensionWriter
- Class in
com.google.protobuf
-
Used by subclasses to serialize extensions.
-
GeneratedMessageLite.ExtendableMessageOrBuilder
<
MessageType extends
GeneratedMessageLite.ExtendableMessage
> - Interface in
com.google.protobuf
-
-
GeneratedMessageLite.GeneratedExtension
<
ContainingType extends
MessageLite
,
Type> - Class in
com.google.protobuf
-
-
GenericDescriptor() - Constructor for class com
.google
.protobuf
.
Descriptors.GenericDescriptor
-
-
get(int) - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
get(int) - Method in class com
.google
.protobuf
.
UnmodifiableLazyStringList
-
-
getAggregateValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8;
-
getAggregateValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional string aggregate_value = 8;
-
getAggregateValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string aggregate_value = 8;
-
getAggregateValueBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8;
-
getAggregateValueBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional string aggregate_value = 8;
-
getAggregateValueBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string aggregate_value = 8;
-
getAllFields() - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
getAllFields() - Method in class com
.google
.protobuf
.
DynamicMessage
-
-
getAllFields() - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
getAllFields() - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
-
getAllFields() - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableMessage
-
-
getAllFields() - Method in class com
.google
.protobuf
.
GeneratedMessage
-
-
getAllFields() - Method in interface com
.google
.protobuf
.
MessageOrBuilder
-
Returns a collection of all the fields in this message which are set and their corresponding values.
-
getAllImmutableExtensionsByExtendedType(String) - Method in class com
.google
.protobuf
.
ExtensionRegistry
-
Find all extensions for immutable APIs by fully-qualified name of extended class.
-
getAllMutableExtensionsByExtendedType(String) - Method in class com
.google
.protobuf
.
ExtensionRegistry
-
Find all extensions for mutable APIs by fully-qualified name of extended class.
-
getAllowAlias() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
optional bool allow_alias = 2;
-
getAllowAlias() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
optional bool allow_alias = 2;
-
getAllowAlias() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumOptionsOrBuilder
-
optional bool allow_alias = 2;
-
getBuilder(int) - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Gets a builder for the specified index.
-
getBuilder() - Method in class com
.google
.protobuf
.
SingleFieldBuilder
-
Gets a builder for the field.
-
getBuilderList() - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Gets a view of the builder as a list of builders.
-
getByteArray(int) - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
getByteArray(int) - Method in interface com
.google
.protobuf
.
LazyStringList
-
Returns the element at the specified position in this list as byte[].
-
getByteArray(int) - Method in class com
.google
.protobuf
.
UnmodifiableLazyStringList
-
-
getByteString(int) - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
getByteString(int) - Method in interface com
.google
.protobuf
.
LazyStringList
-
Returns the element at the specified position in this list as a ByteString.
-
getByteString(int) - Method in class com
.google
.protobuf
.
UnmodifiableLazyStringList
-
-
getBytesUntilLimit() - Method in class com
.google
.protobuf
.
CodedInputStream
-
Returns the number of bytes to be read before the current limit.
-
getCcGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool cc_generic_services = 16 [default = false];
-
getCcGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool cc_generic_services = 16 [default = false];
-
getCcGenericServices() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool cc_generic_services = 16 [default = false];
-
getColumn() - Method in exception com
.google
.protobuf
.
TextFormat.ParseException
-
Return the column where the parse exception occurred, or -1 when none is provided.
-
getContainingOneof() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Get the field's containing oneof.
-
getContainingType() - Method in class com
.google
.protobuf
.
Descriptors.Descriptor
-
If this is a nested type, get the outer descriptor, otherwise null.
-
getContainingType() - Method in class com
.google
.protobuf
.
Descriptors.EnumDescriptor
-
If this is a nested type, get the outer descriptor, otherwise null.
-
getContainingType() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Get the field's containing type.
-
getContainingType() - Method in class com
.google
.protobuf
.
Descriptors.OneofDescriptor
-
-
getContainingTypeDefaultInstance() - Method in class com
.google
.protobuf
.
GeneratedMessageLite.GeneratedExtension
-
Default instance of the type being extended, used to identify that type.
-
getCount() - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Gets the count of items in the list.
-
getCtype() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
-
getCtype() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
-
getCtype() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart
-
-
getDefaultInstance(Descriptors.Descriptor) - Static method in class com
.google
.protobuf
.
DynamicMessage
-
Get a
DynamicMessage representing the default instance of the given type.
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
UnknownFieldSet.Field
-
Get an empty
Field.
-
getDefaultInstance() - Static method in class com
.google
.protobuf
.
UnknownFieldSet
-
Get an empty
UnknownFieldSet.
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
DynamicMessage
-
-
getDefaultInstanceForType() - Method in interface com
.google
.protobuf
.
GeneratedMessage.ExtendableMessageOrBuilder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
GeneratedMessageLite.Builder
-
-
getDefaultInstanceForType() - Method in interface com
.google
.protobuf
.
MessageLiteOrBuilder
-
Get an instance of the type with no fields set.
-
getDefaultInstanceForType() - Method in interface com
.google
.protobuf
.
MessageOrBuilder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
UnknownFieldSet.Builder
-
-
getDefaultInstanceForType() - Method in class com
.google
.protobuf
.
UnknownFieldSet
-
-
getDefaultValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7;
-
getDefaultValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional string default_value = 7;
-
getDefaultValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string default_value = 7;
-
getDefaultValue() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Returns the field's default value.
-
getDefaultValue() - Method in class com
.google
.protobuf
.
Extension
-
Returns the default value of the extension field.
-
getDefaultValue() - Method in class com
.google
.protobuf
.
GeneratedMessage.GeneratedExtension
-
-
getDefaultValueBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7;
-
getDefaultValueBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional string default_value = 7;
-
getDefaultValueBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string default_value = 7;
-
getDependencies() - Method in class com
.google
.protobuf
.
Descriptors.FileDescriptor
-
Get a list of this file's dependencies (imports).
-
getDependency(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3;
-
getDependency(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated string dependency = 3;
-
getDependency(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated string dependency = 3;
-
getDependencyBytes(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3;
-
getDependencyBytes(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated string dependency = 3;
-
getDependencyBytes(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated string dependency = 3;
-
getDependencyCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3;
-
getDependencyCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated string dependency = 3;
-
getDependencyCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated string dependency = 3;
-
getDependencyList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3;
-
getDependencyList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated string dependency = 3;
-
getDependencyList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated string dependency = 3;
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
optional bool deprecated = 3 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
optional bool deprecated = 3 [default = false];
-
getDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumOptionsOrBuilder
-
optional bool deprecated = 3 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
optional bool deprecated = 1 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
optional bool deprecated = 1 [default = false];
-
getDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueOptionsOrBuilder
-
optional bool deprecated = 1 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional bool deprecated = 3 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional bool deprecated = 3 [default = false];
-
getDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional bool deprecated = 3 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool deprecated = 23 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool deprecated = 23 [default = false];
-
getDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool deprecated = 23 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
optional bool deprecated = 3 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
optional bool deprecated = 3 [default = false];
-
getDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MessageOptionsOrBuilder
-
optional bool deprecated = 3 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
optional bool deprecated = 33 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
optional bool deprecated = 33 [default = false];
-
getDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodOptionsOrBuilder
-
optional bool deprecated = 33 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
optional bool deprecated = 33 [default = false];
-
getDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
optional bool deprecated = 33 [default = false];
-
getDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceOptionsOrBuilder
-
optional bool deprecated = 33 [default = false];
-
getDescription() - Method in exception com
.google
.protobuf
.
Descriptors.DescriptorValidationException
-
Gets a human-readable description of the error.
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
-
getDescriptor() - Static method in enum com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Label
-
-
getDescriptor() - Static method in enum com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Type
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
-
getDescriptor() - Static method in enum com
.google
.protobuf
.
DescriptorProtos.FieldOptions.CType
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
-
getDescriptor() - Static method in enum com
.google
.protobuf
.
DescriptorProtos.FileOptions.OptimizeMode
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart.Builder
-
-
getDescriptor() - Static method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart
-
-
getDescriptor() - Method in class com
.google
.protobuf
.
Extension
-
Returns the descriptor of the extension.
-
getDescriptor() - Method in class com
.google
.protobuf
.
GeneratedMessage.GeneratedExtension
-
-
getDescriptorForType() - Method in interface com
.google
.protobuf
.
BlockingService
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
-
getDescriptorForType() - Method in enum com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Label
-
-
getDescriptorForType() - Method in enum com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Type
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
-
getDescriptorForType() - Method in enum com
.google
.protobuf
.
DescriptorProtos.FieldOptions.CType
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
-
getDescriptorForType() - Method in enum com
.google
.protobuf
.
DescriptorProtos.FileOptions.OptimizeMode
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
DynamicMessage
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
getDescriptorForType() - Method in class com
.google
.protobuf
.
GeneratedMessage
-
-
getDescriptorForType() - Method in interface com
.google
.protobuf
.
Message.Builder
-
Get the message's type's descriptor.
-
getDescriptorForType() - Method in interface com
.google
.protobuf
.
MessageOrBuilder
-
Get the message's type's descriptor.
-
getDescriptorForType() - Method in interface com
.google
.protobuf
.
ProtocolMessageEnum
-
Return the enum type's descriptor, which contains information about each defined value, etc.
-
getDescriptorForType() - Method in interface com
.google
.protobuf
.
Service
-
Get the
ServiceDescriptor describing this service and its methods.
-
getDoubleValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional double double_value = 6;
-
getDoubleValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional double double_value = 6;
-
getDoubleValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional double double_value = 6;
-
getEmptyRegistry() - Static method in class com
.google
.protobuf
.
ExtensionRegistry
-
Get the unmodifiable singleton empty instance.
-
getEmptyRegistry() - Static method in class com
.google
.protobuf
.
ExtensionRegistryLite
-
Get the unmodifiable singleton empty instance.
-
getEnd() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 end = 2;
-
getEnd() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange
-
optional int32 end = 2;
-
getEnd() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional int32 end = 2;
-
getEnumType(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumType(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumType(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumType(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumType(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumType(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumType() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
For enum fields, gets the field's type.
-
getEnumTypeBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
-
getEnumTypeOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypes() - Method in class com
.google
.protobuf
.
Descriptors.Descriptor
-
Get a list of enum types nested within this one.
-
getEnumTypes() - Method in class com
.google
.protobuf
.
Descriptors.FileDescriptor
-
Get a list of top-level enum types declared in this file.
-
getExperimentalMapKey() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional string experimental_map_key = 9;
-
getExperimentalMapKey() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional string experimental_map_key = 9;
-
getExperimentalMapKey() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional string experimental_map_key = 9;
-
getExperimentalMapKeyBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional string experimental_map_key = 9;
-
getExperimentalMapKeyBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional string experimental_map_key = 9;
-
getExperimentalMapKeyBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional string experimental_map_key = 9;
-
getExtendee() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2;
-
getExtendee() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional string extendee = 2;
-
getExtendee() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string extendee = 2;
-
getExtendeeBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2;
-
getExtendeeBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional string extendee = 2;
-
getExtendeeBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string extendee = 2;
-
getExtension(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtension(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtension(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtension(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtension(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtension(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtension(Extension<MessageType, Type>) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
Get the value of an extension.
-
getExtension(Extension<MessageType, List<Type>>, int) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
Get one element of a repeated extension.
-
getExtension(Extension<MessageType, Type>) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableMessage
-
Get the value of an extension.
-
getExtension(Extension<MessageType, List<Type>>, int) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableMessage
-
Get one element of a repeated extension.
-
getExtension(Extension<MessageType, Type>) - Method in interface com
.google
.protobuf
.
GeneratedMessage.ExtendableMessageOrBuilder
-
Get the value of an extension.
-
getExtension(Extension<MessageType, List<Type>>, int) - Method in interface com
.google
.protobuf
.
GeneratedMessage.ExtendableMessageOrBuilder
-
Get one element of a repeated extension.
-
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class com
.google
.protobuf
.
GeneratedMessageLite.ExtendableBuilder
-
Get the value of an extension.
-
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int) - Method in class com
.google
.protobuf
.
GeneratedMessageLite.ExtendableBuilder
-
Get one element of a repeated extension.
-
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class com
.google
.protobuf
.
GeneratedMessageLite.ExtendableMessage
-
Get the value of an extension.
-
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int) - Method in class com
.google
.protobuf
.
GeneratedMessageLite.ExtendableMessage
-
Get one element of a repeated extension.
-
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in interface com
.google
.protobuf
.
GeneratedMessageLite.ExtendableMessageOrBuilder
-
Get the value of an extension.
-
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int) - Method in interface com
.google
.protobuf
.
GeneratedMessageLite.ExtendableMessageOrBuilder
-
Get one element of a repeated extension.
-
getExtensionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionCount(Extension<MessageType, List<Type>>) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
Get the number of elements in a repeated extension.
-
getExtensionCount(Extension<MessageType, List<Type>>) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableMessage
-
Get the number of elements in a repeated extension.
-
getExtensionCount(Extension<MessageType, List<Type>>) - Method in interface com
.google
.protobuf
.
GeneratedMessage.ExtendableMessageOrBuilder
-
Get the number of elements in a repeated extension.
-
getExtensionCount(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>) - Method in class com
.google
.protobuf
.
GeneratedMessageLite.ExtendableBuilder
-
Get the number of elements in a repeated extension.
-
getExtensionCount(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>) - Method in class com
.google
.protobuf
.
GeneratedMessageLite.ExtendableMessage
-
Get the number of elements in a repeated extension.
-
getExtensionCount(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>) - Method in interface com
.google
.protobuf
.
GeneratedMessageLite.ExtendableMessageOrBuilder
-
Get the number of elements in a repeated extension.
-
getExtensionFields() - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableMessage
-
-
getExtensionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
-
getExtensionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionRange(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRange(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRange(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRangeOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
-
getExtensionRegistry() - Method in class com
.google
.protobuf
.
LazyFieldLite
-
-
getExtensions() - Method in class com
.google
.protobuf
.
Descriptors.Descriptor
-
Get a list of this message type's extensions.
-
getExtensions() - Method in class com
.google
.protobuf
.
Descriptors.FileDescriptor
-
Get a list of top-level extensions declared in this file.
-
getExtensionScope() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
For extensions defined nested within message types, gets the outer type.
-
getExtensionType() - Method in class com
.google
.protobuf
.
Extension
-
-
getExtensionType() - Method in class com
.google
.protobuf
.
GeneratedMessage.GeneratedExtension
-
-
getField(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getField(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getField(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getField(int) - Method in class com
.google
.protobuf
.
Descriptors.OneofDescriptor
-
-
getField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
getField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage
-
-
getField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
getField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
-
getField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableMessage
-
-
getField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage
-
-
getField(Descriptors.FieldDescriptor) - Method in interface com
.google
.protobuf
.
MessageOrBuilder
-
Obtains the value of the given field, or the default value if it is not set.
-
getField(int) - Method in class com
.google
.protobuf
.
UnknownFieldSet
-
Get a field by number.
-
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
AbstractMessage.Builder
-
-
getFieldBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
getFieldBuilder(Descriptors.FieldDescriptor) - Method in interface com
.google
.protobuf
.
Message.Builder
-
Get a nested builder instance for the given field.
-
getFieldBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldCount() - Method in class com
.google
.protobuf
.
Descriptors.OneofDescriptor
-
-
getFieldList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFieldOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
-
getFields() - Method in class com
.google
.protobuf
.
Descriptors.Descriptor
-
Get a list of this message type's fields.
-
getFile(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFile(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFile(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFile() - Method in class com
.google
.protobuf
.
Descriptors.Descriptor
-
-
getFile() - Method in class com
.google
.protobuf
.
Descriptors.EnumDescriptor
-
-
getFile() - Method in class com
.google
.protobuf
.
Descriptors.EnumValueDescriptor
-
-
getFile() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Get the
FileDescriptor containing this descriptor.
-
getFile() - Method in class com
.google
.protobuf
.
Descriptors.FileDescriptor
-
Returns this object.
-
getFile() - Method in class com
.google
.protobuf
.
Descriptors.GenericDescriptor
-
-
getFile() - Method in class com
.google
.protobuf
.
Descriptors.MethodDescriptor
-
-
getFile() - Method in class com
.google
.protobuf
.
Descriptors.OneofDescriptor
-
-
getFile() - Method in class com
.google
.protobuf
.
Descriptors.ServiceDescriptor
-
-
getFileBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFileOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
-
getFixed32List() - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field
-
Get the list of fixed32 values for this field.
-
getFixed64List() - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field
-
Get the list of fixed64 values for this field.
-
getFullName() - Method in class com
.google
.protobuf
.
Descriptors.Descriptor
-
Get the type's fully-qualified name, within the proto language's namespace.
-
getFullName() - Method in class com
.google
.protobuf
.
Descriptors.EnumDescriptor
-
Get the type's fully-qualified name.
-
getFullName() - Method in class com
.google
.protobuf
.
Descriptors.EnumValueDescriptor
-
Get the value's fully-qualified name.
-
getFullName() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Get the field's fully-qualified name.
-
getFullName() - Method in class com
.google
.protobuf
.
Descriptors.FileDescriptor
-
Returns the same as getName().
-
getFullName() - Method in class com
.google
.protobuf
.
Descriptors.GenericDescriptor
-
-
getFullName() - Method in class com
.google
.protobuf
.
Descriptors.MethodDescriptor
-
Get the method's fully-qualified name.
-
getFullName() - Method in class com
.google
.protobuf
.
Descriptors.OneofDescriptor
-
-
getFullName() - Method in class com
.google
.protobuf
.
Descriptors.ServiceDescriptor
-
Get the type's fully-qualified name.
-
getGoPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11;
-
getGoPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional string go_package = 11;
-
getGoPackage() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional string go_package = 11;
-
getGoPackageBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11;
-
getGoPackageBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional string go_package = 11;
-
getGoPackageBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional string go_package = 11;
-
getGroupList() - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field
-
Get the list of embedded group values for this field.
-
getIdentifierValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3;
-
getIdentifierValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional string identifier_value = 3;
-
getIdentifierValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string identifier_value = 3;
-
getIdentifierValueBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3;
-
getIdentifierValueBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional string identifier_value = 3;
-
getIdentifierValueBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string identifier_value = 3;
-
getIndex() - Method in class com
.google
.protobuf
.
Descriptors.Descriptor
-
Get the index of this descriptor within its parent.
-
getIndex() - Method in class com
.google
.protobuf
.
Descriptors.EnumDescriptor
-
Get the index of this descriptor within its parent.
-
getIndex() - Method in class com
.google
.protobuf
.
Descriptors.EnumValueDescriptor
-
Get the index of this descriptor within its parent.
-
getIndex() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Get the index of this descriptor within its parent.
-
getIndex() - Method in class com
.google
.protobuf
.
Descriptors.MethodDescriptor
-
Get the index of this descriptor within its parent.
-
getIndex() - Method in class com
.google
.protobuf
.
Descriptors.OneofDescriptor
-
Get the index of this descriptor within its parent.
-
getIndex() - Method in class com
.google
.protobuf
.
Descriptors.ServiceDescriptor
-
Get the index of this descriptor within its parent.
-
getInitializationErrorString() - Method in class com
.google
.protobuf
.
AbstractMessage.Builder
-
-
getInitializationErrorString() - Method in class com
.google
.protobuf
.
AbstractMessage
-
-
getInitializationErrorString() - Method in interface com
.google
.protobuf
.
MessageOrBuilder
-
Returns a comma-delimited list of required fields which are not set in this message object.
-
getInputType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2;
-
getInputType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
optional string input_type = 2;
-
getInputType() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string input_type = 2;
-
getInputType() - Method in class com
.google
.protobuf
.
Descriptors.MethodDescriptor
-
Get the method's input type.
-
getInputTypeBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2;
-
getInputTypeBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
optional string input_type = 2;
-
getInputTypeBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string input_type = 2;
-
getIsExtension() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required bool is_extension = 2;
-
getIsExtension() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart
-
required bool is_extension = 2;
-
getIsExtension() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required bool is_extension = 2;
-
getJavaGenerateEqualsAndHash() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool java_generate_equals_and_hash = 20 [default = false];
-
getJavaGenerateEqualsAndHash() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool java_generate_equals_and_hash = 20 [default = false];
-
getJavaGenerateEqualsAndHash() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_generate_equals_and_hash = 20 [default = false];
-
getJavaGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false];
-
getJavaGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool java_generic_services = 17 [default = false];
-
getJavaGenericServices() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_generic_services = 17 [default = false];
-
getJavaMultipleFiles() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool java_multiple_files = 10 [default = false];
-
getJavaMultipleFiles() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool java_multiple_files = 10 [default = false];
-
getJavaMultipleFiles() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_multiple_files = 10 [default = false];
-
getJavaOuterClassname() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8;
-
getJavaOuterClassname() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional string java_outer_classname = 8;
-
getJavaOuterClassname() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional string java_outer_classname = 8;
-
getJavaOuterClassnameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8;
-
getJavaOuterClassnameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional string java_outer_classname = 8;
-
getJavaOuterClassnameBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional string java_outer_classname = 8;
-
getJavaPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1;
-
getJavaPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional string java_package = 1;
-
getJavaPackage() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional string java_package = 1;
-
getJavaPackageBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1;
-
getJavaPackageBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional string java_package = 1;
-
getJavaPackageBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional string java_package = 1;
-
getJavaStringCheckUtf8() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool java_string_check_utf8 = 27 [default = false];
-
getJavaStringCheckUtf8() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool java_string_check_utf8 = 27 [default = false];
-
getJavaStringCheckUtf8() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_string_check_utf8 = 27 [default = false];
-
getJavaType() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Get the field's java type.
-
getJavaType() - Method in enum com
.google
.protobuf
.
Descriptors.FieldDescriptor.Type
-
-
getJavaType() - Method in enum com
.google
.protobuf
.
WireFormat.FieldType
-
-
getLabel() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
-
getLabel() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
-
getLabel() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
-
getLastTag() - Method in class com
.google
.protobuf
.
CodedInputStream
-
-
getLazy() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional bool lazy = 5 [default = false];
-
getLazy() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional bool lazy = 5 [default = false];
-
getLazy() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional bool lazy = 5 [default = false];
-
getLeadingComments() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3;
-
getLeadingComments() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
optional string leading_comments = 3;
-
getLeadingComments() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string leading_comments = 3;
-
getLeadingCommentsBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3;
-
getLeadingCommentsBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
optional string leading_comments = 3;
-
getLeadingCommentsBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string leading_comments = 3;
-
getLengthDelimitedList() - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field
-
Get the list of length-delimited values for this field.
-
getLine() - Method in exception com
.google
.protobuf
.
TextFormat.ParseException
-
Return the line where the parse exception occurred, or -1 when none is provided.
-
getLiteJavaType() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
For internal use only.
-
getLiteType() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
For internal use only.
-
getLiteType() - Method in class com
.google
.protobuf
.
Extension
-
Returns the type of the field.
-
getLiteType() - Method in class com
.google
.protobuf
.
GeneratedMessage.GeneratedExtension
-
-
getLocation(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocation(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocation(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationList() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationList() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getLocationOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
-
getMessage(int) - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Get the message at the specified index.
-
getMessage() - Method in class com
.google
.protobuf
.
SingleFieldBuilder
-
Get the message for the field.
-
getMessageDefaultInstance() - Method in class com
.google
.protobuf
.
Extension
-
Returns the default instance of the extension field, if it's a message extension.
-
getMessageDefaultInstance() - Method in class com
.google
.protobuf
.
GeneratedMessage.GeneratedExtension
-
If the extension is an embedded message or group, returns the default instance of the message.
-
getMessageDefaultInstance() - Method in class com
.google
.protobuf
.
GeneratedMessageLite.GeneratedExtension
-
If the extension is an embedded message or group, returns the default instance of the message.
-
getMessageList() - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Gets a view of the builder as a list of messages.
-
getMessageOrBuilder(int) - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Gets the base class interface for the specified index.
-
getMessageOrBuilder() - Method in class com
.google
.protobuf
.
SingleFieldBuilder
-
Gets the base class interface for the field.
-
getMessageOrBuilderList() - Method in class com
.google
.protobuf
.
RepeatedFieldBuilder
-
Gets a view of the builder as a list of MessageOrBuilders.
-
getMessageSetWireFormat() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
optional bool message_set_wire_format = 1 [default = false];
-
getMessageSetWireFormat() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
optional bool message_set_wire_format = 1 [default = false];
-
getMessageSetWireFormat() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MessageOptionsOrBuilder
-
optional bool message_set_wire_format = 1 [default = false];
-
getMessageType(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageType(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageType(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageType() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
For embedded message and group fields, gets the field's type.
-
getMessageType() - Method in class com
.google
.protobuf
.
Extension
-
If the extension is a message extension (i.e., getLiteType() == MESSAGE), returns the type of the message, otherwise undefined.
-
getMessageTypeBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypes() - Method in class com
.google
.protobuf
.
Descriptors.FileDescriptor
-
Get a list of top-level message types declared in this file.
-
getMethod(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethod(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethod(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodList() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodList() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethodOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
-
getMethods() - Method in class com
.google
.protobuf
.
Descriptors.ServiceDescriptor
-
Get a list of methods for this service.
-
getMissingFields() - Method in exception com
.google
.protobuf
.
UninitializedMessageException
-
Get a list of human-readable names of required fields missing from this message.
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
optional string name = 1;
-
getName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
optional string name = 1;
-
getName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
optional string name = 1;
-
getName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional string name = 1;
-
getName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
optional string name = 1;
-
getName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
optional string name = 1;
-
getName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto.Builder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto
-
optional string name = 1;
-
getName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProtoOrBuilder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1;
-
getName() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
optional string name = 1;
-
getName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional string name = 1;
-
getName(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getName(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getName(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getName() - Method in class com
.google
.protobuf
.
Descriptors.Descriptor
-
Get the type's unqualified name.
-
getName() - Method in class com
.google
.protobuf
.
Descriptors.EnumDescriptor
-
Get the type's unqualified name.
-
getName() - Method in class com
.google
.protobuf
.
Descriptors.EnumValueDescriptor
-
Get the value's unqualified name.
-
getName() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Get the field's unqualified name.
-
getName() - Method in class com
.google
.protobuf
.
Descriptors.FileDescriptor
-
Get the file name.
-
getName() - Method in class com
.google
.protobuf
.
Descriptors.GenericDescriptor
-
-
getName() - Method in class com
.google
.protobuf
.
Descriptors.MethodDescriptor
-
Get the method's unqualified name.
-
getName() - Method in class com
.google
.protobuf
.
Descriptors.OneofDescriptor
-
-
getName() - Method in class com
.google
.protobuf
.
Descriptors.ServiceDescriptor
-
Get the type's unqualified name.
-
getNameBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
optional string name = 1;
-
getNameBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
optional string name = 1;
-
getNameBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
optional string name = 1;
-
getNameBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional string name = 1;
-
getNameBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
optional string name = 1;
-
getNameBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
optional string name = 1;
-
getNameBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto.Builder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto
-
optional string name = 1;
-
getNameBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProtoOrBuilder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1;
-
getNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
optional string name = 1;
-
getNameBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional string name = 1;
-
getNameCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameList() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameList() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNamePart() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1;
-
getNamePart() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart
-
required string name_part = 1;
-
getNamePart() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required string name_part = 1;
-
getNamePartBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1;
-
getNamePartBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart
-
required string name_part = 1;
-
getNamePartBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required string name_part = 1;
-
getNegativeIntValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional int64 negative_int_value = 5;
-
getNegativeIntValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional int64 negative_int_value = 5;
-
getNegativeIntValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional int64 negative_int_value = 5;
-
getNestedType(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedType(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedType(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypeOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
-
getNestedTypes() - Method in class com
.google
.protobuf
.
Descriptors.Descriptor
-
Get a list of message types nested within this one.
-
getNoStandardDescriptorAccessor() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
optional bool no_standard_descriptor_accessor = 2 [default = false];
-
getNoStandardDescriptorAccessor() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
optional bool no_standard_descriptor_accessor = 2 [default = false];
-
getNoStandardDescriptorAccessor() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MessageOptionsOrBuilder
-
optional bool no_standard_descriptor_accessor = 2 [default = false];
-
getNumber() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional int32 number = 2;
-
getNumber() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
optional int32 number = 2;
-
getNumber() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional int32 number = 2;
-
getNumber() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 number = 3;
-
getNumber() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional int32 number = 3;
-
getNumber() - Method in enum com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Label
-
-
getNumber() - Method in enum com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Type
-
-
getNumber() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional int32 number = 3;
-
getNumber() - Method in enum com
.google
.protobuf
.
DescriptorProtos.FieldOptions.CType
-
-
getNumber() - Method in enum com
.google
.protobuf
.
DescriptorProtos.FileOptions.OptimizeMode
-
-
getNumber() - Method in class com
.google
.protobuf
.
Descriptors.EnumValueDescriptor
-
Get the value's number.
-
getNumber() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Get the field's number.
-
getNumber() - Method in class com
.google
.protobuf
.
Extension
-
Returns the field number of the extension.
-
getNumber() - Method in class com
.google
.protobuf
.
GeneratedMessage.GeneratedExtension
-
-
getNumber() - Method in class com
.google
.protobuf
.
GeneratedMessageLite.GeneratedExtension
-
Get the field number.
-
getNumber() - Method in interface com
.google
.protobuf
.
Internal.EnumLite
-
-
getNumber() - Method in interface com
.google
.protobuf
.
ProtocolMessageEnum
-
Return the value's numeric value as defined in the .proto file.
-
getOneofDecl(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDecl(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDecl(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofDeclOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
-
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
AbstractMessage.Builder
-
TODO(jieluo): Clear it when all subclasses have implemented this method.
-
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
AbstractMessage
-
TODO(jieluo): Clear it when all subclasses have implemented this method.
-
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage
-
-
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage
-
-
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in interface com
.google
.protobuf
.
MessageOrBuilder
-
Obtains the FieldDescriptor if the given oneof is set.
-
getOneofIndex() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 oneof_index = 9;
-
getOneofIndex() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional int32 oneof_index = 9;
-
getOneofIndex() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional int32 oneof_index = 9;
-
getOneofs() - Method in class com
.google
.protobuf
.
Descriptors.Descriptor
-
Get a list of this message type's oneofs.
-
getOptimizeFor() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
-
getOptimizeFor() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
-
getOptimizeFor() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
optional .google.protobuf.MessageOptions options = 7;
-
getOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
optional .google.protobuf.MessageOptions options = 7;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
optional .google.protobuf.EnumOptions options = 3;
-
getOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumOptions options = 3;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
optional .google.protobuf.EnumValueOptions options = 3;
-
getOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumValueOptions options = 3;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldOptions options = 8;
-
getOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldOptions options = 8;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.FileOptions options = 8;
-
getOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.FileOptions options = 8;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
optional .google.protobuf.MethodOptions options = 4;
-
getOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional .google.protobuf.MethodOptions options = 4;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3;
-
getOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
optional .google.protobuf.ServiceOptions options = 3;
-
getOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional .google.protobuf.ServiceOptions options = 3;
-
getOptions() - Method in class com
.google
.protobuf
.
Descriptors.Descriptor
-
Get the
MessageOptions, defined in
descriptor.proto.
-
getOptions() - Method in class com
.google
.protobuf
.
Descriptors.EnumDescriptor
-
Get the
EnumOptions, defined in
descriptor.proto.
-
getOptions() - Method in class com
.google
.protobuf
.
Descriptors.EnumValueDescriptor
-
Get the
EnumValueOptions, defined in
descriptor.proto.
-
getOptions() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Get the
FieldOptions, defined in
descriptor.proto.
-
getOptions() - Method in class com
.google
.protobuf
.
Descriptors.FileDescriptor
-
Get the
FileOptions, defined in
descriptor.proto.
-
getOptions() - Method in class com
.google
.protobuf
.
Descriptors.MethodDescriptor
-
Get the
MethodOptions, defined in
descriptor.proto.
-
getOptions() - Method in class com
.google
.protobuf
.
Descriptors.ServiceDescriptor
-
Get the
ServiceOptions, defined in
descriptor.proto.
-
getOptionsBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7;
-
getOptionsBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3;
-
getOptionsBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3;
-
getOptionsBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8;
-
getOptionsBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8;
-
getOptionsBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4;
-
getOptionsBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
optional .google.protobuf.MessageOptions options = 7;
-
getOptionsOrBuilder() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
optional .google.protobuf.MessageOptions options = 7;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
optional .google.protobuf.EnumOptions options = 3;
-
getOptionsOrBuilder() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumOptions options = 3;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
optional .google.protobuf.EnumValueOptions options = 3;
-
getOptionsOrBuilder() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumValueOptions options = 3;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldOptions options = 8;
-
getOptionsOrBuilder() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldOptions options = 8;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.FileOptions options = 8;
-
getOptionsOrBuilder() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.FileOptions options = 8;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
optional .google.protobuf.MethodOptions options = 4;
-
getOptionsOrBuilder() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional .google.protobuf.MethodOptions options = 4;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3;
-
getOptionsOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
optional .google.protobuf.ServiceOptions options = 3;
-
getOptionsOrBuilder() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional .google.protobuf.ServiceOptions options = 3;
-
getOutputType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3;
-
getOutputType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
optional string output_type = 3;
-
getOutputType() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string output_type = 3;
-
getOutputType() - Method in class com
.google
.protobuf
.
Descriptors.MethodDescriptor
-
Get the method's output type.
-
getOutputTypeBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3;
-
getOutputTypeBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
optional string output_type = 3;
-
getOutputTypeBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string output_type = 3;
-
getPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2;
-
getPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
optional string package = 2;
-
getPackage() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string package = 2;
-
getPackage() - Method in class com
.google
.protobuf
.
Descriptors.FileDescriptor
-
Get the proto package name.
-
getPackageBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2;
-
getPackageBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
optional string package = 2;
-
getPackageBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string package = 2;
-
getPacked() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional bool packed = 2;
-
getPacked() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional bool packed = 2;
-
getPacked() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional bool packed = 2;
-
getParentForChildren() - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
getParser() - Static method in class com
.google
.protobuf
.
TextFormat
-
Return a
Parser instance which can parse text-format messages.
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart
-
-
getParserForType() - Method in class com
.google
.protobuf
.
DynamicMessage
-
-
getParserForType() - Method in class com
.google
.protobuf
.
GeneratedMessage
-
-
getParserForType() - Method in class com
.google
.protobuf
.
GeneratedMessageLite
-
-
getParserForType() - Method in interface com
.google
.protobuf
.
Message
-
-
getParserForType() - Method in interface com
.google
.protobuf
.
MessageLite
-
Gets the parser for a message of the same type as this message.
-
getParserForType() - Method in class com
.google
.protobuf
.
UnknownFieldSet
-
-
getPath(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true];
-
getPath(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 path = 1 [packed = true];
-
getPath(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 path = 1 [packed = true];
-
getPathCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true];
-
getPathCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 path = 1 [packed = true];
-
getPathCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 path = 1 [packed = true];
-
getPathList() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true];
-
getPathList() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 path = 1 [packed = true];
-
getPathList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 path = 1 [packed = true];
-
getPositiveIntValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional uint64 positive_int_value = 4;
-
getPositiveIntValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional uint64 positive_int_value = 4;
-
getPositiveIntValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional uint64 positive_int_value = 4;
-
getProblemProto() - Method in exception com
.google
.protobuf
.
Descriptors.DescriptorValidationException
-
Gets the protocol message representation of the invalid descriptor.
-
getProblemSymbolName() - Method in exception com
.google
.protobuf
.
Descriptors.DescriptorValidationException
-
Gets the full name of the descriptor where the error occurred.
-
getPublicDependencies() - Method in class com
.google
.protobuf
.
Descriptors.FileDescriptor
-
Get a list of this file's public dependencies (public imports).
-
getPublicDependency(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10;
-
getPublicDependency(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated int32 public_dependency = 10;
-
getPublicDependency(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 public_dependency = 10;
-
getPublicDependencyCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10;
-
getPublicDependencyCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated int32 public_dependency = 10;
-
getPublicDependencyCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 public_dependency = 10;
-
getPublicDependencyList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10;
-
getPublicDependencyList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated int32 public_dependency = 10;
-
getPublicDependencyList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 public_dependency = 10;
-
getPyGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool py_generic_services = 18 [default = false];
-
getPyGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool py_generic_services = 18 [default = false];
-
getPyGenericServices() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool py_generic_services = 18 [default = false];
-
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com
.google
.protobuf
.
DynamicMessage
-
-
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
-
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableMessage
-
-
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com
.google
.protobuf
.
GeneratedMessage
-
-
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in interface com
.google
.protobuf
.
MessageOrBuilder
-
Gets an element of a repeated field.
-
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage
-
-
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
-
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableMessage
-
-
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage
-
-
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in interface com
.google
.protobuf
.
MessageOrBuilder
-
Gets the number of elements of a repeated field.
-
getRequestPrototype(Descriptors.MethodDescriptor) - Method in interface com
.google
.protobuf
.
BlockingService
-
-
getRequestPrototype(Descriptors.MethodDescriptor) - Method in interface com
.google
.protobuf
.
Service
-
callMethod() requires that the request passed in is of a particular subclass of
Message.
-
getResponsePrototype(Descriptors.MethodDescriptor) - Method in interface com
.google
.protobuf
.
BlockingService
-
-
getResponsePrototype(Descriptors.MethodDescriptor) - Method in interface com
.google
.protobuf
.
Service
-
Like
getRequestPrototype(), but gets a prototype of the response message.
-
getSerializedSize() - Method in class com
.google
.protobuf
.
AbstractMessage
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
DynamicMessage
-
-
getSerializedSize() - Method in class com
.google
.protobuf
.
LazyFieldLite
-
Due to the optional field can be duplicated at the end of serialized bytes, which will make the serialized size changed after LazyField parsed.
-
getSerializedSize() - Method in interface com
.google
.protobuf
.
MessageLite
-
Get the number of bytes required to encode this message.
-
getSerializedSize(int) - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field
-
Get the number of bytes required to encode this field, including field number.
-
getSerializedSize() - Method in class com
.google
.protobuf
.
UnknownFieldSet
-
Get the number of bytes required to encode this set.
-
getSerializedSizeAsMessageSet() - Method in class com
.google
.protobuf
.
UnknownFieldSet
-
Get the number of bytes required to encode this set using
MessageSet wire format.
-
getSerializedSizeAsMessageSetExtension(int) - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field
-
Get the number of bytes required to encode this field, including field number, using
MessageSet wire format.
-
getService(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getService(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getService(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getService() - Method in class com
.google
.protobuf
.
Descriptors.MethodDescriptor
-
Get the method's service type.
-
getServiceBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServices() - Method in class com
.google
.protobuf
.
Descriptors.FileDescriptor
-
Get a list of top-level services declared in this file.
-
getSourceCodeInfo() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
-
getSourceCodeInfo() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
-
getSourceCodeInfo() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
-
getSourceCodeInfoBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
-
getSourceCodeInfoOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
-
getSourceCodeInfoOrBuilder() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
-
getSourceCodeInfoOrBuilder() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
-
getSpan(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true];
-
getSpan(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 span = 2 [packed = true];
-
getSpan(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 span = 2 [packed = true];
-
getSpanCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true];
-
getSpanCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 span = 2 [packed = true];
-
getSpanCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 span = 2 [packed = true];
-
getSpanList() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true];
-
getSpanList() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 span = 2 [packed = true];
-
getSpanList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 span = 2 [packed = true];
-
getStart() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 start = 1;
-
getStart() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange
-
optional int32 start = 1;
-
getStart() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional int32 start = 1;
-
getStringValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional bytes string_value = 7;
-
getStringValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional bytes string_value = 7;
-
getStringValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional bytes string_value = 7;
-
getTagFieldNumber(int) - Static method in class com
.google
.protobuf
.
WireFormat
-
Given a tag value, determines the field number (the upper 29 bits).
-
getTotalBytesRead() - Method in class com
.google
.protobuf
.
CodedInputStream
-
The total bytes read up to the current position.
-
getTotalBytesWritten() - Method in class com
.google
.protobuf
.
CodedOutputStream
-
Get the total number of bytes successfully written to this stream.
-
getTrailingComments() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4;
-
getTrailingComments() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
optional string trailing_comments = 4;
-
getTrailingComments() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string trailing_comments = 4;
-
getTrailingCommentsBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4;
-
getTrailingCommentsBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
optional string trailing_comments = 4;
-
getTrailingCommentsBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string trailing_comments = 4;
-
getTreeDepth() - Method in class com
.google
.protobuf
.
ByteString
-
Return the depth of the tree representing this
ByteString, if any, whose root is this node.
-
getType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
-
getType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
-
getType() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
-
getType() - Method in class com
.google
.protobuf
.
Descriptors.EnumValueDescriptor
-
Get the value's enum type.
-
getType() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Get the field's declared type.
-
getTypeName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6;
-
getTypeName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional string type_name = 6;
-
getTypeName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string type_name = 6;
-
getTypeNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6;
-
getTypeNameBytes() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional string type_name = 6;
-
getTypeNameBytes() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string type_name = 6;
-
getUnderlyingElements() - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
getUnderlyingElements() - Method in interface com
.google
.protobuf
.
LazyStringList
-
Returns an unmodifiable List of the underlying elements, each of which is either a
String or its equivalent UTF-8 encoded
ByteString or byte[].
-
getUnderlyingElements() - Method in class com
.google
.protobuf
.
UnmodifiableLazyStringList
-
-
getUnfinishedMessage() - Method in exception com
.google
.protobuf
.
InvalidProtocolBufferException
-
Returns the unfinished message attached to the exception, or null if no message is attached.
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOption(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUninterpretedOptionOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorSet
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
DynamicMessage
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
GeneratedMessage
-
-
getUnknownFields() - Method in class com
.google
.protobuf
.
GeneratedMessageLite.Builder
-
-
getUnknownFields() - Method in interface com
.google
.protobuf
.
MessageOrBuilder
-
-
getUnmodifiable() - Method in class com
.google
.protobuf
.
ExtensionRegistry
-
Returns an unmodifiable view of the registry.
-
getUnmodifiable() - Method in class com
.google
.protobuf
.
ExtensionRegistryLite
-
Returns an unmodifiable view of the registry.
-
getUnmodifiableView() - Method in class com
.google
.protobuf
.
LazyStringArrayList
-
-
getUnmodifiableView() - Method in interface com
.google
.protobuf
.
LazyStringList
-
Returns an unmodifiable view of the list.
-
getUnmodifiableView() - Method in class com
.google
.protobuf
.
UnmodifiableLazyStringList
-
-
getValue(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValue(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValue(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValue() - Method in class com
.google
.protobuf
.
LazyField
-
-
getValue(MessageLite) - Method in class com
.google
.protobuf
.
LazyFieldLite
-
Returns message instance.
-
getValueBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueDescriptor() - Method in enum com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Label
-
-
getValueDescriptor() - Method in enum com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Type
-
-
getValueDescriptor() - Method in enum com
.google
.protobuf
.
DescriptorProtos.FieldOptions.CType
-
-
getValueDescriptor() - Method in enum com
.google
.protobuf
.
DescriptorProtos.FileOptions.OptimizeMode
-
-
getValueDescriptor() - Method in interface com
.google
.protobuf
.
ProtocolMessageEnum
-
Return the value's descriptor, which contains information such as value name, number, and type.
-
getValueList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueOrBuilder(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueOrBuilder(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueOrBuilderList() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValueOrBuilderList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
-
getValues() - Method in class com
.google
.protobuf
.
Descriptors.EnumDescriptor
-
Get a list of defined values for this enum.
-
getVarintList() - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field
-
Get the list of varint values for this field.
-
getWeak() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional bool weak = 10 [default = false];
-
getWeak() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional bool weak = 10 [default = false];
-
getWeak() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional bool weak = 10 [default = false];
-
getWeakDependency(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11;
-
getWeakDependency(int) - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated int32 weak_dependency = 11;
-
getWeakDependency(int) - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 weak_dependency = 11;
-
getWeakDependencyCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11;
-
getWeakDependencyCount() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated int32 weak_dependency = 11;
-
getWeakDependencyCount() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 weak_dependency = 11;
-
getWeakDependencyList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11;
-
getWeakDependencyList() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
repeated int32 weak_dependency = 11;
-
getWeakDependencyList() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 weak_dependency = 11;
-
getWireType() - Method in enum com
.google
.protobuf
.
WireFormat.FieldType
-
-
GO_PACKAGE_FIELD_NUMBER - Static variable in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
-
hasAggregateValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8;
-
hasAggregateValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional string aggregate_value = 8;
-
hasAggregateValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string aggregate_value = 8;
-
hasAllowAlias() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
optional bool allow_alias = 2;
-
hasAllowAlias() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
optional bool allow_alias = 2;
-
hasAllowAlias() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumOptionsOrBuilder
-
optional bool allow_alias = 2;
-
hasCcGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool cc_generic_services = 16 [default = false];
-
hasCcGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool cc_generic_services = 16 [default = false];
-
hasCcGenericServices() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool cc_generic_services = 16 [default = false];
-
hasCtype() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
-
hasCtype() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
-
hasCtype() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
-
hasDefaultValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7;
-
hasDefaultValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional string default_value = 7;
-
hasDefaultValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string default_value = 7;
-
hasDefaultValue() - Method in class com
.google
.protobuf
.
Descriptors.FieldDescriptor
-
Returns true if the field had an explicitly-defined default value.
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions.Builder
-
optional bool deprecated = 3 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumOptions
-
optional bool deprecated = 3 [default = false];
-
hasDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumOptionsOrBuilder
-
optional bool deprecated = 3 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions.Builder
-
optional bool deprecated = 1 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueOptions
-
optional bool deprecated = 1 [default = false];
-
hasDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueOptionsOrBuilder
-
optional bool deprecated = 1 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional bool deprecated = 3 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional bool deprecated = 3 [default = false];
-
hasDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional bool deprecated = 3 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool deprecated = 23 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool deprecated = 23 [default = false];
-
hasDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool deprecated = 23 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
optional bool deprecated = 3 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
optional bool deprecated = 3 [default = false];
-
hasDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MessageOptionsOrBuilder
-
optional bool deprecated = 3 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions.Builder
-
optional bool deprecated = 33 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodOptions
-
optional bool deprecated = 33 [default = false];
-
hasDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodOptionsOrBuilder
-
optional bool deprecated = 33 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions.Builder
-
optional bool deprecated = 33 [default = false];
-
hasDeprecated() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceOptions
-
optional bool deprecated = 33 [default = false];
-
hasDeprecated() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceOptionsOrBuilder
-
optional bool deprecated = 33 [default = false];
-
hasDoubleValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional double double_value = 6;
-
hasDoubleValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional double double_value = 6;
-
hasDoubleValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional double double_value = 6;
-
hasEnd() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 end = 2;
-
hasEnd() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange
-
optional int32 end = 2;
-
hasEnd() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional int32 end = 2;
-
hasExperimentalMapKey() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional string experimental_map_key = 9;
-
hasExperimentalMapKey() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional string experimental_map_key = 9;
-
hasExperimentalMapKey() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional string experimental_map_key = 9;
-
hasExtendee() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2;
-
hasExtendee() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional string extendee = 2;
-
hasExtendee() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string extendee = 2;
-
hasExtension(Extension<MessageType, Type>) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
Check if a singular extension is present.
-
hasExtension(Extension<MessageType, Type>) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableMessage
-
Check if a singular extension is present.
-
hasExtension(Extension<MessageType, Type>) - Method in interface com
.google
.protobuf
.
GeneratedMessage.ExtendableMessageOrBuilder
-
Check if a singular extension is present.
-
hasExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class com
.google
.protobuf
.
GeneratedMessageLite.ExtendableBuilder
-
Check if a singular extension is present.
-
hasExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class com
.google
.protobuf
.
GeneratedMessageLite.ExtendableMessage
-
Check if a singular extension is present.
-
hasExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in interface com
.google
.protobuf
.
GeneratedMessageLite.ExtendableMessageOrBuilder
-
Check if a singular extension is present.
-
hasField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
hasField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage
-
-
hasField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
hasField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableBuilder
-
-
hasField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.ExtendableMessage
-
-
hasField(Descriptors.FieldDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage
-
-
hasField(Descriptors.FieldDescriptor) - Method in interface com
.google
.protobuf
.
MessageOrBuilder
-
Returns true if the given field is set.
-
hasField(int) - Method in class com
.google
.protobuf
.
UnknownFieldSet.Builder
-
Check if the given field number is present in the set.
-
hasField(int) - Method in class com
.google
.protobuf
.
UnknownFieldSet
-
Check if the given field number is present in the set.
-
hasGoPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11;
-
hasGoPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional string go_package = 11;
-
hasGoPackage() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional string go_package = 11;
-
hashBoolean(boolean) - Static method in class com
.google
.protobuf
.
Internal
-
Helper method for implementing
MessageLite#hashCode() for booleans.
-
hashCode() - Method in class com
.google
.protobuf
.
AbstractMessage
-
-
hashCode() - Method in class com
.google
.protobuf
.
ByteString
-
Return a non-zero hashCode depending only on the sequence of bytes in this ByteString.
-
hashCode(List<byte[]>) - Static method in class com
.google
.protobuf
.
Internal
-
Helper method for implementing
MessageLite#hashCode() for bytes field.
-
hashCode(byte[]) - Static method in class com
.google
.protobuf
.
Internal
-
Helper method for implementing
MessageLite#hashCode() for bytes field.
-
hashCode() - Method in class com
.google
.protobuf
.
LazyField
-
-
hashCode() - Method in interface com
.google
.protobuf
.
Message
-
Returns the hash code value for this message.
-
hashCode() - Method in class com
.google
.protobuf
.
UnknownFieldSet.Field
-
-
hashCode() - Method in class com
.google
.protobuf
.
UnknownFieldSet
-
-
hashCodeByteBuffer(List<ByteBuffer>) - Static method in class com
.google
.protobuf
.
Internal
-
Helper method for implementing
MessageLite#hashCode() for bytes field.
-
hashCodeByteBuffer(ByteBuffer) - Static method in class com
.google
.protobuf
.
Internal
-
Helper method for implementing
MessageLite#hashCode() for bytes field.
-
hashEnum(Internal.EnumLite) - Static method in class com
.google
.protobuf
.
Internal
-
Helper method for implementing
MessageLite#hashCode() for enums.
-
hashEnumList(List<? extends Internal.EnumLite>) - Static method in class com
.google
.protobuf
.
Internal
-
Helper method for implementing
MessageLite#hashCode() for enum lists.
-
hashFields(int, Map<Descriptors.FieldDescriptor, Object>) - Static method in class com
.google
.protobuf
.
AbstractMessage
-
Get a hash code for given fields and values, using the given seed.
-
hashLong(long) - Static method in class com
.google
.protobuf
.
Internal
-
Helper method for implementing
MessageLite#hashCode() for longs.
-
hasIdentifierValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3;
-
hasIdentifierValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional string identifier_value = 3;
-
hasIdentifierValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string identifier_value = 3;
-
hasInputType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2;
-
hasInputType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
optional string input_type = 2;
-
hasInputType() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string input_type = 2;
-
hasIsExtension() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required bool is_extension = 2;
-
hasIsExtension() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart
-
required bool is_extension = 2;
-
hasIsExtension() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required bool is_extension = 2;
-
hasJavaGenerateEqualsAndHash() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool java_generate_equals_and_hash = 20 [default = false];
-
hasJavaGenerateEqualsAndHash() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool java_generate_equals_and_hash = 20 [default = false];
-
hasJavaGenerateEqualsAndHash() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_generate_equals_and_hash = 20 [default = false];
-
hasJavaGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false];
-
hasJavaGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool java_generic_services = 17 [default = false];
-
hasJavaGenericServices() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_generic_services = 17 [default = false];
-
hasJavaMultipleFiles() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool java_multiple_files = 10 [default = false];
-
hasJavaMultipleFiles() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool java_multiple_files = 10 [default = false];
-
hasJavaMultipleFiles() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_multiple_files = 10 [default = false];
-
hasJavaOuterClassname() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8;
-
hasJavaOuterClassname() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional string java_outer_classname = 8;
-
hasJavaOuterClassname() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional string java_outer_classname = 8;
-
hasJavaPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1;
-
hasJavaPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional string java_package = 1;
-
hasJavaPackage() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional string java_package = 1;
-
hasJavaStringCheckUtf8() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool java_string_check_utf8 = 27 [default = false];
-
hasJavaStringCheckUtf8() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool java_string_check_utf8 = 27 [default = false];
-
hasJavaStringCheckUtf8() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_string_check_utf8 = 27 [default = false];
-
hasLabel() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
-
hasLabel() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
-
hasLabel() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
-
hasLazy() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional bool lazy = 5 [default = false];
-
hasLazy() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional bool lazy = 5 [default = false];
-
hasLazy() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional bool lazy = 5 [default = false];
-
hasLeadingComments() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3;
-
hasLeadingComments() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
optional string leading_comments = 3;
-
hasLeadingComments() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string leading_comments = 3;
-
hasMessageSetWireFormat() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
optional bool message_set_wire_format = 1 [default = false];
-
hasMessageSetWireFormat() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
optional bool message_set_wire_format = 1 [default = false];
-
hasMessageSetWireFormat() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MessageOptionsOrBuilder
-
optional bool message_set_wire_format = 1 [default = false];
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
optional string name = 1;
-
hasName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
optional string name = 1;
-
hasName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
optional string name = 1;
-
hasName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional string name = 1;
-
hasName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
optional string name = 1;
-
hasName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
optional string name = 1;
-
hasName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto.Builder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProto
-
optional string name = 1;
-
hasName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.OneofDescriptorProtoOrBuilder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1;
-
hasName() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
optional string name = 1;
-
hasName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional string name = 1;
-
hasNamePart() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1;
-
hasNamePart() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePart
-
required string name_part = 1;
-
hasNamePart() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required string name_part = 1;
-
hasNegativeIntValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional int64 negative_int_value = 5;
-
hasNegativeIntValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional int64 negative_int_value = 5;
-
hasNegativeIntValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional int64 negative_int_value = 5;
-
hasNoStandardDescriptorAccessor() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions.Builder
-
optional bool no_standard_descriptor_accessor = 2 [default = false];
-
hasNoStandardDescriptorAccessor() - Method in class com
.google
.protobuf
.
DescriptorProtos.MessageOptions
-
optional bool no_standard_descriptor_accessor = 2 [default = false];
-
hasNoStandardDescriptorAccessor() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MessageOptionsOrBuilder
-
optional bool no_standard_descriptor_accessor = 2 [default = false];
-
hasNumber() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional int32 number = 2;
-
hasNumber() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
optional int32 number = 2;
-
hasNumber() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional int32 number = 2;
-
hasNumber() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 number = 3;
-
hasNumber() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional int32 number = 3;
-
hasNumber() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional int32 number = 3;
-
hasOneof(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
AbstractMessage.Builder
-
TODO(jieluo): Clear it when all subclasses have implemented this method.
-
hasOneof(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
AbstractMessage
-
TODO(jieluo): Clear it when all subclasses have implemented this method.
-
hasOneof(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage.Builder
-
-
hasOneof(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
DynamicMessage
-
-
hasOneof(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage.Builder
-
-
hasOneof(Descriptors.OneofDescriptor) - Method in class com
.google
.protobuf
.
GeneratedMessage
-
-
hasOneof(Descriptors.OneofDescriptor) - Method in interface com
.google
.protobuf
.
MessageOrBuilder
-
Returns true if the given oneof is set.
-
hasOneofIndex() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 oneof_index = 9;
-
hasOneofIndex() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional int32 oneof_index = 9;
-
hasOneofIndex() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional int32 oneof_index = 9;
-
hasOptimizeFor() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
-
hasOptimizeFor() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
-
hasOptimizeFor() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto
-
optional .google.protobuf.MessageOptions options = 7;
-
hasOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProtoOrBuilder
-
optional .google.protobuf.MessageOptions options = 7;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProto
-
optional .google.protobuf.EnumOptions options = 3;
-
hasOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumOptions options = 3;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProto
-
optional .google.protobuf.EnumValueOptions options = 3;
-
hasOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumValueOptions options = 3;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldOptions options = 8;
-
hasOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldOptions options = 8;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.FileOptions options = 8;
-
hasOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.FileOptions options = 8;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
optional .google.protobuf.MethodOptions options = 4;
-
hasOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional .google.protobuf.MethodOptions options = 4;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3;
-
hasOptions() - Method in class com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProto
-
optional .google.protobuf.ServiceOptions options = 3;
-
hasOptions() - Method in interface com
.google
.protobuf
.
DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional .google.protobuf.ServiceOptions options = 3;
-
hasOutputType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3;
-
hasOutputType() - Method in class com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProto
-
optional string output_type = 3;
-
hasOutputType() - Method in interface com
.google
.protobuf
.
DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string output_type = 3;
-
hasPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2;
-
hasPackage() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
optional string package = 2;
-
hasPackage() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string package = 2;
-
hasPacked() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional bool packed = 2;
-
hasPacked() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional bool packed = 2;
-
hasPacked() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional bool packed = 2;
-
hasPositiveIntValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional uint64 positive_int_value = 4;
-
hasPositiveIntValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional uint64 positive_int_value = 4;
-
hasPositiveIntValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional uint64 positive_int_value = 4;
-
hasPyGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions.Builder
-
optional bool py_generic_services = 18 [default = false];
-
hasPyGenericServices() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileOptions
-
optional bool py_generic_services = 18 [default = false];
-
hasPyGenericServices() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileOptionsOrBuilder
-
optional bool py_generic_services = 18 [default = false];
-
hasSourceCodeInfo() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
-
hasSourceCodeInfo() - Method in class com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
-
hasSourceCodeInfo() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
-
hasStart() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 start = 1;
-
hasStart() - Method in class com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRange
-
optional int32 start = 1;
-
hasStart() - Method in interface com
.google
.protobuf
.
DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional int32 start = 1;
-
hasStringValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption.Builder
-
optional bytes string_value = 7;
-
hasStringValue() - Method in class com
.google
.protobuf
.
DescriptorProtos.UninterpretedOption
-
optional bytes string_value = 7;
-
hasStringValue() - Method in interface com
.google
.protobuf
.
DescriptorProtos.UninterpretedOptionOrBuilder
-
optional bytes string_value = 7;
-
hasTrailingComments() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4;
-
hasTrailingComments() - Method in class com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.Location
-
optional string trailing_comments = 4;
-
hasTrailingComments() - Method in interface com
.google
.protobuf
.
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string trailing_comments = 4;
-
hasType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
-
hasType() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
-
hasType() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
-
hasTypeName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6;
-
hasTypeName() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProto
-
optional string type_name = 6;
-
hasTypeName() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string type_name = 6;
-
hasWeak() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions.Builder
-
optional bool weak = 10 [default = false];
-
hasWeak() - Method in class com
.google
.protobuf
.
DescriptorProtos.FieldOptions
-
optional bool weak = 10 [default = false];
-
hasWeak() - Method in interface com
.google
.protobuf
.
DescriptorProtos.FieldOptionsOrBuilder
-
optional bool weak = 10 [default = false];