A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractMessage - Class in org.apache.pekko.protobuf
-
A partial implementation of the
Messageinterface which implements as many methods of that interface as possible in terms of other methods. - AbstractMessage() - Constructor for class org.apache.pekko.protobuf.AbstractMessage
- AbstractMessage.Builder<BuilderType extends AbstractMessage.Builder> - Class in org.apache.pekko.protobuf
-
A partial implementation of the
Message.Builderinterface which implements as many methods of that interface as possible in terms of other methods. - AbstractMessageLite - Class in org.apache.pekko.protobuf
-
A partial implementation of the
MessageLiteinterface which implements as many methods of that interface as possible in terms of other methods. - AbstractMessageLite() - Constructor for class org.apache.pekko.protobuf.AbstractMessageLite
- AbstractMessageLite.Builder<BuilderType extends AbstractMessageLite.Builder> - Class in org.apache.pekko.protobuf
-
A partial implementation of the
Message.Builderinterface which implements as many methods of that interface as possible in terms of other methods. - AbstractParser<MessageType extends MessageLite> - Class in org.apache.pekko.protobuf
-
A partial implementation of the
Parserinterface which implements as many methods of that interface as possible in terms of other methods. - AbstractParser() - Constructor for class org.apache.pekko.protobuf.AbstractParser
- add(int, String) - Method in class org.apache.pekko.protobuf.LazyStringArrayList
- add(ByteString) - Method in class org.apache.pekko.protobuf.LazyStringArrayList
- add(ByteString) - Method in interface org.apache.pekko.protobuf.LazyStringList
-
Appends the specified element to the end of this list (optional operation).
- add(ByteString) - Method in class org.apache.pekko.protobuf.UnmodifiableLazyStringList
- add(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.ExtensionRegistry
-
Add a non-message-type extension to the registry by descriptor.
- add(Descriptors.FieldDescriptor, Message) - Method in class org.apache.pekko.protobuf.ExtensionRegistry
-
Add a message-type extension to the registry by descriptor.
- add(GeneratedMessage.GeneratedExtension<?, ?>) - Method in class org.apache.pekko.protobuf.ExtensionRegistry
-
Add an extension from a generated file to the registry.
- add(GeneratedMessageLite.GeneratedExtension<?, ?>) - Method in class org.apache.pekko.protobuf.ExtensionRegistryLite
-
Add an extension from a lite generated file to the registry.
- addAll(int, Collection<? extends String>) - Method in class org.apache.pekko.protobuf.LazyStringArrayList
- addAll(Iterable<T>, Collection<? super T>) - Static method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
-
Adds the
valuesto thelist. - addAll(Collection<? extends String>) - Method in class org.apache.pekko.protobuf.LazyStringArrayList
- addAllDependency(Iterable<String>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3; - addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - addAllExtensionRange(Iterable<? extends DescriptorProtos.DescriptorProto.ExtensionRange>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - addAllField(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - addAllFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - addAllLocation(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - addAllMessages(Iterable<? extends MType>) - Method in class org.apache.pekko.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 org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - addAllName(Iterable<? extends DescriptorProtos.UninterpretedOption.NamePart>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - addAllNestedType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - addAllPath(Iterable<? extends Integer>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true]; - addAllPublicDependency(Iterable<? extends Integer>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10; - addAllService(Iterable<? extends DescriptorProtos.ServiceDescriptorProto>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - addAllSpan(Iterable<? extends Integer>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true]; - addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addAllValue(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - addAllWeakDependency(Iterable<? extends Integer>) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11; - addBuilder(int, MType) - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Inserts a new builder at the specified position in this list.
- addBuilder(MType) - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Appends a new builder to the end of this list and returns the builder.
- addDependency(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3; - addDependencyBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3; - addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - addEnumTypeBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - addEnumTypeBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - addEnumTypeBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - addEnumTypeBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - addExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, Type) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.Append a value to a repeated extension.
- addExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, Type) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Append a value to a repeated extension.
- addExtensionBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - addExtensionBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - addExtensionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - addExtensionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - addExtensionRangeBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - addExtensionRangeBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - addField(int, DescriptorProtos.FieldDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - addField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - addField(int, UnknownFieldSet.Field) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Add a field to the
UnknownFieldSet. - addField(DescriptorProtos.FieldDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - addField(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - addFieldBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - addFieldBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - addFile(int, DescriptorProtos.FileDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - addFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - addFile(DescriptorProtos.FileDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - addFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - addFileBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - addFileBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - addFixed32(int) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field.Builder
-
Add a fixed32 value.
- addFixed64(long) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field.Builder
-
Add a fixed64 value.
- addGroup(UnknownFieldSet) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field.Builder
-
Add an embedded group.
- addLengthDelimited(ByteString) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field.Builder
-
Add a length-delimited value.
- addLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - addLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - addLocation(DescriptorProtos.SourceCodeInfo.Location) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - addLocationBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - addLocationBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - addMessage(int, MType) - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Inserts the specified message at the specified position in this list.
- addMessage(MType) - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Appends the specified element to the end of this list.
- addMessageType(int, DescriptorProtos.DescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - addMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - addMessageType(DescriptorProtos.DescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - addMessageType(DescriptorProtos.DescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - addMessageTypeBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - addMessageTypeBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - addMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - addMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - addMethod(DescriptorProtos.MethodDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - addMethod(DescriptorProtos.MethodDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - addMethodBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - addMethodBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - addName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - addName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - addName(DescriptorProtos.UninterpretedOption.NamePart) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - addName(DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - addNameBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - addNameBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - addNestedType(int, DescriptorProtos.DescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - addNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - addNestedType(DescriptorProtos.DescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - addNestedType(DescriptorProtos.DescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - addNestedTypeBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - addNestedTypeBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - addPath(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true]; - addPublicDependency(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10; - addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in interface org.apache.pekko.protobuf.Message.Builder
-
Like
setRepeatedField, but appends the value as a new element. - addService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - addService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - addService(DescriptorProtos.ServiceDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - addService(DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - addServiceBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - addServiceBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - addSpan(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true]; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - addValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - addValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - addValue(DescriptorProtos.EnumValueDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - addValue(DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - addValueBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - addValueBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - addVarint(long) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field.Builder
-
Add a varint value.
- addWeakDependency(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11; - AGGREGATE_VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- ALLOW_ALIAS_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- AlreadyCalledException() - Constructor for exception org.apache.pekko.protobuf.RpcUtil.AlreadyCalledException
- alwaysUseFieldBuilders - Static variable in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.For testing.
- asInvalidProtocolBufferException() - Method in exception org.apache.pekko.protobuf.UninitializedMessageException
-
Converts this exception to an
InvalidProtocolBufferException. - asMap() - Method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Get a map of fields in the set by number.
- asMap() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Get all present
Fields as an immutableMap. - asReadOnlyByteBuffer() - Method in class org.apache.pekko.protobuf.ByteString
-
Constructs a read-only
java.nio.ByteBufferwhose content is equal to the contents of this byte string. - asReadOnlyByteBufferList() - Method in class org.apache.pekko.protobuf.ByteString
-
Constructs a list of read-only
java.nio.ByteBufferobjects such that the concatenation of their contents is equal to the contents of this byte string. - assignDescriptors(Descriptors.FileDescriptor) - Method in interface org.apache.pekko.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner
B
- BlockingRpcChannel - Interface in org.apache.pekko.protobuf
-
Abstract interface for a blocking RPC channel.
- BlockingService - Interface in org.apache.pekko.protobuf
-
Blocking equivalent to
Service. - BOOL - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- BOOL - org.apache.pekko.protobuf.WireFormat.FieldType
- BOOLEAN - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.JavaType
- BOOLEAN - org.apache.pekko.protobuf.WireFormat.JavaType
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
- build() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- build() - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- build() - Method in interface org.apache.pekko.protobuf.Message.Builder
- build() - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Constructs the message based on the state of the Builder.
- build() - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Builds the list of messages from the builder and returns them.
- build() - Method in class org.apache.pekko.protobuf.SingleFieldBuilder
-
Builds the message and returns it.
- build() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Build the
UnknownFieldSetand return it. - build() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field.Builder
-
Build the field.
- Builder() - Constructor for class org.apache.pekko.protobuf.AbstractMessage.Builder
- Builder() - Constructor for class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- Builder() - Constructor for class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- Builder() - Constructor for class org.apache.pekko.protobuf.GeneratedMessageLite.Builder
- Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- buildFrom(DescriptorProtos.FileDescriptorProto, Descriptors.FileDescriptor[]) - Static method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Construct a
FileDescriptor. - buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- buildPartial() - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- buildPartial() - Method in interface org.apache.pekko.protobuf.Message.Builder
- buildPartial() - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Like
MessageLite.Builder.build(), but does not throw an exception if the message is missing required fields. - buildPartial() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
- BYTE_STRING - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.JavaType
- BYTE_STRING - org.apache.pekko.protobuf.WireFormat.JavaType
- byteAt(int) - Method in class org.apache.pekko.protobuf.ByteString
-
Gets the byte at the given index.
- BYTES - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- BYTES - org.apache.pekko.protobuf.WireFormat.FieldType
- bytesDefaultValue(String) - Static method in class org.apache.pekko.protobuf.Internal
-
Helper called by generated code to construct default values for bytes fields.
- ByteString - Class in org.apache.pekko.protobuf
-
Immutable sequence of bytes.
- ByteString.ByteIterator - Interface in org.apache.pekko.protobuf
-
This interface extends
Iterator<Byte>, so that we can return an unboxedbyte. - ByteString.Output - Class in org.apache.pekko.protobuf
-
Outputs to a
ByteStringinstance.
C
- callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message) - Method in interface org.apache.pekko.protobuf.BlockingService
-
Equivalent to
Service.callMethod(org.apache.pekko.protobuf.Descriptors.MethodDescriptor, org.apache.pekko.protobuf.RpcController, org.apache.pekko.protobuf.Message, org.apache.pekko.protobuf.RpcCallback<org.apache.pekko.protobuf.Message>), except thatcallBlockingMethod()returns the result of the RPC or throws aServiceExceptionif there is a failure, rather than passing the information to a callback. - callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message, Message) - Method in interface org.apache.pekko.protobuf.BlockingRpcChannel
-
Call the given method of the remote service and blocks until it returns.
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, Message, RpcCallback<Message>) - Method in interface org.apache.pekko.protobuf.RpcChannel
-
Call the given method of the remote service.
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in interface org.apache.pekko.protobuf.Service
-
Call a method of the service specified by MethodDescriptor.
- CC_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- checkLastTagWas(int) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Verifies that the last call to readTag() returned the given tag value.
- checkNoSpaceLeft() - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Verifies that
CodedOutputStream.spaceLeft()returns zero. - clear() - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
- clear() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- clear() - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- clear() - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.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 org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- clear() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.Builder
- clear() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
- clear() - Method in class org.apache.pekko.protobuf.LazyStringArrayList
- clear() - Method in interface org.apache.pekko.protobuf.Message.Builder
- clear() - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Resets all fields to their default values.
- clear() - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Removes all of the elements from this list.
- clear() - Method in class org.apache.pekko.protobuf.SingleFieldBuilder
-
Clears the value of the field.
- clear() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Reset the builder to an empty set.
- clear() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field.Builder
-
Discard the field's contents.
- clearAggregateValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8; - clearAllowAlias() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional bool allow_alias = 2 [default = true]; - clearCcGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool cc_generic_services = 16 [default = false]; - clearCtype() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING]; - clearDefaultValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7; - clearDependency() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3; - clearDeprecated() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool deprecated = 3 [default = false]; - clearDoubleValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional double double_value = 6; - clearEnd() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 end = 2; - clearEnumType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - clearEnumType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - clearExperimentalMapKey() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional string experimental_map_key = 9; - clearExtendee() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2; - clearExtension() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - clearExtension() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - clearExtension(GeneratedMessage.GeneratedExtension<MessageType, ?>) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.Clear an extension.
- clearExtension(GeneratedMessageLite.GeneratedExtension<MessageType, ?>) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Clear an extension.
- clearExtensionRange() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - clearField() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- clearField(Descriptors.FieldDescriptor) - Method in interface org.apache.pekko.protobuf.Message.Builder
-
Clears the field.
- clearFile() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - clearGoPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11; - clearIdentifierValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3; - clearInputType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2; - clearIsExtension() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required bool is_extension = 2; - clearJavaGenerateEqualsAndHash() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generate_equals_and_hash = 20 [default = false]; - clearJavaGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false]; - clearJavaMultipleFiles() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_multiple_files = 10 [default = false]; - clearJavaOuterClassname() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8; - clearJavaPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1; - clearLabel() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4; - clearLazy() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool lazy = 5 [default = false]; - clearLeadingComments() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3; - clearLocation() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - clearMessageSetWireFormat() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool message_set_wire_format = 1 [default = false]; - clearMessageType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - clearMethod() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - clearName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1; - clearName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1; - clearName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1; - clearName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1; - clearName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1; - clearName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1; - clearName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1; - clearName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - clearNamePart() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1; - clearNegativeIntValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional int64 negative_int_value = 5; - clearNestedType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - clearNoStandardDescriptorAccessor() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool no_standard_descriptor_accessor = 2 [default = false]; - clearNumber() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional int32 number = 2; - clearNumber() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 number = 3; - clearOptimizeFor() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; - clearOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7; - clearOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3; - clearOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3; - clearOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8; - clearOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8; - clearOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4; - clearOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3; - clearOutputType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3; - clearPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2; - clearPacked() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool packed = 2; - clearPath() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true]; - clearPositiveIntValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional uint64 positive_int_value = 4; - clearPublicDependency() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10; - clearPyGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool py_generic_services = 18 [default = false]; - clearService() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - clearSourceCodeInfo() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - clearSpan() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true]; - clearStart() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 start = 1; - clearStringValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional bytes string_value = 7; - clearTrailingComments() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4; - clearType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5; - clearTypeName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6; - clearUninterpretedOption() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - clearUninterpretedOption() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - clearUninterpretedOption() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - clearUninterpretedOption() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - clearUninterpretedOption() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - clearUninterpretedOption() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - clearUninterpretedOption() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - clearValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - clearWeak() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool weak = 10 [default = false]; - clearWeakDependency() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11; - clone() - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- clone() - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
- clone() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- clone() - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- clone() - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- clone() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- clone() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.Builder
- clone() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
- clone() - Method in interface org.apache.pekko.protobuf.Message.Builder
- clone() - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Clones the Builder.
- clone() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
- CODE_SIZE - org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
CODE_SIZE = 2; - CODE_SIZE_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
CODE_SIZE = 2; - CodedInputStream - Class in org.apache.pekko.protobuf
-
Reads and decodes protocol message fields.
- CodedOutputStream - Class in org.apache.pekko.protobuf
-
Encodes and writes protocol message fields.
- CodedOutputStream.OutOfSpaceException - Exception in org.apache.pekko.protobuf
-
If you create a CodedOutputStream around a simple flat array, you must not attempt to write more bytes than the array has space.
- compareTo(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Compare with another
FieldDescriptor. - computeBoolSize(int, boolean) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
boolfield, including tag. - computeBoolSizeNoTag(boolean) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
boolfield. - computeBytesSize(int, ByteString) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytesfield, including tag. - computeBytesSizeNoTag(ByteString) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytesfield. - computeDoubleSize(int, double) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
doublefield, including tag. - computeDoubleSizeNoTag(double) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
doublefield, including tag. - computeEnumSize(int, int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an enum field, including tag.
- computeEnumSizeNoTag(int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an enum field.
- computeFixed32Size(int, int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed32field, including tag. - computeFixed32SizeNoTag(int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed32field. - computeFixed64Size(int, long) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed64field, including tag. - computeFixed64SizeNoTag(long) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed64field. - computeFloatSize(int, float) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
floatfield, including tag. - computeFloatSizeNoTag(float) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
floatfield, including tag. - computeGroupSize(int, MessageLite) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
groupfield, including tag. - computeGroupSizeNoTag(MessageLite) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
groupfield. - computeInt32Size(int, int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int32field, including tag. - computeInt32SizeNoTag(int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int32field, including tag. - computeInt64Size(int, long) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int64field, including tag. - computeInt64SizeNoTag(long) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int64field, including tag. - computeLazyFieldMessageSetExtensionSize(int, LazyField) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an lazily parsed MessageSet extension field to the stream.
- computeLazyFieldSize(int, LazyField) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message in lazy field, including tag.
- computeLazyFieldSizeNoTag(LazyField) - Static method in class org.apache.pekko.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 org.apache.pekko.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 org.apache.pekko.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 org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message field.
- computeRawMessageSetExtensionSize(int, ByteString) - Static method in class org.apache.pekko.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 org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a varint.
- computeRawVarint64Size(long) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a varint.
- computeSFixed32Size(int, int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed32field, including tag. - computeSFixed32SizeNoTag(int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed32field. - computeSFixed64Size(int, long) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed64field, including tag. - computeSFixed64SizeNoTag(long) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed64field. - computeSInt32Size(int, int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint32field, including tag. - computeSInt32SizeNoTag(int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint32field. - computeSInt64Size(int, long) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint64field, including tag. - computeSInt64SizeNoTag(long) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint64field. - computeStringSize(int, String) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
stringfield, including tag. - computeStringSizeNoTag(String) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
stringfield. - computeTagSize(int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a tag.
- computeUInt32Size(int, int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint32field, including tag. - computeUInt32SizeNoTag(int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint32field. - computeUInt64Size(int, long) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint64field, including tag. - computeUInt64SizeNoTag(long) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint64field, including tag. - computeUnknownGroupSize(int, MessageLite) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Deprecated.UnknownFieldSet now implements MessageLite, so you can just call
CodedOutputStream.computeGroupSize(int, org.apache.pekko.protobuf.MessageLite). - computeUnknownGroupSizeNoTag(MessageLite) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Deprecated.UnknownFieldSet now implements MessageLite, so you can just call
CodedOutputStream.computeUnknownGroupSizeNoTag(org.apache.pekko.protobuf.MessageLite). - concat(ByteString) - Method in class org.apache.pekko.protobuf.ByteString
-
Concatenate the given
ByteStringto this one. - copyFrom(byte[]) - Static method in class org.apache.pekko.protobuf.ByteString
-
Copies the given bytes into a
ByteString. - copyFrom(byte[], int, int) - Static method in class org.apache.pekko.protobuf.ByteString
-
Copies the given bytes into a
ByteString. - copyFrom(Iterable<ByteString>) - Static method in class org.apache.pekko.protobuf.ByteString
-
Concatenates all byte strings in the iterable and returns the result.
- copyFrom(String, String) - Static method in class org.apache.pekko.protobuf.ByteString
-
Encodes
textinto a sequence of bytes using the named charset and returns the result as aByteString. - copyFrom(ByteBuffer) - Static method in class org.apache.pekko.protobuf.ByteString
-
Copies the remaining bytes from a
java.nio.ByteBufferinto aByteString. - copyFrom(ByteBuffer, int) - Static method in class org.apache.pekko.protobuf.ByteString
-
Copies the next
sizebytes from ajava.nio.ByteBufferinto aByteString. - copyFromUtf8(String) - Static method in class org.apache.pekko.protobuf.ByteString
-
Encodes
textinto a sequence of UTF-8 bytes and returns the result as aByteString. - copyTo(byte[], int) - Method in class org.apache.pekko.protobuf.ByteString
-
Copies bytes into a buffer at the given offset.
- copyTo(byte[], int, int, int) - Method in class org.apache.pekko.protobuf.ByteString
-
Copies bytes into a buffer.
- copyTo(ByteBuffer) - Method in class org.apache.pekko.protobuf.ByteString
-
Copies bytes into a ByteBuffer.
- copyToInternal(byte[], int, int, int) - Method in class org.apache.pekko.protobuf.ByteString
-
Internal (package private) implementation of
copyTo. - CORD - org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
-
CORD = 1; - CORD_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
-
CORD = 1; - CTYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
D
- decodeZigZag32(int) - Static method in class org.apache.pekko.protobuf.CodedInputStream
-
Decode a ZigZag-encoded 32-bit value.
- decodeZigZag64(long) - Static method in class org.apache.pekko.protobuf.CodedInputStream
-
Decode a ZigZag-encoded 64-bit value.
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.pekko.protobuf.CodedOutputStream
-
The buffer size used in
CodedOutputStream.newInstance(OutputStream). - DEFAULT_VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- defaultInstance - Variable in class org.apache.pekko.protobuf.ExtensionRegistry.ExtensionInfo
-
A default instance of the extension's type, if it has a message type.
- DEPENDENCY_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- DEPRECATED_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- descriptor - Variable in class org.apache.pekko.protobuf.ExtensionRegistry.ExtensionInfo
-
The extension's descriptor.
- DescriptorProtos - Class in org.apache.pekko.protobuf
- DescriptorProtos.DescriptorProto - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.DescriptorProto - DescriptorProtos.DescriptorProto.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.DescriptorProto - DescriptorProtos.DescriptorProto.ExtensionRange - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.DescriptorProto.ExtensionRange - DescriptorProtos.DescriptorProto.ExtensionRange.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.DescriptorProto.ExtensionRange - DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.DescriptorProtoOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.EnumDescriptorProto - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.EnumDescriptorProto - DescriptorProtos.EnumDescriptorProto.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.EnumDescriptorProto - DescriptorProtos.EnumDescriptorProtoOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.EnumOptions - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.EnumOptions - DescriptorProtos.EnumOptions.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.EnumOptions - DescriptorProtos.EnumOptionsOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.EnumValueDescriptorProto - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.EnumValueDescriptorProto - DescriptorProtos.EnumValueDescriptorProto.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.EnumValueDescriptorProto - DescriptorProtos.EnumValueDescriptorProtoOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.EnumValueOptions - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.EnumValueOptions - DescriptorProtos.EnumValueOptions.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.EnumValueOptions - DescriptorProtos.EnumValueOptionsOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.FieldDescriptorProto - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.FieldDescriptorProto - DescriptorProtos.FieldDescriptorProto.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.FieldDescriptorProto - DescriptorProtos.FieldDescriptorProto.Label - Enum in org.apache.pekko.protobuf
-
Protobuf enum
google.protobuf.FieldDescriptorProto.Label - DescriptorProtos.FieldDescriptorProto.Type - Enum in org.apache.pekko.protobuf
-
Protobuf enum
google.protobuf.FieldDescriptorProto.Type - DescriptorProtos.FieldDescriptorProtoOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.FieldOptions - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.FieldOptions - DescriptorProtos.FieldOptions.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.FieldOptions - DescriptorProtos.FieldOptions.CType - Enum in org.apache.pekko.protobuf
-
Protobuf enum
google.protobuf.FieldOptions.CType - DescriptorProtos.FieldOptionsOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.FileDescriptorProto - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.FileDescriptorProto - DescriptorProtos.FileDescriptorProto.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.FileDescriptorProto - DescriptorProtos.FileDescriptorProtoOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.FileDescriptorSet - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.FileDescriptorSet - DescriptorProtos.FileDescriptorSet.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.FileDescriptorSet - DescriptorProtos.FileDescriptorSetOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.FileOptions - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.FileOptions - DescriptorProtos.FileOptions.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.FileOptions - DescriptorProtos.FileOptions.OptimizeMode - Enum in org.apache.pekko.protobuf
-
Protobuf enum
google.protobuf.FileOptions.OptimizeMode - DescriptorProtos.FileOptionsOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.MessageOptions - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.MessageOptions - DescriptorProtos.MessageOptions.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.MessageOptions - DescriptorProtos.MessageOptionsOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.MethodDescriptorProto - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.MethodDescriptorProto - DescriptorProtos.MethodDescriptorProto.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.MethodDescriptorProto - DescriptorProtos.MethodDescriptorProtoOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.MethodOptions - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.MethodOptions - DescriptorProtos.MethodOptions.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.MethodOptions - DescriptorProtos.MethodOptionsOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.ServiceDescriptorProto - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.ServiceDescriptorProto - DescriptorProtos.ServiceDescriptorProto.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.ServiceDescriptorProto - DescriptorProtos.ServiceDescriptorProtoOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.ServiceOptions - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.ServiceOptions - DescriptorProtos.ServiceOptions.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.ServiceOptions - DescriptorProtos.ServiceOptionsOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.SourceCodeInfo - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.SourceCodeInfo - DescriptorProtos.SourceCodeInfo.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.SourceCodeInfo - DescriptorProtos.SourceCodeInfo.Location - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.SourceCodeInfo.Location - DescriptorProtos.SourceCodeInfo.Location.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.SourceCodeInfo.Location - DescriptorProtos.SourceCodeInfo.LocationOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.SourceCodeInfoOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.UninterpretedOption - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.UninterpretedOption - DescriptorProtos.UninterpretedOption.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.UninterpretedOption - DescriptorProtos.UninterpretedOption.NamePart - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.UninterpretedOption.NamePart - DescriptorProtos.UninterpretedOption.NamePart.Builder - Class in org.apache.pekko.protobuf
-
Protobuf type
google.protobuf.UninterpretedOption.NamePart - DescriptorProtos.UninterpretedOption.NamePartOrBuilder - Interface in org.apache.pekko.protobuf
- DescriptorProtos.UninterpretedOptionOrBuilder - Interface in org.apache.pekko.protobuf
- Descriptors - Class in org.apache.pekko.protobuf
-
Contains a collection of classes which describe protocol message types.
- Descriptors() - Constructor for class org.apache.pekko.protobuf.Descriptors
- Descriptors.Descriptor - Class in org.apache.pekko.protobuf
-
Describes a message type.
- Descriptors.DescriptorValidationException - Exception in org.apache.pekko.protobuf
-
Thrown when building descriptors fails because the source DescriptorProtos are not valid.
- Descriptors.EnumDescriptor - Class in org.apache.pekko.protobuf
-
Describes an enum type.
- Descriptors.EnumValueDescriptor - Class in org.apache.pekko.protobuf
-
Describes one value within an enum type.
- Descriptors.FieldDescriptor - Class in org.apache.pekko.protobuf
-
Describes a field of a message type.
- Descriptors.FieldDescriptor.JavaType - Enum in org.apache.pekko.protobuf
- Descriptors.FieldDescriptor.Type - Enum in org.apache.pekko.protobuf
- Descriptors.FileDescriptor - Class in org.apache.pekko.protobuf
-
Describes a
.protofile, including everything defined within. - Descriptors.FileDescriptor.InternalDescriptorAssigner - Interface in org.apache.pekko.protobuf
-
This class should be used by generated code only.
- Descriptors.MethodDescriptor - Class in org.apache.pekko.protobuf
-
Describes one method within a service type.
- Descriptors.ServiceDescriptor - Class in org.apache.pekko.protobuf
-
Describes a service type.
- dispose() - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
- dispose() - Method in class org.apache.pekko.protobuf.SingleFieldBuilder
- DOUBLE - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.JavaType
- DOUBLE - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- DOUBLE - org.apache.pekko.protobuf.WireFormat.FieldType
- DOUBLE - org.apache.pekko.protobuf.WireFormat.JavaType
- DOUBLE_VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- DynamicMessage - Class in org.apache.pekko.protobuf
-
An implementation of
Messagethat can represent arbitrary types, given aDescriptors.Descriptor. - DynamicMessage.Builder - Class in org.apache.pekko.protobuf
-
Builder for
DynamicMessages.
E
- EMPTY - Static variable in class org.apache.pekko.protobuf.ByteString
-
Empty
ByteString. - EMPTY - Static variable in class org.apache.pekko.protobuf.LazyStringArrayList
- encodeZigZag32(int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Encode a ZigZag-encoded 32-bit value.
- encodeZigZag64(long) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Encode a ZigZag-encoded 64-bit value.
- END_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- ensureFieldAccessorsInitialized(Class<? extends GeneratedMessage>, Class<? extends GeneratedMessage.Builder>) - Method in class org.apache.pekko.protobuf.GeneratedMessage.FieldAccessorTable
-
Deprecated.Ensures the field accessors are initialized.
- ENUM - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.JavaType
- ENUM - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- ENUM - org.apache.pekko.protobuf.WireFormat.FieldType
- ENUM - org.apache.pekko.protobuf.WireFormat.JavaType
- ENUM_TYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- ENUM_TYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- equals(Object) - Method in class org.apache.pekko.protobuf.AbstractMessage
- equals(Object) - Method in class org.apache.pekko.protobuf.ByteString
- equals(Object) - Method in interface org.apache.pekko.protobuf.Message
-
Compares the specified object with this message for equality.
- equals(Object) - Method in class org.apache.pekko.protobuf.UnknownFieldSet
- equals(Object) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
- errorText() - Method in interface org.apache.pekko.protobuf.RpcController
-
If
failed()istrue, returns a human-readable description of the error. - EXPERIMENTAL_MAP_KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- ExtendableBuilder() - Constructor for class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- ExtendableBuilder() - Constructor for class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
- ExtendableBuilder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- ExtendableMessage() - Constructor for class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- ExtendableMessage() - Constructor for class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
- ExtendableMessage(GeneratedMessage.ExtendableBuilder<MessageType, ?>) - Constructor for class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- ExtendableMessage(GeneratedMessageLite.ExtendableBuilder<MessageType, ?>) - Constructor for class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
- EXTENDEE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- EXTENSION_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- EXTENSION_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- EXTENSION_RANGE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- ExtensionRegistry - Class in org.apache.pekko.protobuf
-
A table of known extensions, searchable by name or field number.
- ExtensionRegistry.ExtensionInfo - Class in org.apache.pekko.protobuf
-
A (Descriptor, Message) pair, returned by lookup methods.
- ExtensionRegistryLite - Class in org.apache.pekko.protobuf
-
Equivalent to
ExtensionRegistrybut supports only "lite" types. - extensionsAreInitialized() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.Called by subclasses to check if all extensions are initialized.
- extensionsAreInitialized() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.Called by subclasses to check if all extensions are initialized.
- extensionsAreInitialized() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Called by subclasses to check if all extensions are initialized.
- extensionsAreInitialized() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
-
Called by subclasses to check if all extensions are initialized.
- extensionsSerializedSize() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.Called by subclasses to compute the size of extensions.
- extensionsSerializedSize() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
-
Called by subclasses to compute the size of extensions.
- extensionsSerializedSizeAsMessageSet() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- extensionsSerializedSizeAsMessageSet() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
F
- failed() - Method in interface org.apache.pekko.protobuf.RpcController
-
After a call has finished, returns true if the call failed.
- FIELD_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- FieldAccessorTable(Descriptors.Descriptor, String[]) - Constructor for class org.apache.pekko.protobuf.GeneratedMessage.FieldAccessorTable
-
Deprecated.Construct a FieldAccessorTable for a particular message class without initializing FieldAccessors.
- FieldAccessorTable(Descriptors.Descriptor, String[], Class<? extends GeneratedMessage>, Class<? extends GeneratedMessage.Builder>) - Constructor for class org.apache.pekko.protobuf.GeneratedMessage.FieldAccessorTable
-
Deprecated.Construct a FieldAccessorTable for a particular message class.
- FILE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- findEnumTypeByName(String) - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Finds a nested enum type by name.
- findEnumTypeByName(String) - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Find an enum type in the file by name.
- findExtensionByName(String) - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Find an extension in the file by name.
- findExtensionByName(String) - Method in class org.apache.pekko.protobuf.ExtensionRegistry
-
Find an extension by fully-qualified field name, in the proto namespace.
- findExtensionByNumber(Descriptors.Descriptor, int) - Method in class org.apache.pekko.protobuf.ExtensionRegistry
-
Find an extension by containing type and field number.
- findFieldByName(String) - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Finds a field by name.
- findFieldByNumber(int) - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Finds a field by field number.
- findInitializationErrors() - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- findInitializationErrors() - Method in class org.apache.pekko.protobuf.AbstractMessage
- findInitializationErrors() - Method in interface org.apache.pekko.protobuf.MessageOrBuilder
-
Returns a list of field paths (e.g.
- findLiteExtensionByNumber(ContainingType, int) - Method in class org.apache.pekko.protobuf.ExtensionRegistryLite
-
Find an extension by containing type and field number.
- findMessageTypeByName(String) - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Find a message type in the file by name.
- findMethodByName(String) - Method in class org.apache.pekko.protobuf.Descriptors.ServiceDescriptor
-
Find a method by name.
- findNestedTypeByName(String) - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Finds a nested message type by name.
- findServiceByName(String) - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Find a service type in the file by name.
- findValueByName(String) - Method in class org.apache.pekko.protobuf.Descriptors.EnumDescriptor
-
Find an enum value by name.
- findValueByNumber(int) - Method in class org.apache.pekko.protobuf.Descriptors.EnumDescriptor
-
Find an enum value by number.
- findValueByNumber(int) - Method in interface org.apache.pekko.protobuf.Internal.EnumLiteMap
- FIXED32 - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- FIXED32 - org.apache.pekko.protobuf.WireFormat.FieldType
- FIXED64 - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- FIXED64 - org.apache.pekko.protobuf.WireFormat.FieldType
- FLOAT - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.JavaType
- FLOAT - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- FLOAT - org.apache.pekko.protobuf.WireFormat.FieldType
- FLOAT - org.apache.pekko.protobuf.WireFormat.JavaType
- flush() - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Flushes the stream and forces any buffered bytes to be written.
G
- generalizeCallback(RpcCallback<Type>, Class<Type>, Type) - Static method in class org.apache.pekko.protobuf.RpcUtil
-
Take an
RpcCallbackaccepting a specific message type and convert it to anRpcCallback<Message>. - GeneratedMessage - Class in org.apache.pekko.protobuf
-
Deprecated.pekko-protobuf was never intended to be used by end users. It is deprecated since Akka 2.6.0 in favor of using Protobuf v3. Applications should use standard Protobuf dependency instead of pekko-protobuf or pekko-protobuf-v3.
- GeneratedMessage() - Constructor for class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.
- GeneratedMessage(GeneratedMessage.Builder<?>) - Constructor for class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.
- GeneratedMessage.Builder<BuilderType extends GeneratedMessage.Builder> - Class in org.apache.pekko.protobuf
-
Deprecated.
- GeneratedMessage.BuilderParent - Interface in org.apache.pekko.protobuf
-
Deprecated.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 org.apache.pekko.protobuf
-
Deprecated.Generated message builders for message types that contain extension ranges subclass this.
- GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage> - Class in org.apache.pekko.protobuf
-
Deprecated.Generated message classes for message types that contain extension ranges subclass this.
- GeneratedMessage.ExtendableMessage.ExtensionWriter - Class in org.apache.pekko.protobuf
-
Deprecated.Used by subclasses to serialize extensions.
- GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage> - Interface in org.apache.pekko.protobuf
-
Deprecated.
- GeneratedMessage.FieldAccessorTable - Class in org.apache.pekko.protobuf
-
Deprecated.Users should ignore this class.
- GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type> - Class in org.apache.pekko.protobuf
-
Deprecated.Type used to represent generated extensions.
- GeneratedMessageLite - Class in org.apache.pekko.protobuf
-
Lite version of
GeneratedMessage. - GeneratedMessageLite() - Constructor for class org.apache.pekko.protobuf.GeneratedMessageLite
- GeneratedMessageLite(GeneratedMessageLite.Builder) - Constructor for class org.apache.pekko.protobuf.GeneratedMessageLite
- GeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite,BuilderType extends GeneratedMessageLite.Builder> - Class in org.apache.pekko.protobuf
- GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> - Class in org.apache.pekko.protobuf
-
Lite equivalent of
GeneratedMessage.ExtendableBuilder. - GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType>> - Class in org.apache.pekko.protobuf
-
Lite equivalent of
GeneratedMessage.ExtendableMessage. - GeneratedMessageLite.ExtendableMessage.ExtensionWriter - Class in org.apache.pekko.protobuf
-
Used by subclasses to serialize extensions.
- GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage> - Interface in org.apache.pekko.protobuf
-
Lite equivalent of
GeneratedMessage.ExtendableMessageOrBuilder. - GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type> - Class in org.apache.pekko.protobuf
-
Lite equivalent to
GeneratedMessage.GeneratedExtension. - get(int) - Method in class org.apache.pekko.protobuf.LazyStringArrayList
- get(int) - Method in class org.apache.pekko.protobuf.UnmodifiableLazyStringList
- getAggregateValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8; - getAggregateValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional string aggregate_value = 8; - getAggregateValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string aggregate_value = 8; - getAggregateValueBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8; - getAggregateValueBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional string aggregate_value = 8; - getAggregateValueBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string aggregate_value = 8; - getAllFields() - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- getAllFields() - Method in class org.apache.pekko.protobuf.DynamicMessage
- getAllFields() - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- getAllFields() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- getAllFields() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- getAllFields() - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.
- getAllFields() - Method in interface org.apache.pekko.protobuf.MessageOrBuilder
-
Returns a collection of all the fields in this message which are set and their corresponding values.
- getAllowAlias() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional bool allow_alias = 2 [default = true]; - getAllowAlias() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
-
optional bool allow_alias = 2 [default = true]; - getAllowAlias() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
optional bool allow_alias = 2 [default = true]; - getBuilder() - Method in class org.apache.pekko.protobuf.SingleFieldBuilder
-
Gets a builder for the field.
- getBuilder(int) - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Gets a builder for the specified index.
- getBuilderList() - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Gets a view of the builder as a list of builders.
- getByteString(int) - Method in class org.apache.pekko.protobuf.LazyStringArrayList
- getByteString(int) - Method in interface org.apache.pekko.protobuf.LazyStringList
-
Returns the element at the specified position in this list as a ByteString.
- getByteString(int) - Method in class org.apache.pekko.protobuf.UnmodifiableLazyStringList
- getBytesUntilLimit() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Returns the number of bytes to be read before the current limit.
- getCcGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool cc_generic_services = 16 [default = false]; - getCcGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional bool cc_generic_services = 16 [default = false]; - getCcGenericServices() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool cc_generic_services = 16 [default = false]; - getColumn() - Method in exception org.apache.pekko.protobuf.TextFormat.ParseException
-
Return the column where the parse exception occurred, or -1 when none is provided.
- getContainingType() - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
If this is a nested type, get the outer descriptor, otherwise null.
- getContainingType() - Method in class org.apache.pekko.protobuf.Descriptors.EnumDescriptor
-
If this is a nested type, get the outer descriptor, otherwise null.
- getContainingType() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Get the field's containing type.
- getContainingTypeDefaultInstance() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.GeneratedExtension
-
Default instance of the type being extended, used to identify that type.
- getCount() - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Gets the count of items in the list.
- getCtype() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING]; - getCtype() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING]; - getCtype() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING]; - getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- getDefaultInstance() - Static method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
-
Get an empty
Field. - getDefaultInstance() - Static method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Get an empty
UnknownFieldSet. - getDefaultInstance(Descriptors.Descriptor) - Static method in class org.apache.pekko.protobuf.DynamicMessage
-
Get a
DynamicMessagerepresenting the default instance of the given type. - getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.DynamicMessage
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.Builder
- getDefaultInstanceForType() - Method in interface org.apache.pekko.protobuf.MessageLiteOrBuilder
-
Get an instance of the type with no fields set.
- getDefaultInstanceForType() - Method in interface org.apache.pekko.protobuf.MessageOrBuilder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.protobuf.UnknownFieldSet
- getDefaultValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7; - getDefaultValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string default_value = 7; - getDefaultValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string default_value = 7; - getDefaultValue() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Returns the field's default value.
- getDefaultValueBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7; - getDefaultValueBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string default_value = 7; - getDefaultValueBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string default_value = 7; - getDependencies() - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Get a list of this file's dependencies (imports).
- getDependency(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3; - getDependency(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated string dependency = 3; - getDependency(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated string dependency = 3; - getDependencyBytes(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3; - getDependencyBytes(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated string dependency = 3; - getDependencyBytes(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated string dependency = 3; - getDependencyCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3; - getDependencyCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated string dependency = 3; - getDependencyCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated string dependency = 3; - getDependencyList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3; - getDependencyList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated string dependency = 3; - getDependencyList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated string dependency = 3; - getDeprecated() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool deprecated = 3 [default = false]; - getDeprecated() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional bool deprecated = 3 [default = false]; - getDeprecated() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool deprecated = 3 [default = false]; - getDescription() - Method in exception org.apache.pekko.protobuf.Descriptors.DescriptorValidationException
-
Gets a human-readable description of the error.
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- getDescriptor() - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
- getDescriptor() - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
- getDescriptor() - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- getDescriptor() - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- getDescriptor() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- getDescriptor() - Method in class org.apache.pekko.protobuf.GeneratedMessage.GeneratedExtension
-
Deprecated.
- getDescriptorForType() - Method in interface org.apache.pekko.protobuf.BlockingService
-
Equivalent to
Service.getDescriptorForType(). - getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
- getDescriptorForType() - Method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.DynamicMessage
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- getDescriptorForType() - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.
- getDescriptorForType() - Method in interface org.apache.pekko.protobuf.Message.Builder
-
Get the message's type's descriptor.
- getDescriptorForType() - Method in interface org.apache.pekko.protobuf.MessageOrBuilder
-
Get the message's type's descriptor.
- getDescriptorForType() - Method in interface org.apache.pekko.protobuf.ProtocolMessageEnum
-
Return the enum type's descriptor, which contains information about each defined value, etc.
- getDescriptorForType() - Method in interface org.apache.pekko.protobuf.Service
-
Get the
ServiceDescriptordescribing this service and its methods. - getDoubleValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional double double_value = 6; - getDoubleValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional double double_value = 6; - getDoubleValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional double double_value = 6; - getEmptyRegistry() - Static method in class org.apache.pekko.protobuf.ExtensionRegistry
-
Get the unmodifiable singleton empty instance.
- getEmptyRegistry() - Static method in class org.apache.pekko.protobuf.ExtensionRegistryLite
-
Get the unmodifiable singleton empty instance.
- getEnd() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 end = 2; - getEnd() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
optional int32 end = 2; - getEnd() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional int32 end = 2; - getEnumType() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
For enum fields, gets the field's type.
- getEnumType(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumType(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumType(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumType(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumType(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumType(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - getEnumTypeOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypeOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - getEnumTypes() - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Get a list of enum types nested within this one.
- getEnumTypes() - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Get a list of top-level enum types declared in this file.
- getExperimentalMapKey() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional string experimental_map_key = 9; - getExperimentalMapKey() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional string experimental_map_key = 9; - getExperimentalMapKey() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional string experimental_map_key = 9; - getExperimentalMapKeyBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional string experimental_map_key = 9; - getExperimentalMapKeyBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional string experimental_map_key = 9; - getExperimentalMapKeyBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional string experimental_map_key = 9; - getExtendee() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2; - getExtendee() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string extendee = 2; - getExtendee() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string extendee = 2; - getExtendeeBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2; - getExtendeeBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string extendee = 2; - getExtendeeBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string extendee = 2; - getExtension(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtension(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtension(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtension(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtension(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtension(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.Get one element of a repeated extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.Get one element of a repeated extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int) - Method in interface org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Deprecated.Get one element of a repeated extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.Get the value of an extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.Get the value of an extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in interface org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Deprecated.Get the value of an extension.
- getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Get one element of a repeated extension.
- getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
-
Get one element of a repeated extension.
- getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int) - Method in interface org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
-
Get one element of a repeated extension.
- getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Get the value of an extension.
- getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
-
Get the value of an extension.
- getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in interface org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
-
Get the value of an extension.
- getExtensionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionCount(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.Get the number of elements in a repeated extension.
- getExtensionCount(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.Get the number of elements in a repeated extension.
- getExtensionCount(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>) - Method in interface org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Deprecated.Get the number of elements in a repeated extension.
- getExtensionCount(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Get the number of elements in a repeated extension.
- getExtensionCount(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
-
Get the number of elements in a repeated extension.
- getExtensionCount(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>) - Method in interface org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
-
Get the number of elements in a repeated extension.
- getExtensionFields() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- getExtensionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - getExtensionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - getExtensionRange(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRange(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRange(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensionRangeOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - getExtensions() - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Get a list of this message type's extensions.
- getExtensions() - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Get a list of top-level extensions declared in this file.
- getExtensionScope() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
For extensions defined nested within message types, gets the outer type.
- getField(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getField(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getField(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getField(int) - Method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Get a field by number.
- getField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- getField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.DynamicMessage
- getField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- getField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- getField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- getField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.
- getField(Descriptors.FieldDescriptor) - Method in interface org.apache.pekko.protobuf.MessageOrBuilder
-
Obtains the value of the given field, or the default value if it is not set.
- getFieldBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldBuilder(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- getFieldBuilder(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- getFieldBuilder(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- getFieldBuilder(Descriptors.FieldDescriptor) - Method in interface org.apache.pekko.protobuf.Message.Builder
-
Get a nested builder instance for the given field.
- getFieldBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFieldOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - getFields() - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Get a list of this message type's fields.
- getFile() - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Get the
Descriptors.FileDescriptorcontaining this descriptor. - getFile() - Method in class org.apache.pekko.protobuf.Descriptors.EnumDescriptor
-
Get the
Descriptors.FileDescriptorcontaining this descriptor. - getFile() - Method in class org.apache.pekko.protobuf.Descriptors.EnumValueDescriptor
-
Get the
Descriptors.FileDescriptorcontaining this descriptor. - getFile() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Get the
FileDescriptorcontaining this descriptor. - getFile() - Method in class org.apache.pekko.protobuf.Descriptors.MethodDescriptor
-
Get the
Descriptors.FileDescriptorcontaining this descriptor. - getFile() - Method in class org.apache.pekko.protobuf.Descriptors.ServiceDescriptor
-
Get the
Descriptors.FileDescriptorcontaining this descriptor. - getFile(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFile(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFile(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFileOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - getFixed32List() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
-
Get the list of fixed32 values for this field.
- getFixed64List() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
-
Get the list of fixed64 values for this field.
- getFullName() - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Get the type's fully-qualified name, within the proto language's namespace.
- getFullName() - Method in class org.apache.pekko.protobuf.Descriptors.EnumDescriptor
-
Get the type's fully-qualified name.
- getFullName() - Method in class org.apache.pekko.protobuf.Descriptors.EnumValueDescriptor
-
Get the value's fully-qualified name.
- getFullName() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Get the field's fully-qualified name.
- getFullName() - Method in class org.apache.pekko.protobuf.Descriptors.MethodDescriptor
-
Get the method's fully-qualified name.
- getFullName() - Method in class org.apache.pekko.protobuf.Descriptors.ServiceDescriptor
-
Get the type's fully-qualified name.
- getGoPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11; - getGoPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional string go_package = 11; - getGoPackage() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string go_package = 11; - getGoPackageBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11; - getGoPackageBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional string go_package = 11; - getGoPackageBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string go_package = 11; - getGroupList() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
-
Get the list of embedded group values for this field.
- getIdentifierValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3; - getIdentifierValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional string identifier_value = 3; - getIdentifierValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string identifier_value = 3; - getIdentifierValueBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3; - getIdentifierValueBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional string identifier_value = 3; - getIdentifierValueBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string identifier_value = 3; - getIndex() - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Get the index of this descriptor within its parent.
- getIndex() - Method in class org.apache.pekko.protobuf.Descriptors.EnumDescriptor
-
Get the index of this descriptor within its parent.
- getIndex() - Method in class org.apache.pekko.protobuf.Descriptors.EnumValueDescriptor
-
Get the index of this descriptor within its parent.
- getIndex() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Get the index of this descriptor within its parent.
- getIndex() - Method in class org.apache.pekko.protobuf.Descriptors.MethodDescriptor
-
Get the index of this descriptor within its parent.
- getIndex() - Method in class org.apache.pekko.protobuf.Descriptors.ServiceDescriptor
-
Get the index of this descriptor within its parent.
- getInitializationErrorString() - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- getInitializationErrorString() - Method in class org.apache.pekko.protobuf.AbstractMessage
- getInitializationErrorString() - Method in interface org.apache.pekko.protobuf.MessageOrBuilder
-
Returns a comma-delimited list of required fields which are not set in this message object.
- getInputType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2; - getInputType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string input_type = 2; - getInputType() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string input_type = 2; - getInputType() - Method in class org.apache.pekko.protobuf.Descriptors.MethodDescriptor
-
Get the method's input type.
- getInputTypeBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2; - getInputTypeBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string input_type = 2; - getInputTypeBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string input_type = 2; - getIsExtension() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required bool is_extension = 2; - getIsExtension() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
required bool is_extension = 2; - getIsExtension() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required bool is_extension = 2; - getJavaGenerateEqualsAndHash() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generate_equals_and_hash = 20 [default = false]; - getJavaGenerateEqualsAndHash() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional bool java_generate_equals_and_hash = 20 [default = false]; - getJavaGenerateEqualsAndHash() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_generate_equals_and_hash = 20 [default = false]; - getJavaGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false]; - getJavaGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional bool java_generic_services = 17 [default = false]; - getJavaGenericServices() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_generic_services = 17 [default = false]; - getJavaMultipleFiles() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_multiple_files = 10 [default = false]; - getJavaMultipleFiles() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional bool java_multiple_files = 10 [default = false]; - getJavaMultipleFiles() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_multiple_files = 10 [default = false]; - getJavaOuterClassname() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8; - getJavaOuterClassname() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional string java_outer_classname = 8; - getJavaOuterClassname() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string java_outer_classname = 8; - getJavaOuterClassnameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8; - getJavaOuterClassnameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional string java_outer_classname = 8; - getJavaOuterClassnameBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string java_outer_classname = 8; - getJavaPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1; - getJavaPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional string java_package = 1; - getJavaPackage() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string java_package = 1; - getJavaPackageBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1; - getJavaPackageBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional string java_package = 1; - getJavaPackageBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string java_package = 1; - getJavaType() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Get the field's java type.
- getJavaType() - Method in enum org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- getJavaType() - Method in enum org.apache.pekko.protobuf.WireFormat.FieldType
- getLabel() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4; - getLabel() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4; - getLabel() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4; - getLazy() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool lazy = 5 [default = false]; - getLazy() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional bool lazy = 5 [default = false]; - getLazy() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool lazy = 5 [default = false]; - getLeadingComments() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3; - getLeadingComments() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
optional string leading_comments = 3; - getLeadingComments() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string leading_comments = 3; - getLeadingCommentsBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3; - getLeadingCommentsBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
optional string leading_comments = 3; - getLeadingCommentsBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string leading_comments = 3; - getLengthDelimitedList() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
-
Get the list of length-delimited values for this field.
- getLine() - Method in exception org.apache.pekko.protobuf.TextFormat.ParseException
-
Return the line where the parse exception occurred, or -1 when none is provided.
- getLiteJavaType() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
For internal use only.
- getLiteType() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
For internal use only.
- getLocation(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocation(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocation(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getLocationOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - getMessage() - Method in class org.apache.pekko.protobuf.SingleFieldBuilder
-
Get the message for the field.
- getMessage(int) - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Get the message at the specified index.
- getMessageDefaultInstance() - Method in class org.apache.pekko.protobuf.GeneratedMessage.GeneratedExtension
-
Deprecated.If the extension is an embedded message or group, returns the default instance of the message.
- getMessageDefaultInstance() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.GeneratedExtension
-
If the extension is an embedded message, this is the default instance of that type.
- getMessageList() - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Gets a view of the builder as a list of messages.
- getMessageOrBuilder() - Method in class org.apache.pekko.protobuf.SingleFieldBuilder
-
Gets the base class interface for the field.
- getMessageOrBuilder(int) - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Gets the base class interface for the specified index.
- getMessageOrBuilderList() - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Gets a view of the builder as a list of MessageOrBuilders.
- getMessageSetWireFormat() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool message_set_wire_format = 1 [default = false]; - getMessageSetWireFormat() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
-
optional bool message_set_wire_format = 1 [default = false]; - getMessageSetWireFormat() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional bool message_set_wire_format = 1 [default = false]; - getMessageType() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
For embedded message and group fields, gets the field's type.
- getMessageType(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageType(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageType(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypeOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - getMessageTypes() - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Get a list of top-level message types declared in this file.
- getMethod(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethod(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethod(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethodOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - getMethods() - Method in class org.apache.pekko.protobuf.Descriptors.ServiceDescriptor
-
Get a list of methods for this service.
- getMissingFields() - Method in exception org.apache.pekko.protobuf.UninitializedMessageException
-
Get a list of human-readable names of required fields missing from this message.
- getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
optional string name = 1; - getName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional string name = 1; - getName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional string name = 1; - getName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string name = 1; - getName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string name = 1; - getName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string name = 1; - getName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
-
optional string name = 1; - getName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional string name = 1; - getName() - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Get the type's unqualified name.
- getName() - Method in class org.apache.pekko.protobuf.Descriptors.EnumDescriptor
-
Get the type's unqualified name.
- getName() - Method in class org.apache.pekko.protobuf.Descriptors.EnumValueDescriptor
-
Get the value's unqualified name.
- getName() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Get the field's unqualified name.
- getName() - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Get the file name.
- getName() - Method in class org.apache.pekko.protobuf.Descriptors.MethodDescriptor
-
Get the method's unqualified name.
- getName() - Method in class org.apache.pekko.protobuf.Descriptors.ServiceDescriptor
-
Get the type's unqualified name.
- getName(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getName(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getName(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
optional string name = 1; - getNameBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional string name = 1; - getNameBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional string name = 1; - getNameBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string name = 1; - getNameBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string name = 1; - getNameBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string name = 1; - getNameBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1; - getNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
-
optional string name = 1; - getNameBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional string name = 1; - getNameCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNameOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - getNamePart() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1; - getNamePart() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
required string name_part = 1; - getNamePart() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required string name_part = 1; - getNamePartBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1; - getNamePartBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
required string name_part = 1; - getNamePartBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required string name_part = 1; - getNegativeIntValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional int64 negative_int_value = 5; - getNegativeIntValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional int64 negative_int_value = 5; - getNegativeIntValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional int64 negative_int_value = 5; - getNestedType(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedType(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedType(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypeOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - getNestedTypes() - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Get a list of message types nested within this one.
- getNoStandardDescriptorAccessor() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool no_standard_descriptor_accessor = 2 [default = false]; - getNoStandardDescriptorAccessor() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
-
optional bool no_standard_descriptor_accessor = 2 [default = false]; - getNoStandardDescriptorAccessor() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional bool no_standard_descriptor_accessor = 2 [default = false]; - getNumber() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional int32 number = 2; - getNumber() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional int32 number = 2; - getNumber() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional int32 number = 2; - getNumber() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 number = 3; - getNumber() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional int32 number = 3; - getNumber() - Method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
- getNumber() - Method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
- getNumber() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional int32 number = 3; - getNumber() - Method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
- getNumber() - Method in enum org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
- getNumber() - Method in class org.apache.pekko.protobuf.Descriptors.EnumValueDescriptor
-
Get the value's number.
- getNumber() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Get the field's number.
- getNumber() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.GeneratedExtension
-
Get the field number.
- getNumber() - Method in interface org.apache.pekko.protobuf.Internal.EnumLite
- getNumber() - Method in interface org.apache.pekko.protobuf.ProtocolMessageEnum
-
Return the value's numeric value as defined in the .proto file.
- getOptimizeFor() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; - getOptimizeFor() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; - getOptimizeFor() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
optional .google.protobuf.MessageOptions options = 7; - getOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional .google.protobuf.MessageOptions options = 7; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional .google.protobuf.EnumOptions options = 3; - getOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumOptions options = 3; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional .google.protobuf.EnumValueOptions options = 3; - getOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumValueOptions options = 3; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldOptions options = 8; - getOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldOptions options = 8; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.FileOptions options = 8; - getOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.FileOptions options = 8; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional .google.protobuf.MethodOptions options = 4; - getOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional .google.protobuf.MethodOptions options = 4; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3; - getOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
-
optional .google.protobuf.ServiceOptions options = 3; - getOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional .google.protobuf.ServiceOptions options = 3; - getOptions() - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Get the
MessageOptions, defined indescriptor.proto. - getOptions() - Method in class org.apache.pekko.protobuf.Descriptors.EnumDescriptor
-
Get the
EnumOptions, defined indescriptor.proto. - getOptions() - Method in class org.apache.pekko.protobuf.Descriptors.EnumValueDescriptor
-
Get the
EnumValueOptions, defined indescriptor.proto. - getOptions() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Get the
FieldOptions, defined indescriptor.proto. - getOptions() - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Get the
FileOptions, defined indescriptor.proto. - getOptions() - Method in class org.apache.pekko.protobuf.Descriptors.MethodDescriptor
-
Get the
MethodOptions, defined indescriptor.proto. - getOptions() - Method in class org.apache.pekko.protobuf.Descriptors.ServiceDescriptor
-
Get the
ServiceOptions, defined indescriptor.proto. - getOptionsBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7; - getOptionsBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3; - getOptionsBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3; - getOptionsBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8; - getOptionsBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8; - getOptionsBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4; - getOptionsBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
optional .google.protobuf.MessageOptions options = 7; - getOptionsOrBuilder() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional .google.protobuf.MessageOptions options = 7; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional .google.protobuf.EnumOptions options = 3; - getOptionsOrBuilder() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumOptions options = 3; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional .google.protobuf.EnumValueOptions options = 3; - getOptionsOrBuilder() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumValueOptions options = 3; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldOptions options = 8; - getOptionsOrBuilder() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldOptions options = 8; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.FileOptions options = 8; - getOptionsOrBuilder() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.FileOptions options = 8; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional .google.protobuf.MethodOptions options = 4; - getOptionsOrBuilder() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional .google.protobuf.MethodOptions options = 4; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3; - getOptionsOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
-
optional .google.protobuf.ServiceOptions options = 3; - getOptionsOrBuilder() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional .google.protobuf.ServiceOptions options = 3; - getOutputType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3; - getOutputType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string output_type = 3; - getOutputType() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string output_type = 3; - getOutputType() - Method in class org.apache.pekko.protobuf.Descriptors.MethodDescriptor
-
Get the method's output type.
- getOutputTypeBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3; - getOutputTypeBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string output_type = 3; - getOutputTypeBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string output_type = 3; - getPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2; - getPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string package = 2; - getPackage() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string package = 2; - getPackage() - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Get the proto package name.
- getPackageBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2; - getPackageBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string package = 2; - getPackageBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string package = 2; - getPacked() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool packed = 2; - getPacked() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional bool packed = 2; - getPacked() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool packed = 2; - getParentForChildren() - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.Gets the
GeneratedMessage.BuilderParentfor giving to our children. - getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- getParserForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- getParserForType() - Method in class org.apache.pekko.protobuf.DynamicMessage
- getParserForType() - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.
- getParserForType() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite
- getParserForType() - Method in interface org.apache.pekko.protobuf.Message
- getParserForType() - Method in interface org.apache.pekko.protobuf.MessageLite
-
Gets the parser for a message of the same type as this message.
- getParserForType() - Method in class org.apache.pekko.protobuf.UnknownFieldSet
- getPath(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true]; - getPath(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 path = 1 [packed = true]; - getPath(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 path = 1 [packed = true]; - getPathCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true]; - getPathCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 path = 1 [packed = true]; - getPathCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 path = 1 [packed = true]; - getPathList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true]; - getPathList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 path = 1 [packed = true]; - getPathList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 path = 1 [packed = true]; - getPositiveIntValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional uint64 positive_int_value = 4; - getPositiveIntValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional uint64 positive_int_value = 4; - getPositiveIntValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional uint64 positive_int_value = 4; - getProblemProto() - Method in exception org.apache.pekko.protobuf.Descriptors.DescriptorValidationException
-
Gets the protocol message representation of the invalid descriptor.
- getProblemSymbolName() - Method in exception org.apache.pekko.protobuf.Descriptors.DescriptorValidationException
-
Gets the full name of the descriptor where the error occurred.
- getPublicDependencies() - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Get a list of this file's public dependencies (public imports).
- getPublicDependency(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10; - getPublicDependency(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated int32 public_dependency = 10; - getPublicDependency(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 public_dependency = 10; - getPublicDependencyCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10; - getPublicDependencyCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated int32 public_dependency = 10; - getPublicDependencyCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 public_dependency = 10; - getPublicDependencyList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10; - getPublicDependencyList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated int32 public_dependency = 10; - getPublicDependencyList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 public_dependency = 10; - getPyGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool py_generic_services = 18 [default = false]; - getPyGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional bool py_generic_services = 18 [default = false]; - getPyGenericServices() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool py_generic_services = 18 [default = false]; - getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class org.apache.pekko.protobuf.DynamicMessage
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in interface org.apache.pekko.protobuf.MessageOrBuilder
-
Gets an element of a repeated field.
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.DynamicMessage
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in interface org.apache.pekko.protobuf.MessageOrBuilder
-
Gets the number of elements of a repeated field.
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in interface org.apache.pekko.protobuf.BlockingService
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in interface org.apache.pekko.protobuf.Service
-
callMethod()requires that the request passed in is of a particular subclass ofMessage. - getResponsePrototype(Descriptors.MethodDescriptor) - Method in interface org.apache.pekko.protobuf.BlockingService
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in interface org.apache.pekko.protobuf.Service
-
Like
getRequestPrototype(), but gets a prototype of the response message. - getSerializedSize() - Method in class org.apache.pekko.protobuf.AbstractMessage
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- getSerializedSize() - Method in class org.apache.pekko.protobuf.DynamicMessage
- getSerializedSize() - Method in interface org.apache.pekko.protobuf.MessageLite
-
Get the number of bytes required to encode this message.
- getSerializedSize() - Method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Get the number of bytes required to encode this set.
- getSerializedSize(int) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
-
Get the number of bytes required to encode this field, including field number.
- getSerializedSizeAsMessageSet() - Method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Get the number of bytes required to encode this set using
MessageSetwire format. - getSerializedSizeAsMessageSetExtension(int) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
-
Get the number of bytes required to encode this field, including field number, using
MessageSetwire format. - getService() - Method in class org.apache.pekko.protobuf.Descriptors.MethodDescriptor
-
Get the method's service type.
- getService(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getService(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getService(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServiceOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - getServices() - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Get a list of top-level services declared in this file.
- getSourceCodeInfo() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - getSourceCodeInfo() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - getSourceCodeInfo() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - getSourceCodeInfoBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - getSourceCodeInfoOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - getSourceCodeInfoOrBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - getSourceCodeInfoOrBuilder() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - getSpan(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true]; - getSpan(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 span = 2 [packed = true]; - getSpan(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 span = 2 [packed = true]; - getSpanCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true]; - getSpanCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 span = 2 [packed = true]; - getSpanCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 span = 2 [packed = true]; - getSpanList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true]; - getSpanList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 span = 2 [packed = true]; - getSpanList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 span = 2 [packed = true]; - getStart() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 start = 1; - getStart() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
optional int32 start = 1; - getStart() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional int32 start = 1; - getStringValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional bytes string_value = 7; - getStringValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional bytes string_value = 7; - getStringValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional bytes string_value = 7; - getTagFieldNumber(int) - Static method in class org.apache.pekko.protobuf.WireFormat
-
Given a tag value, determines the field number (the upper 29 bits).
- getTotalBytesRead() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
The total bytes read up to the current position.
- getTrailingComments() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4; - getTrailingComments() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
optional string trailing_comments = 4; - getTrailingComments() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string trailing_comments = 4; - getTrailingCommentsBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4; - getTrailingCommentsBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
optional string trailing_comments = 4; - getTrailingCommentsBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string trailing_comments = 4; - getTreeDepth() - Method in class org.apache.pekko.protobuf.ByteString
-
Return the depth of the tree representing this
ByteString, if any, whose root is this node. - getType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5; - getType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5; - getType() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5; - getType() - Method in class org.apache.pekko.protobuf.Descriptors.EnumValueDescriptor
-
Get the value's enum type.
- getType() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Get the field's declared type.
- getTypeName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6; - getTypeName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string type_name = 6; - getTypeName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string type_name = 6; - getTypeNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6; - getTypeNameBytes() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string type_name = 6; - getTypeNameBytes() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string type_name = 6; - getUnderlyingElements() - Method in class org.apache.pekko.protobuf.LazyStringArrayList
- getUnderlyingElements() - Method in interface org.apache.pekko.protobuf.LazyStringList
-
Returns an unmodifiable List of the underlying elements, each of which is either a
Stringor its equivalent UTF-8 encodedByteString. - getUnderlyingElements() - Method in class org.apache.pekko.protobuf.UnmodifiableLazyStringList
- getUnfinishedMessage() - Method in exception org.apache.pekko.protobuf.InvalidProtocolBufferException
-
Returns the unfinished message attached to the exception, or null if no message is attached.
- getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOption(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUninterpretedOptionOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- getUnknownFields() - Method in class org.apache.pekko.protobuf.DynamicMessage
- getUnknownFields() - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- getUnknownFields() - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.
- getUnknownFields() - Method in interface org.apache.pekko.protobuf.MessageOrBuilder
-
Get the
UnknownFieldSetfor this message. - getUnmodifiable() - Method in class org.apache.pekko.protobuf.ExtensionRegistry
-
Returns an unmodifiable view of the registry.
- getUnmodifiable() - Method in class org.apache.pekko.protobuf.ExtensionRegistryLite
-
Returns an unmodifiable view of the registry.
- getValue(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValue(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValue(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueDescriptor() - Method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
- getValueDescriptor() - Method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
- getValueDescriptor() - Method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
- getValueDescriptor() - Method in enum org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
- getValueDescriptor() - Method in interface org.apache.pekko.protobuf.ProtocolMessageEnum
-
Return the value's descriptor, which contains information such as value name, number, and type.
- getValueList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueOrBuilder(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueOrBuilder(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueOrBuilderList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValueOrBuilderList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - getValues() - Method in class org.apache.pekko.protobuf.Descriptors.EnumDescriptor
-
Get a list of defined values for this enum.
- getVarintList() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
-
Get the list of varint values for this field.
- getWeak() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool weak = 10 [default = false]; - getWeak() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional bool weak = 10 [default = false]; - getWeak() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool weak = 10 [default = false]; - getWeakDependency(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11; - getWeakDependency(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated int32 weak_dependency = 11; - getWeakDependency(int) - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 weak_dependency = 11; - getWeakDependencyCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11; - getWeakDependencyCount() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated int32 weak_dependency = 11; - getWeakDependencyCount() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 weak_dependency = 11; - getWeakDependencyList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11; - getWeakDependencyList() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated int32 weak_dependency = 11; - getWeakDependencyList() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 weak_dependency = 11; - getWireType() - Method in enum org.apache.pekko.protobuf.WireFormat.FieldType
- GO_PACKAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- GROUP - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- GROUP - org.apache.pekko.protobuf.WireFormat.FieldType
H
- hasAggregateValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8; - hasAggregateValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional string aggregate_value = 8; - hasAggregateValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string aggregate_value = 8; - hasAllowAlias() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional bool allow_alias = 2 [default = true]; - hasAllowAlias() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
-
optional bool allow_alias = 2 [default = true]; - hasAllowAlias() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
optional bool allow_alias = 2 [default = true]; - hasCcGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool cc_generic_services = 16 [default = false]; - hasCcGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional bool cc_generic_services = 16 [default = false]; - hasCcGenericServices() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool cc_generic_services = 16 [default = false]; - hasCtype() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING]; - hasCtype() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING]; - hasCtype() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING]; - hasDefaultValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7; - hasDefaultValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string default_value = 7; - hasDefaultValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string default_value = 7; - hasDefaultValue() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Returns true if the field had an explicitly-defined default value.
- hasDeprecated() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool deprecated = 3 [default = false]; - hasDeprecated() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional bool deprecated = 3 [default = false]; - hasDeprecated() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool deprecated = 3 [default = false]; - hasDoubleValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional double double_value = 6; - hasDoubleValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional double double_value = 6; - hasDoubleValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional double double_value = 6; - hasEnd() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 end = 2; - hasEnd() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
optional int32 end = 2; - hasEnd() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional int32 end = 2; - hasExperimentalMapKey() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional string experimental_map_key = 9; - hasExperimentalMapKey() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional string experimental_map_key = 9; - hasExperimentalMapKey() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional string experimental_map_key = 9; - hasExtendee() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2; - hasExtendee() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string extendee = 2; - hasExtendee() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string extendee = 2; - hasExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.Check if a singular extension is present.
- hasExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.Check if a singular extension is present.
- hasExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in interface org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Deprecated.Check if a singular extension is present.
- hasExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Check if a singular extension is present.
- hasExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
-
Check if a singular extension is present.
- hasExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in interface org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
-
Check if a singular extension is present.
- hasField(int) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Check if the given field number is present in the set.
- hasField(int) - Method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Check if the given field number is present in the set.
- hasField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- hasField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.DynamicMessage
- hasField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- hasField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- hasField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- hasField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.
- hasField(Descriptors.FieldDescriptor) - Method in interface org.apache.pekko.protobuf.MessageOrBuilder
-
Returns true if the given field is set.
- hasGoPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11; - hasGoPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional string go_package = 11; - hasGoPackage() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string go_package = 11; - hashBoolean(boolean) - Static method in class org.apache.pekko.protobuf.AbstractMessage
-
Helper method for implementing
Message.hashCode(). - hashCode() - Method in class org.apache.pekko.protobuf.AbstractMessage
- hashCode() - Method in class org.apache.pekko.protobuf.ByteString
-
Return a non-zero hashCode depending only on the sequence of bytes in this ByteString.
- hashCode() - Method in interface org.apache.pekko.protobuf.Message
-
Returns the hash code value for this message.
- hashCode() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
- hashCode() - Method in class org.apache.pekko.protobuf.UnknownFieldSet
- hashEnum(Internal.EnumLite) - Static method in class org.apache.pekko.protobuf.AbstractMessage
-
Helper method for implementing
Message.hashCode(). - hashEnumList(List<? extends Internal.EnumLite>) - Static method in class org.apache.pekko.protobuf.AbstractMessage
-
Helper method for implementing
Message.hashCode(). - hashFields(int, Map<Descriptors.FieldDescriptor, Object>) - Method in class org.apache.pekko.protobuf.AbstractMessage
-
Get a hash code for given fields and values, using the given seed.
- hashLong(long) - Static method in class org.apache.pekko.protobuf.AbstractMessage
-
Helper method for implementing
Message.hashCode(). - hasIdentifierValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3; - hasIdentifierValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional string identifier_value = 3; - hasIdentifierValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string identifier_value = 3; - hasInputType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2; - hasInputType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string input_type = 2; - hasInputType() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string input_type = 2; - hasIsExtension() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required bool is_extension = 2; - hasIsExtension() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
required bool is_extension = 2; - hasIsExtension() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required bool is_extension = 2; - hasJavaGenerateEqualsAndHash() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generate_equals_and_hash = 20 [default = false]; - hasJavaGenerateEqualsAndHash() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional bool java_generate_equals_and_hash = 20 [default = false]; - hasJavaGenerateEqualsAndHash() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_generate_equals_and_hash = 20 [default = false]; - hasJavaGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false]; - hasJavaGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional bool java_generic_services = 17 [default = false]; - hasJavaGenericServices() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_generic_services = 17 [default = false]; - hasJavaMultipleFiles() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_multiple_files = 10 [default = false]; - hasJavaMultipleFiles() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional bool java_multiple_files = 10 [default = false]; - hasJavaMultipleFiles() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_multiple_files = 10 [default = false]; - hasJavaOuterClassname() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8; - hasJavaOuterClassname() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional string java_outer_classname = 8; - hasJavaOuterClassname() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string java_outer_classname = 8; - hasJavaPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1; - hasJavaPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional string java_package = 1; - hasJavaPackage() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string java_package = 1; - hasLabel() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4; - hasLabel() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4; - hasLabel() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4; - hasLazy() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool lazy = 5 [default = false]; - hasLazy() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional bool lazy = 5 [default = false]; - hasLazy() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool lazy = 5 [default = false]; - hasLeadingComments() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3; - hasLeadingComments() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
optional string leading_comments = 3; - hasLeadingComments() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string leading_comments = 3; - hasMessageSetWireFormat() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool message_set_wire_format = 1 [default = false]; - hasMessageSetWireFormat() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
-
optional bool message_set_wire_format = 1 [default = false]; - hasMessageSetWireFormat() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional bool message_set_wire_format = 1 [default = false]; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
optional string name = 1; - hasName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional string name = 1; - hasName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional string name = 1; - hasName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string name = 1; - hasName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string name = 1; - hasName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string name = 1; - hasName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1; - hasName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
-
optional string name = 1; - hasName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional string name = 1; - hasNamePart() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1; - hasNamePart() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
required string name_part = 1; - hasNamePart() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required string name_part = 1; - hasNegativeIntValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional int64 negative_int_value = 5; - hasNegativeIntValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional int64 negative_int_value = 5; - hasNegativeIntValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional int64 negative_int_value = 5; - hasNoStandardDescriptorAccessor() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool no_standard_descriptor_accessor = 2 [default = false]; - hasNoStandardDescriptorAccessor() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
-
optional bool no_standard_descriptor_accessor = 2 [default = false]; - hasNoStandardDescriptorAccessor() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional bool no_standard_descriptor_accessor = 2 [default = false]; - hasNumber() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional int32 number = 2; - hasNumber() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional int32 number = 2; - hasNumber() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional int32 number = 2; - hasNumber() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 number = 3; - hasNumber() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional int32 number = 3; - hasNumber() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional int32 number = 3; - hasOptimizeFor() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; - hasOptimizeFor() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; - hasOptimizeFor() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
-
optional .google.protobuf.MessageOptions options = 7; - hasOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional .google.protobuf.MessageOptions options = 7; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional .google.protobuf.EnumOptions options = 3; - hasOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumOptions options = 3; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional .google.protobuf.EnumValueOptions options = 3; - hasOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumValueOptions options = 3; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldOptions options = 8; - hasOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldOptions options = 8; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.FileOptions options = 8; - hasOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.FileOptions options = 8; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional .google.protobuf.MethodOptions options = 4; - hasOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional .google.protobuf.MethodOptions options = 4; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3; - hasOptions() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
-
optional .google.protobuf.ServiceOptions options = 3; - hasOptions() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional .google.protobuf.ServiceOptions options = 3; - hasOutputType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3; - hasOutputType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string output_type = 3; - hasOutputType() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string output_type = 3; - hasPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2; - hasPackage() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string package = 2; - hasPackage() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string package = 2; - hasPacked() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool packed = 2; - hasPacked() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional bool packed = 2; - hasPacked() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool packed = 2; - hasPositiveIntValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional uint64 positive_int_value = 4; - hasPositiveIntValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional uint64 positive_int_value = 4; - hasPositiveIntValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional uint64 positive_int_value = 4; - hasPyGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool py_generic_services = 18 [default = false]; - hasPyGenericServices() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
-
optional bool py_generic_services = 18 [default = false]; - hasPyGenericServices() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool py_generic_services = 18 [default = false]; - hasSourceCodeInfo() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - hasSourceCodeInfo() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - hasSourceCodeInfo() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - hasStart() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 start = 1; - hasStart() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
optional int32 start = 1; - hasStart() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional int32 start = 1; - hasStringValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional bytes string_value = 7; - hasStringValue() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
-
optional bytes string_value = 7; - hasStringValue() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional bytes string_value = 7; - hasTrailingComments() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4; - hasTrailingComments() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
optional string trailing_comments = 4; - hasTrailingComments() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string trailing_comments = 4; - hasType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5; - hasType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5; - hasType() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5; - hasTypeName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6; - hasTypeName() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string type_name = 6; - hasTypeName() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string type_name = 6; - hasWeak() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool weak = 10 [default = false]; - hasWeak() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
-
optional bool weak = 10 [default = false]; - hasWeak() - Method in interface org.apache.pekko.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool weak = 10 [default = false];
I
- IDENTIFIER_VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- INPUT_TYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- INT - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.JavaType
- INT - org.apache.pekko.protobuf.WireFormat.JavaType
- INT32 - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- INT32 - org.apache.pekko.protobuf.WireFormat.FieldType
- INT64 - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- INT64 - org.apache.pekko.protobuf.WireFormat.FieldType
- Internal - Class in org.apache.pekko.protobuf
-
The classes contained within are used internally by the Protocol Buffer library and generated message implementations.
- Internal() - Constructor for class org.apache.pekko.protobuf.Internal
- Internal.EnumLite - Interface in org.apache.pekko.protobuf
-
Interface for an enum value or value descriptor, to be used in FieldSet.
- Internal.EnumLiteMap<T extends Internal.EnumLite> - Interface in org.apache.pekko.protobuf
-
Interface for an object which maps integers to
Internal.EnumLites. - internalBuildGeneratedFileFrom(String[], Descriptors.FileDescriptor[], Descriptors.FileDescriptor.InternalDescriptorAssigner) - Static method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
This method is to be called by generated code only.
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.Get the FieldAccessorTable for this type.
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.Get the FieldAccessorTable for this type.
- internalGetValueMap() - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
- internalGetValueMap() - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
- internalGetValueMap() - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
- internalGetValueMap() - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
- internalInit(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.GeneratedExtension
-
Deprecated.For use by generated code only.
- internalMergeFrom(MessageLite.Builder, MessageLite) - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
For internal use only.
- InvalidProtocolBufferException - Exception in org.apache.pekko.protobuf
-
Thrown when a protocol message being parsed is invalid in some way, e.g.
- InvalidProtocolBufferException(String) - Constructor for exception org.apache.pekko.protobuf.InvalidProtocolBufferException
- IS_EXTENSION_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- isAtEnd() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Returns true if the stream has reached the end of the input.
- isBalanced() - Method in class org.apache.pekko.protobuf.ByteString
-
Return
trueif this ByteString is literal (a leaf node) or a flat-enough tree in the sense ofRopeByteString. - isCanceled() - Method in interface org.apache.pekko.protobuf.RpcController
-
If
true, indicates that the client canceled the RPC, so the server may as well give up on replying to it. - isClean() - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.Gets whether invalidations are needed
- isEagerlyParseMessageSets() - Static method in class org.apache.pekko.protobuf.ExtensionRegistryLite
- isEmpty() - Method in class org.apache.pekko.protobuf.ByteString
-
Returns
trueif the size is0,falseotherwise. - isEmpty() - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Gets whether the list is empty.
- isExtension() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Is this field an extension?
- isExtensionNumber(int) - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Determines if the given field number is an extension.
- isInitialized() - Method in class org.apache.pekko.protobuf.AbstractMessage
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- isInitialized() - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.DynamicMessage
- isInitialized() - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- isInitialized() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- isInitialized() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- isInitialized() - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.
- isInitialized() - Method in interface org.apache.pekko.protobuf.MessageLiteOrBuilder
-
Returns true if all required fields in the message and all embedded messages are set, false otherwise.
- isInitialized() - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
- isInitialized() - Method in class org.apache.pekko.protobuf.UnknownFieldSet
- isOptional() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Is this field declared optional?
- isPackable() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Can this field be packed? i.e.
- isPackable() - Method in enum org.apache.pekko.protobuf.WireFormat.FieldType
- isPacked() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Does this field have the
[packed = true]option? - isRepeated() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Is this field declared repeated?
- isRequired() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Is this field declared required?
- isValidUtf8() - Method in class org.apache.pekko.protobuf.ByteString
-
Tells whether this
ByteStringrepresents a well-formed UTF-8 byte sequence, such that the original bytes can be converted to a String object and then round tripped back to bytes without loss. - isValidUtf8(ByteString) - Static method in class org.apache.pekko.protobuf.Internal
-
Helper called by generated code to determine if a byte array is a valid UTF-8 encoded string such that the original bytes can be converted to a String object and then back to a byte array round tripping the bytes without loss.
- iterator() - Method in class org.apache.pekko.protobuf.ByteString
-
Return a
ByteString.ByteIteratorover the bytes in the ByteString. - iterator() - Method in class org.apache.pekko.protobuf.UnmodifiableLazyStringList
J
- JAVA_GENERATE_EQUALS_AND_HASH_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- JAVA_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- JAVA_MULTIPLE_FILES_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- JAVA_OUTER_CLASSNAME_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- JAVA_PACKAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
L
- LABEL_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- LABEL_OPTIONAL - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
LABEL_OPTIONAL = 1; - LABEL_OPTIONAL_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
LABEL_OPTIONAL = 1; - LABEL_REPEATED - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
LABEL_REPEATED = 3; - LABEL_REPEATED_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
LABEL_REPEATED = 3; - LABEL_REQUIRED - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
LABEL_REQUIRED = 2; - LABEL_REQUIRED_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
LABEL_REQUIRED = 2; - LAZY_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- LazyStringArrayList - Class in org.apache.pekko.protobuf
-
An implementation of
LazyStringListthat wraps an ArrayList. - LazyStringArrayList() - Constructor for class org.apache.pekko.protobuf.LazyStringArrayList
- LazyStringArrayList(List<String>) - Constructor for class org.apache.pekko.protobuf.LazyStringArrayList
- LazyStringArrayList(LazyStringList) - Constructor for class org.apache.pekko.protobuf.LazyStringArrayList
- LazyStringList - Interface in org.apache.pekko.protobuf
-
An interface extending
List<String>that also provides access to the items of the list as UTF8-encoded ByteString objects. - LEADING_COMMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- listIterator(int) - Method in class org.apache.pekko.protobuf.UnmodifiableLazyStringList
- LITE_RUNTIME - org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
LITE_RUNTIME = 3; - LITE_RUNTIME_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
LITE_RUNTIME = 3; - LITTLE_ENDIAN_32_SIZE - Static variable in class org.apache.pekko.protobuf.CodedOutputStream
- LITTLE_ENDIAN_64_SIZE - Static variable in class org.apache.pekko.protobuf.CodedOutputStream
- LOCATION_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- LONG - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.JavaType
- LONG - org.apache.pekko.protobuf.WireFormat.JavaType
M
- makeExtensionsImmutable() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.Used by parsing constructors in generated classes.
- makeExtensionsImmutable() - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.Used by parsing constructors in generated classes.
- makeExtensionsImmutable() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
-
Used by parsing constructors in generated classes.
- makeExtensionsImmutable() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite
-
Used by parsing constructors in generated classes.
- markClean() - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.Called by the subclass or a builder to notify us that a message was built and may be cached and therefore invalidations are needed.
- markDirty() - Method in interface org.apache.pekko.protobuf.GeneratedMessage.BuilderParent
-
Deprecated.A builder becomes dirty whenever a field is modified -- including fields in nested builders -- and becomes clean when build() is called.
- markDirty() - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
- markDirty() - Method in class org.apache.pekko.protobuf.SingleFieldBuilder
- merge(CharSequence, ExtensionRegistry, Message.Builder) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Parse a text-format message from
inputand merge the contents intobuilder. - merge(CharSequence, Message.Builder) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Parse a text-format message from
inputand merge the contents intobuilder. - merge(Readable, ExtensionRegistry, Message.Builder) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Parse a text-format message from
inputand merge the contents intobuilder. - merge(Readable, Message.Builder) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Parse a text-format message from
inputand merge the contents intobuilder. - mergeDelimitedFrom(InputStream) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeDelimitedFrom(InputStream) - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- mergeDelimitedFrom(InputStream) - Method in interface org.apache.pekko.protobuf.Message.Builder
- mergeDelimitedFrom(InputStream) - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Like
MessageLite.Builder.mergeFrom(InputStream), but does not read until EOF. - mergeDelimitedFrom(InputStream) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
- mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Message.Builder
- mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Like
MessageLite.Builder.mergeDelimitedFrom(InputStream)but supporting extensions. - mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
- mergeExtensionFields(MessageType) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
- mergeExtensionFields(GeneratedMessage.ExtendableMessage) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- mergeField(int, UnknownFieldSet.Field) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Add a field to the
UnknownFieldSet. - mergeFieldFrom(int, CodedInputStream) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Parse a single field from
inputand merge it into this set. - mergeFrom(byte[]) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeFrom(byte[]) - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- mergeFrom(byte[]) - Method in interface org.apache.pekko.protobuf.Message.Builder
- mergeFrom(byte[]) - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Parse
dataas a message of this type and merge it with the message being built. - mergeFrom(byte[]) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Parse
dataas anUnknownFieldSetand merge it with the set being built. - mergeFrom(byte[], int, int) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeFrom(byte[], int, int) - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- mergeFrom(byte[], int, int) - Method in interface org.apache.pekko.protobuf.Message.Builder
- mergeFrom(byte[], int, int) - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Parse
dataas a message of this type and merge it with the message being built. - mergeFrom(byte[], int, int) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
- mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Message.Builder
- mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Parse
dataas a message of this type and merge it with the message being built. - mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
- mergeFrom(byte[], ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeFrom(byte[], ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- mergeFrom(byte[], ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Message.Builder
- mergeFrom(byte[], ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Parse
dataas a message of this type and merge it with the message being built. - mergeFrom(byte[], ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
- mergeFrom(InputStream) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeFrom(InputStream) - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- mergeFrom(InputStream) - Method in interface org.apache.pekko.protobuf.Message.Builder
- mergeFrom(InputStream) - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Parse a message of this type from
inputand merge it with the message being built. - mergeFrom(InputStream) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Parse an
UnknownFieldSetfrominputand merge it with the set being built. - mergeFrom(InputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeFrom(InputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- mergeFrom(InputStream, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Message.Builder
- mergeFrom(InputStream, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Parse a message of this type from
inputand merge it with the message being built. - mergeFrom(InputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
- mergeFrom(MessageType) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.Builder
-
All subclasses implement this.
- mergeFrom(MType) - Method in class org.apache.pekko.protobuf.SingleFieldBuilder
-
Merges the field from another field.
- mergeFrom(ByteString) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeFrom(ByteString) - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- mergeFrom(ByteString) - Method in interface org.apache.pekko.protobuf.Message.Builder
- mergeFrom(ByteString) - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Parse
dataas a message of this type and merge it with the message being built. - mergeFrom(ByteString) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Parse
dataas anUnknownFieldSetand merge it with the set being built. - mergeFrom(ByteString, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeFrom(ByteString, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- mergeFrom(ByteString, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Message.Builder
- mergeFrom(ByteString, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Parse
dataas a message of this type and merge it with the message being built. - mergeFrom(ByteString, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
- mergeFrom(CodedInputStream) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeFrom(CodedInputStream) - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- mergeFrom(CodedInputStream) - Method in interface org.apache.pekko.protobuf.Message.Builder
- mergeFrom(CodedInputStream) - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Parses a message of this type from the input and merges it with this message.
- mergeFrom(CodedInputStream) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Parse an entire message from
inputand merge its fields into this set. - mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Message.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.MessageLite.Builder
-
Like
MessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions. - mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
- mergeFrom(DescriptorProtos.DescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
- mergeFrom(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- mergeFrom(DescriptorProtos.EnumDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- mergeFrom(DescriptorProtos.EnumOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
- mergeFrom(DescriptorProtos.EnumValueDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- mergeFrom(DescriptorProtos.EnumValueOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
- mergeFrom(DescriptorProtos.FieldDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- mergeFrom(DescriptorProtos.FieldOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
- mergeFrom(DescriptorProtos.FileDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- mergeFrom(DescriptorProtos.FileDescriptorSet) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- mergeFrom(DescriptorProtos.FileOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
- mergeFrom(DescriptorProtos.MessageOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
- mergeFrom(DescriptorProtos.MethodDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- mergeFrom(DescriptorProtos.MethodOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
- mergeFrom(DescriptorProtos.ServiceDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- mergeFrom(DescriptorProtos.ServiceOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
- mergeFrom(DescriptorProtos.SourceCodeInfo) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- mergeFrom(DescriptorProtos.SourceCodeInfo.Location) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- mergeFrom(DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
- mergeFrom(DescriptorProtos.UninterpretedOption.NamePart) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- mergeFrom(Message) - Method in interface org.apache.pekko.protobuf.Message.Builder
-
Merge
otherinto the message being built. - mergeFrom(UnknownFieldSet) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Merge the fields from
otherinto this set. - mergeFrom(UnknownFieldSet.Field) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field.Builder
-
Merge the values in
otherinto this field. - mergeOptions(DescriptorProtos.EnumOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3; - mergeOptions(DescriptorProtos.EnumValueOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3; - mergeOptions(DescriptorProtos.FieldOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8; - mergeOptions(DescriptorProtos.FileOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8; - mergeOptions(DescriptorProtos.MessageOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7; - mergeOptions(DescriptorProtos.MethodOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4; - mergeOptions(DescriptorProtos.ServiceOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3; - mergeSourceCodeInfo(DescriptorProtos.SourceCodeInfo) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.protobuf.AbstractMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- mergeUnknownFields(UnknownFieldSet) - Method in interface org.apache.pekko.protobuf.Message.Builder
-
Merge some unknown fields into the
UnknownFieldSetfor this message. - mergeVarintField(int, int) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Builder
-
Convenience method for merging a new field containing a single varint value.
- Message - Interface in org.apache.pekko.protobuf
-
Abstract interface implemented by Protocol Message objects.
- MESSAGE - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.JavaType
- MESSAGE - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- MESSAGE - org.apache.pekko.protobuf.WireFormat.FieldType
- MESSAGE - org.apache.pekko.protobuf.WireFormat.JavaType
- MESSAGE_SET_WIRE_FORMAT_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- MESSAGE_TYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- Message.Builder - Interface in org.apache.pekko.protobuf
-
Abstract interface implemented by Protocol Message builders.
- MessageLite - Interface in org.apache.pekko.protobuf
-
Abstract interface implemented by Protocol Message objects.
- MessageLite.Builder - Interface in org.apache.pekko.protobuf
-
Abstract interface implemented by Protocol Message builders.
- MessageLiteOrBuilder - Interface in org.apache.pekko.protobuf
-
Base interface for methods common to
MessageLiteandMessageLite.Builderto provide type equivalency. - MessageOrBuilder - Interface in org.apache.pekko.protobuf
-
Base interface for methods common to
MessageandMessage.Builderto provide type equivalency. - METHOD_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
N
- NAME_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- NAME_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- NAME_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- NAME_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- NAME_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- NAME_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- NAME_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- NAME_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- NAME_PART_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- NEGATIVE_INT_VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- NESTED_TYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- newBuilder() - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- newBuilder() - Static method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
-
Construct a new
UnknownFieldSet.Field.Builder. - newBuilder() - Static method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Create a new
UnknownFieldSet.Builder. - newBuilder(DescriptorProtos.DescriptorProto) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- newBuilder(DescriptorProtos.DescriptorProto.ExtensionRange) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- newBuilder(DescriptorProtos.EnumDescriptorProto) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- newBuilder(DescriptorProtos.EnumOptions) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- newBuilder(DescriptorProtos.EnumValueDescriptorProto) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- newBuilder(DescriptorProtos.EnumValueOptions) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- newBuilder(DescriptorProtos.FieldDescriptorProto) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- newBuilder(DescriptorProtos.FieldOptions) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- newBuilder(DescriptorProtos.FileDescriptorProto) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- newBuilder(DescriptorProtos.FileDescriptorSet) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- newBuilder(DescriptorProtos.FileOptions) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- newBuilder(DescriptorProtos.MessageOptions) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- newBuilder(DescriptorProtos.MethodDescriptorProto) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- newBuilder(DescriptorProtos.MethodOptions) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- newBuilder(DescriptorProtos.ServiceDescriptorProto) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- newBuilder(DescriptorProtos.ServiceOptions) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- newBuilder(DescriptorProtos.SourceCodeInfo) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- newBuilder(DescriptorProtos.SourceCodeInfo.Location) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- newBuilder(DescriptorProtos.UninterpretedOption) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- newBuilder(DescriptorProtos.UninterpretedOption.NamePart) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- newBuilder(Descriptors.Descriptor) - Static method in class org.apache.pekko.protobuf.DynamicMessage
-
Construct a
Message.Builderfor the given type. - newBuilder(Message) - Static method in class org.apache.pekko.protobuf.DynamicMessage
-
Construct a
Message.Builderfor a message of the same type asprototype, and initialize it withprototype's contents. - newBuilder(UnknownFieldSet) - Static method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Create a new
UnknownFieldSet.Builderand initialize it to be a copy ofcopyFrom. - newBuilder(UnknownFieldSet.Field) - Static method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
-
Construct a new
UnknownFieldSet.Field.Builderand initialize it to a copy ofcopyFrom. - newBuilderForField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- newBuilderForField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- newBuilderForField(Descriptors.FieldDescriptor) - Method in interface org.apache.pekko.protobuf.Message.Builder
-
Create a Builder for messages of the appropriate type for the given field.
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- newBuilderForType() - Method in class org.apache.pekko.protobuf.DynamicMessage
- newBuilderForType() - Method in interface org.apache.pekko.protobuf.Message
- newBuilderForType() - Method in interface org.apache.pekko.protobuf.MessageLite
-
Constructs a new builder for a message of the same type as this message.
- newBuilderForType() - Method in class org.apache.pekko.protobuf.UnknownFieldSet
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.
- newCodedInput() - Method in class org.apache.pekko.protobuf.ByteString
-
Creates a
CodedInputStreamwhich can be used to read the bytes. - newExtensionWriter() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- newExtensionWriter() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
- newFileScopedGeneratedExtension(Class, Message) - Static method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.For use by generated code only.
- newInput() - Method in class org.apache.pekko.protobuf.ByteString
-
Creates an
InputStreamwhich can be used to read the bytes. - newInstance() - Static method in class org.apache.pekko.protobuf.ExtensionRegistry
-
Construct a new, empty instance.
- newInstance() - Static method in class org.apache.pekko.protobuf.ExtensionRegistryLite
-
Construct a new, empty instance.
- newInstance(byte[]) - Static method in class org.apache.pekko.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given byte array.
- newInstance(byte[]) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Create a new
CodedOutputStreamthat writes directly to the given byte array. - newInstance(byte[], int, int) - Static method in class org.apache.pekko.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given byte array slice.
- newInstance(byte[], int, int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Create a new
CodedOutputStreamthat writes directly to the given byte array slice. - newInstance(InputStream) - Static method in class org.apache.pekko.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given InputStream.
- newInstance(OutputStream) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Create a new
CodedOutputStreamwrapping the givenOutputStream. - newInstance(OutputStream, int) - Static method in class org.apache.pekko.protobuf.CodedOutputStream
-
Create a new
CodedOutputStreamwrapping the givenOutputStreamwith a given buffer size. - newMessageScopedGeneratedExtension(Message, int, Class, Message) - Static method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.For use by generated code only.
- newMessageSetExtensionWriter() - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- newMessageSetExtensionWriter() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
- newOneTimeCallback(RpcCallback<ParameterType>) - Static method in class org.apache.pekko.protobuf.RpcUtil
-
Creates a callback which can only be called once.
- newOutput() - Static method in class org.apache.pekko.protobuf.ByteString
-
Creates a new
ByteString.Output. - newOutput(int) - Static method in class org.apache.pekko.protobuf.ByteString
-
Creates a new
ByteString.Outputwith the given initial capacity. - newRepeatedGeneratedExtension(ContainingType, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, boolean) - Static method in class org.apache.pekko.protobuf.GeneratedMessageLite
-
For use by generated code only.
- newSingularGeneratedExtension(ContainingType, Type, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType) - Static method in class org.apache.pekko.protobuf.GeneratedMessageLite
-
For use by generated code only.
- newUninitializedMessageException(Message) - Static method in class org.apache.pekko.protobuf.AbstractMessage.Builder
-
Construct an UninitializedMessageException reporting missing fields in the given message.
- newUninitializedMessageException(MessageLite) - Static method in class org.apache.pekko.protobuf.AbstractMessageLite.Builder
-
Construct an UninitializedMessageException reporting missing fields in the given message.
- nextByte() - Method in interface org.apache.pekko.protobuf.ByteString.ByteIterator
-
An alternative to
Iterator.next()that returns an unboxed primitivebyte. - NO_STANDARD_DESCRIPTOR_ACCESSOR_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- notifyOnCancel(RpcCallback<Object>) - Method in interface org.apache.pekko.protobuf.RpcController
-
Asks that the given callback be called when the RPC is canceled.
- NUMBER_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- NUMBER_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
O
- onBuilt() - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.Called by the subclass when a message is built.
- onChanged() - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.Called when a the builder or one of its nested children has changed and any parent should be notified of its invalidation.
- OPTIMIZE_FOR_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- OPTIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- OPTIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- OPTIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- OPTIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- OPTIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- OPTIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- OPTIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- org.apache.pekko.protobuf - package org.apache.pekko.protobuf
- OUTPUT_TYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
P
- PACKAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- PACKED_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- parseDelimitedFrom(InputStream) - Method in class org.apache.pekko.protobuf.AbstractParser
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- parseDelimitedFrom(InputStream) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseFrom(InputStream), but does not read util EOF. - parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractParser
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseDelimitedFrom(InputStream)but supporting extensions. - ParseException(int, int, String) - Constructor for exception org.apache.pekko.protobuf.TextFormat.ParseException
-
Create a new instance
- ParseException(String) - Constructor for exception org.apache.pekko.protobuf.TextFormat.ParseException
-
Create a new instance, with -1 as the line and column numbers.
- parseFrom(byte[]) - Method in class org.apache.pekko.protobuf.AbstractParser
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(byte[]) - Method in interface org.apache.pekko.protobuf.Parser
-
Parses
dataas a message ofMessageType. - parseFrom(byte[]) - Static method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Parse
dataas anUnknownFieldSetand return it. - parseFrom(byte[], int, int) - Method in class org.apache.pekko.protobuf.AbstractParser
- parseFrom(byte[], int, int) - Method in interface org.apache.pekko.protobuf.Parser
-
Parses
dataas a message ofMessageType. - parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractParser
- parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Parser
-
Parses
dataas a message ofMessageType. - parseFrom(byte[], ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractParser
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(byte[], ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Parser
-
Parses
dataas a message ofMessageType. - parseFrom(InputStream) - Method in class org.apache.pekko.protobuf.AbstractParser
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(InputStream) - Method in interface org.apache.pekko.protobuf.Parser
-
Parse a message of
MessageTypefrominput. - parseFrom(InputStream) - Static method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Parse an
UnknownFieldSetfrominputand return it. - parseFrom(InputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractParser
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(InputStream, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Parser
-
Parses a message of
MessageTypefrominput. - parseFrom(ByteString) - Method in class org.apache.pekko.protobuf.AbstractParser
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(ByteString) - Method in interface org.apache.pekko.protobuf.Parser
-
Parses
dataas a message ofMessageType. - parseFrom(ByteString) - Static method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Parse
dataas anUnknownFieldSetand return it. - parseFrom(ByteString, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractParser
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(ByteString, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Parser
-
Parses
dataas a message ofMessageType. - parseFrom(CodedInputStream) - Method in class org.apache.pekko.protobuf.AbstractParser
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(CodedInputStream) - Method in interface org.apache.pekko.protobuf.Parser
-
Parses a message of
MessageTypefrom the input. - parseFrom(CodedInputStream) - Static method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Parse an
UnknownFieldSetfrom the given input stream. - parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractParser
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseFrom(CodedInputStream), but also parses extensions. - parseFrom(Descriptors.Descriptor, byte[]) - Static method in class org.apache.pekko.protobuf.DynamicMessage
-
Parse
dataas a message of the given type and return it. - parseFrom(Descriptors.Descriptor, byte[], ExtensionRegistry) - Static method in class org.apache.pekko.protobuf.DynamicMessage
-
Parse
dataas a message of the given type and return it. - parseFrom(Descriptors.Descriptor, InputStream) - Static method in class org.apache.pekko.protobuf.DynamicMessage
-
Parse a message of the given type from
inputand return it. - parseFrom(Descriptors.Descriptor, InputStream, ExtensionRegistry) - Static method in class org.apache.pekko.protobuf.DynamicMessage
-
Parse a message of the given type from
inputand return it. - parseFrom(Descriptors.Descriptor, ByteString) - Static method in class org.apache.pekko.protobuf.DynamicMessage
-
Parse
dataas a message of the given type and return it. - parseFrom(Descriptors.Descriptor, ByteString, ExtensionRegistry) - Static method in class org.apache.pekko.protobuf.DynamicMessage
-
Parse
dataas a message of the given type and return it. - parseFrom(Descriptors.Descriptor, CodedInputStream) - Static method in class org.apache.pekko.protobuf.DynamicMessage
-
Parse a message of the given type from the given input stream.
- parseFrom(Descriptors.Descriptor, CodedInputStream, ExtensionRegistry) - Static method in class org.apache.pekko.protobuf.DynamicMessage
-
Parse a message of the given type from the given input stream.
- parsePartialDelimitedFrom(InputStream) - Method in class org.apache.pekko.protobuf.AbstractParser
- parsePartialDelimitedFrom(InputStream) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseDelimitedFrom(InputStream), but does not throw an exception if the message is missing required fields. - parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractParser
- parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseDelimitedFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields. - parsePartialFrom(byte[]) - Method in class org.apache.pekko.protobuf.AbstractParser
- parsePartialFrom(byte[]) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseFrom(byte[]), but does not throw an exception if the message is missing required fields. - parsePartialFrom(byte[], int, int) - Method in class org.apache.pekko.protobuf.AbstractParser
- parsePartialFrom(byte[], int, int) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseFrom(byte[], int, int), but does not throw an exception if the message is missing required fields. - parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractParser
- parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseFrom(ByteString, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields. - parsePartialFrom(byte[], ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractParser
- parsePartialFrom(byte[], ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseFrom(byte[], ExtensionRegistryLite), but does not throw an exception if the message is missing required fields. - parsePartialFrom(InputStream) - Method in class org.apache.pekko.protobuf.AbstractParser
- parsePartialFrom(InputStream) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseFrom(InputStream), but does not throw an exception if the message is missing required fields. - parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractParser
- parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields. - parsePartialFrom(ByteString) - Method in class org.apache.pekko.protobuf.AbstractParser
- parsePartialFrom(ByteString) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseFrom(ByteString), but does not throw an exception if the message is missing required fields. - parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.AbstractParser
- parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseFrom(ByteString, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields. - parsePartialFrom(CodedInputStream) - Method in class org.apache.pekko.protobuf.AbstractParser
- parsePartialFrom(CodedInputStream) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseFrom(CodedInputStream), but does not throw an exception if the message is missing required fields. - parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface org.apache.pekko.protobuf.Parser
-
Like
Parser.parseFrom(CodedInputStream input, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields. - parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Parser
- Parser<MessageType> - Interface in org.apache.pekko.protobuf
-
Abstract interface for parsing Protocol Messages.
- Parser() - Constructor for class org.apache.pekko.protobuf.UnknownFieldSet.Parser
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- PARSER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- parseUnknownField(CodedInputStream, ExtensionRegistryLite, int) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.Builder
-
Called by subclasses to parse an unknown field.
- parseUnknownField(CodedInputStream, ExtensionRegistryLite, int) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Called by subclasses to parse an unknown field or an extension.
- parseUnknownField(CodedInputStream, ExtensionRegistryLite, int) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage
-
Called by subclasses to parse an unknown field or an extension.
- parseUnknownField(CodedInputStream, ExtensionRegistryLite, int) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite
-
Called by subclasses to parse an unknown field.
- parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.Called by subclasses to parse an unknown field.
- parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.Called by subclasses to parse an unknown field or an extension.
- parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage
-
Deprecated.
- parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.Called by subclasses to parse an unknown field.
- partialHash(int, int, int) - Method in class org.apache.pekko.protobuf.ByteString
-
Compute the hash across the value bytes starting with the given hash, and return the result.
- partialIsValidUtf8(int, int, int) - Method in class org.apache.pekko.protobuf.ByteString
-
Tells whether the given byte sequence is a well-formed, malformed, or incomplete UTF-8 byte sequence.
- PATH_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- peekCachedHashCode() - Method in class org.apache.pekko.protobuf.ByteString
-
Return the cached hash code if available.
- popLimit(int) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Discards the current limit, returning to the previous limit.
- POSITIVE_INT_VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- print(MessageOrBuilder, Appendable) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Outputs a textual representation of the Protocol Message supplied into the parameter output.
- print(UnknownFieldSet, Appendable) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Outputs a textual representation of
fieldstooutput. - printField(Descriptors.FieldDescriptor, Object, Appendable) - Static method in class org.apache.pekko.protobuf.TextFormat
- printFieldToString(Descriptors.FieldDescriptor, Object) - Static method in class org.apache.pekko.protobuf.TextFormat
- printFieldValue(Descriptors.FieldDescriptor, Object, Appendable) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Outputs a textual representation of the value of given field value.
- printToString(MessageOrBuilder) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Like
print(), but writes directly to aStringand returns it. - printToString(UnknownFieldSet) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Like
print(), but writes directly to aStringand returns it. - printToUnicodeString(MessageOrBuilder) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Same as
printToString(), except that non-ASCII characters in string type fields are not escaped in backslash+octals. - printToUnicodeString(UnknownFieldSet) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Same as
printToString(), except that non-ASCII characters in string type fields are not escaped in backslash+octals. - printUnknownFieldValue(int, Object, Appendable) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Outputs a textual representation of the value of an unknown field.
- ProtocolMessageEnum - Interface in org.apache.pekko.protobuf
-
Interface of useful methods added to all enums generated by the protocol compiler.
- PUBLIC_DEPENDENCY_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- pushLimit(int) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Sets
currentLimitto (current position) +byteLimit. - PY_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
R
- readBool() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a
boolfield value from the stream. - readBytes() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a
bytesfield value from the stream. - readDouble() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a
doublefield value from the stream. - readEnum() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read an enum field value from the stream.
- readFixed32() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a
fixed32field value from the stream. - readFixed64() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a
fixed64field value from the stream. - readFloat() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a
floatfield value from the stream. - readFrom(InputStream) - Static method in class org.apache.pekko.protobuf.ByteString
-
Completely reads the given stream's bytes into a
ByteString, blocking if necessary until all bytes are read through to the end of the stream. - readFrom(InputStream, int) - Static method in class org.apache.pekko.protobuf.ByteString
-
Completely reads the given stream's bytes into a
ByteString, blocking if necessary until all bytes are read through to the end of the stream. - readFrom(InputStream, int, int) - Static method in class org.apache.pekko.protobuf.ByteString
- readGroup(int, MessageLite.Builder, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a
groupfield value from the stream. - readGroup(int, Parser<T>, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a
groupfield value from the stream. - readInt32() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read an
int32field value from the stream. - readInt64() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read an
int64field value from the stream. - readMessage(MessageLite.Builder, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read an embedded message field value from the stream.
- readMessage(Parser<T>, ExtensionRegistryLite) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read an embedded message field value from the stream.
- readRawByte() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read one byte from the input.
- readRawBytes(int) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a fixed size of bytes from the input.
- readRawLittleEndian32() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a 32-bit little-endian integer from the stream.
- readRawLittleEndian64() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a 64-bit little-endian integer from the stream.
- readRawVarint32() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a raw Varint from the stream.
- readRawVarint32(int, InputStream) - Static method in class org.apache.pekko.protobuf.CodedInputStream
-
Like
CodedInputStream.readRawVarint32(InputStream), but expects that the caller has already read one byte. - readRawVarint64() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a raw Varint from the stream.
- readSFixed32() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read an
sfixed32field value from the stream. - readSFixed64() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read an
sfixed64field value from the stream. - readSInt32() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read an
sint32field value from the stream. - readSInt64() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read an
sint64field value from the stream. - readString() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a
stringfield value from the stream. - readTag() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Attempt to read a field tag, returning zero if we have reached EOF.
- readUInt32() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a
uint32field value from the stream. - readUInt64() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Read a
uint64field value from the stream. - readUnknownGroup(int, MessageLite.Builder) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Deprecated.UnknownFieldSet.Builder now implements MessageLite.Builder, so you can just call
CodedInputStream.readGroup(int, org.apache.pekko.protobuf.MessageLite.Builder, org.apache.pekko.protobuf.ExtensionRegistryLite). - registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.protobuf.DescriptorProtos
- remove(int) - Method in class org.apache.pekko.protobuf.LazyStringArrayList
- remove(int) - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Removes the element at the specified position in this list.
- removeEnumType(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - removeEnumType(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - removeExtension(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - removeExtension(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - removeExtensionRange(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - removeField(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - removeFile(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - removeLocation(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - removeMessageType(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - removeMethod(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - removeName(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - removeNestedType(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - removeService(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - removeUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - removeUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - removeUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - removeUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - removeUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - removeUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - removeUninterpretedOption(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - removeValue(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - RepeatedFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder> - Class in org.apache.pekko.protobuf
-
RepeatedFieldBuilderimplements a structure that a protocol message uses to hold a repeated field of other protocol messages. - RepeatedFieldBuilder(List<MType>, boolean, GeneratedMessage.BuilderParent, boolean) - Constructor for class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Constructs a new builder with an empty list of messages.
- reset() - Method in class org.apache.pekko.protobuf.ByteString.Output
-
Resets this stream, so that all currently accumulated output in the output stream is discarded.
- reset() - Method in interface org.apache.pekko.protobuf.RpcController
-
Resets the RpcController to its initial state so that it may be reused in a new call.
- resetSizeCounter() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Resets the current size counter to zero (see
CodedInputStream.setSizeLimit(int)). - RpcCallback<ParameterType> - Interface in org.apache.pekko.protobuf
-
Interface for an RPC callback, normally called when an RPC completes.
- RpcChannel - Interface in org.apache.pekko.protobuf
-
Abstract interface for an RPC channel.
- RpcController - Interface in org.apache.pekko.protobuf
-
An
RpcControllermediates a single method call. - RpcUtil - Class in org.apache.pekko.protobuf
-
Grab-bag of utility functions useful when dealing with RPCs.
- RpcUtil.AlreadyCalledException - Exception in org.apache.pekko.protobuf
-
Exception thrown when a one-time callback is called more than once.
- run(ParameterType) - Method in interface org.apache.pekko.protobuf.RpcCallback
S
- Service - Interface in org.apache.pekko.protobuf
-
Abstract base interface for protocol-buffer-based RPC services.
- SERVICE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- ServiceException - Exception in org.apache.pekko.protobuf
-
Thrown by blocking RPC methods when a failure occurs.
- ServiceException(String) - Constructor for exception org.apache.pekko.protobuf.ServiceException
- ServiceException(String, Throwable) - Constructor for exception org.apache.pekko.protobuf.ServiceException
- ServiceException(Throwable) - Constructor for exception org.apache.pekko.protobuf.ServiceException
- set(int, String) - Method in class org.apache.pekko.protobuf.LazyStringArrayList
- setAggregateValue(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8; - setAggregateValueBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8; - setAllowAlias(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional bool allow_alias = 2 [default = true]; - setCcGenericServices(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool cc_generic_services = 16 [default = false]; - setCtype(DescriptorProtos.FieldOptions.CType) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING]; - setDefaultValue(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7; - setDefaultValueBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7; - setDependency(int, String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3; - setDeprecated(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool deprecated = 3 [default = false]; - setDoubleValue(double) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional double double_value = 6; - setEagerlyParseMessageSets(boolean) - Static method in class org.apache.pekko.protobuf.ExtensionRegistryLite
- setEnd(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 end = 2; - setEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - setEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - setEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4; - setEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5; - setExperimentalMapKey(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional string experimental_map_key = 9; - setExperimentalMapKeyBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional string experimental_map_key = 9; - setExtendee(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2; - setExtendeeBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2; - setExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - setExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - setExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6; - setExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7; - setExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int, Type) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.Set the value of one element of a repeated extension.
- setExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>, Type) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.Set the value of an extension.
- setExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int, Type) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Set the value of one element of a repeated extension.
- setExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>, Type) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Set the value of an extension.
- setExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - setExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; - setFailed(String) - Method in interface org.apache.pekko.protobuf.RpcController
-
Causes
failed()to return true on the client side. - setField(int, DescriptorProtos.FieldDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - setField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2; - setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- setField(Descriptors.FieldDescriptor, Object) - Method in interface org.apache.pekko.protobuf.Message.Builder
-
Sets a field to the given value.
- setFile(int, DescriptorProtos.FileDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - setFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1; - setGoPackage(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11; - setGoPackageBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11; - setIdentifierValue(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3; - setIdentifierValueBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3; - setInputType(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2; - setInputTypeBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2; - setIsExtension(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required bool is_extension = 2; - setJavaGenerateEqualsAndHash(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generate_equals_and_hash = 20 [default = false]; - setJavaGenericServices(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false]; - setJavaMultipleFiles(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_multiple_files = 10 [default = false]; - setJavaOuterClassname(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8; - setJavaOuterClassnameBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8; - setJavaPackage(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1; - setJavaPackageBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1; - setLabel(DescriptorProtos.FieldDescriptorProto.Label) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4; - setLazy(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool lazy = 5 [default = false]; - setLeadingComments(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3; - setLeadingCommentsBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3; - setLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - setLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1; - setMessage(int, MType) - Method in class org.apache.pekko.protobuf.RepeatedFieldBuilder
-
Sets a message at the specified index replacing the existing item at that index.
- setMessage(MType) - Method in class org.apache.pekko.protobuf.SingleFieldBuilder
-
Sets a message for the field replacing any existing value.
- setMessageSetWireFormat(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool message_set_wire_format = 1 [default = false]; - setMessageType(int, DescriptorProtos.DescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - setMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4; - setMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - setMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2; - setName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - setName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; - setName(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1; - setName(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1; - setName(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1; - setName(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1; - setName(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1; - setName(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1; - setName(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1; - setNameBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1; - setNameBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1; - setNameBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1; - setNameBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1; - setNameBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1; - setNameBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1; - setNameBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1; - setNamePart(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1; - setNamePartBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1; - setNegativeIntValue(long) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional int64 negative_int_value = 5; - setNestedType(int, DescriptorProtos.DescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - setNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3; - setNoStandardDescriptorAccessor(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool no_standard_descriptor_accessor = 2 [default = false]; - setNumber(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional int32 number = 2; - setNumber(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 number = 3; - setOptimizeFor(DescriptorProtos.FileOptions.OptimizeMode) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; - setOptions(DescriptorProtos.EnumOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3; - setOptions(DescriptorProtos.EnumOptions.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3; - setOptions(DescriptorProtos.EnumValueOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3; - setOptions(DescriptorProtos.EnumValueOptions.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3; - setOptions(DescriptorProtos.FieldOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8; - setOptions(DescriptorProtos.FieldOptions.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8; - setOptions(DescriptorProtos.FileOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8; - setOptions(DescriptorProtos.FileOptions.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8; - setOptions(DescriptorProtos.MessageOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7; - setOptions(DescriptorProtos.MessageOptions.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7; - setOptions(DescriptorProtos.MethodOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4; - setOptions(DescriptorProtos.MethodOptions.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4; - setOptions(DescriptorProtos.ServiceOptions) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3; - setOptions(DescriptorProtos.ServiceOptions.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3; - setOutputType(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3; - setOutputTypeBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3; - setPackage(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2; - setPackageBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2; - setPacked(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool packed = 2; - setPath(int, int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [packed = true]; - setPositiveIntValue(long) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional uint64 positive_int_value = 4; - setPublicDependency(int, int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10; - setPyGenericServices(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool py_generic_services = 18 [default = false]; - setRecursionLimit(int) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Set the maximum message recursion depth.
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableBuilder
-
Deprecated.
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in interface org.apache.pekko.protobuf.Message.Builder
-
Sets an element of a repeated field to the given value.
- setService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - setService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6; - setSizeLimit(int) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Set the maximum message size.
- setSourceCodeInfo(DescriptorProtos.SourceCodeInfo) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - setSourceCodeInfo(DescriptorProtos.SourceCodeInfo.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9; - setSpan(int, int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [packed = true]; - setStart(int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 start = 1; - setStringValue(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional bytes string_value = 7; - setTrailingComments(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4; - setTrailingCommentsBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4; - setType(DescriptorProtos.FieldDescriptorProto.Type) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5; - setTypeName(String) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6; - setTypeNameBytes(ByteString) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6; - setUnfinishedMessage(MessageLite) - Method in exception org.apache.pekko.protobuf.InvalidProtocolBufferException
-
Attaches an unfinished message to the exception to support best-effort parsing in
Parserinterface. - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; - setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.protobuf.DynamicMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.protobuf.GeneratedMessage.Builder
-
Deprecated.
- setUnknownFields(UnknownFieldSet) - Method in interface org.apache.pekko.protobuf.Message.Builder
-
Set the
UnknownFieldSetfor this message. - setValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - setValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2; - setWeak(boolean) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool weak = 10 [default = false]; - setWeakDependency(int, int) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11; - SFIXED32 - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- SFIXED32 - org.apache.pekko.protobuf.WireFormat.FieldType
- SFIXED64 - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- SFIXED64 - org.apache.pekko.protobuf.WireFormat.FieldType
- shortDebugString(MessageOrBuilder) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Generates a human readable form of this message, useful for debugging and other purposes, with no newline characters.
- shortDebugString(UnknownFieldSet) - Static method in class org.apache.pekko.protobuf.TextFormat
-
Generates a human readable form of the unknown fields, useful for debugging and other purposes, with no newline characters.
- SingleFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder> - Class in org.apache.pekko.protobuf
-
SingleFieldBuilderimplements a structure that a protocol message uses to hold a single field of another protocol message. - SingleFieldBuilder(MType, GeneratedMessage.BuilderParent, boolean) - Constructor for class org.apache.pekko.protobuf.SingleFieldBuilder
- SINT32 - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- SINT32 - org.apache.pekko.protobuf.WireFormat.FieldType
- SINT64 - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- SINT64 - org.apache.pekko.protobuf.WireFormat.FieldType
- size() - Method in class org.apache.pekko.protobuf.ByteString.Output
-
Returns the current size of the output stream.
- size() - Method in class org.apache.pekko.protobuf.ByteString
-
Gets the number of bytes.
- size() - Method in class org.apache.pekko.protobuf.LazyStringArrayList
- size() - Method in class org.apache.pekko.protobuf.UnmodifiableLazyStringList
- skipField(int) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Reads and discards a single field, given its tag value.
- skipMessage() - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Reads and discards an entire message.
- skipRawBytes(int) - Method in class org.apache.pekko.protobuf.CodedInputStream
-
Reads and discards
sizebytes. - SOURCE_CODE_INFO_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- spaceLeft() - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
If writing to a flat array, return the space left in the array.
- SPAN_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- specializeCallback(RpcCallback<Message>) - Static method in class org.apache.pekko.protobuf.RpcUtil
-
Take an
RpcCallback<Message>and convert it to anRpcCallbackaccepting a specific message type. - SPEED - org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
SPEED = 1; - SPEED_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
SPEED = 1; - START_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- startCancel() - Method in interface org.apache.pekko.protobuf.RpcController
-
Advises the RPC system that the caller desires that the RPC call be canceled.
- startsWith(ByteString) - Method in class org.apache.pekko.protobuf.ByteString
-
Tests if this bytestring starts with the specified prefix.
- STRING - org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
-
STRING = 0; - STRING - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.JavaType
- STRING - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- STRING - org.apache.pekko.protobuf.WireFormat.FieldType
- STRING - org.apache.pekko.protobuf.WireFormat.JavaType
- STRING_PIECE - org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
-
STRING_PIECE = 2; - STRING_PIECE_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
-
STRING_PIECE = 2; - STRING_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
-
STRING = 0; - STRING_VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- stringDefaultValue(String) - Static method in class org.apache.pekko.protobuf.Internal
-
Helper called by generated code to construct default values for string fields.
- substring(int) - Method in class org.apache.pekko.protobuf.ByteString
-
Return the substring from
beginIndex, inclusive, to the end of the string. - substring(int, int) - Method in class org.apache.pekko.protobuf.ByteString
-
Return the substring from
beginIndex, inclusive, toendIndex, exclusive.
T
- TextFormat - Class in org.apache.pekko.protobuf
-
Provide text parsing and formatting support for proto2 instances.
- TextFormat.ParseException - Exception in org.apache.pekko.protobuf
-
Thrown when parsing an invalid text format message.
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- toBuilder() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- toBuilder() - Method in class org.apache.pekko.protobuf.DynamicMessage
- toBuilder() - Method in interface org.apache.pekko.protobuf.Message
- toBuilder() - Method in interface org.apache.pekko.protobuf.MessageLite
-
Constructs a builder initialized with the current message.
- toBuilder() - Method in class org.apache.pekko.protobuf.UnknownFieldSet
- toByteArray() - Method in class org.apache.pekko.protobuf.AbstractMessageLite
- toByteArray() - Method in class org.apache.pekko.protobuf.ByteString
-
Copies bytes to a
byte[]. - toByteArray() - Method in interface org.apache.pekko.protobuf.MessageLite
-
Serializes the message to a
bytearray and returns it. - toByteArray() - Method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Serializes the message to a
bytearray and returns it. - toByteString() - Method in class org.apache.pekko.protobuf.AbstractMessageLite
- toByteString() - Method in class org.apache.pekko.protobuf.ByteString.Output
-
Creates a byte string.
- toByteString() - Method in interface org.apache.pekko.protobuf.MessageLite
-
Serializes the message to a
ByteStringand returns it. - toByteString() - Method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Serializes the message to a
ByteStringand returns it. - toProto() - Method in class org.apache.pekko.protobuf.Descriptors.Descriptor
-
Convert the descriptor to its protocol message representation.
- toProto() - Method in class org.apache.pekko.protobuf.Descriptors.EnumDescriptor
-
Convert the descriptor to its protocol message representation.
- toProto() - Method in class org.apache.pekko.protobuf.Descriptors.EnumValueDescriptor
-
Convert the descriptor to its protocol message representation.
- toProto() - Method in class org.apache.pekko.protobuf.Descriptors.FieldDescriptor
-
Convert the descriptor to its protocol message representation.
- toProto() - Method in enum org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- toProto() - Method in class org.apache.pekko.protobuf.Descriptors.FileDescriptor
-
Convert the descriptor to its protocol message representation.
- toProto() - Method in class org.apache.pekko.protobuf.Descriptors.MethodDescriptor
-
Convert the descriptor to its protocol message representation.
- toProto() - Method in class org.apache.pekko.protobuf.Descriptors.ServiceDescriptor
-
Convert the descriptor to its protocol message representation.
- toString() - Method in class org.apache.pekko.protobuf.AbstractMessage
- toString() - Method in class org.apache.pekko.protobuf.ByteString.Output
- toString() - Method in class org.apache.pekko.protobuf.ByteString
- toString() - Method in interface org.apache.pekko.protobuf.Message
-
Converts the message to a string in protocol buffer text format.
- toString() - Method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Converts the set to a string in protocol buffer text format.
- toString(String) - Method in class org.apache.pekko.protobuf.ByteString
-
Constructs a new
Stringby decoding the bytes using the specified charset. - toStringUtf8() - Method in class org.apache.pekko.protobuf.ByteString
-
Constructs a new
Stringby decoding the bytes as UTF-8. - TRAILING_COMMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- TYPE_BOOL - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_BOOL = 8; - TYPE_BOOL_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_BOOL = 8; - TYPE_BYTES - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_BYTES = 12; - TYPE_BYTES_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_BYTES = 12; - TYPE_DOUBLE - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_DOUBLE = 1; - TYPE_DOUBLE_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_DOUBLE = 1; - TYPE_ENUM - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_ENUM = 14; - TYPE_ENUM_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_ENUM = 14; - TYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- TYPE_FIXED32 - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_FIXED32 = 7; - TYPE_FIXED32_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_FIXED32 = 7; - TYPE_FIXED64 - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_FIXED64 = 6; - TYPE_FIXED64_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_FIXED64 = 6; - TYPE_FLOAT - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_FLOAT = 2; - TYPE_FLOAT_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_FLOAT = 2; - TYPE_GROUP - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_GROUP = 10; - TYPE_GROUP_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_GROUP = 10; - TYPE_INT32 - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_INT32 = 5; - TYPE_INT32_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_INT32 = 5; - TYPE_INT64 - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_INT64 = 3; - TYPE_INT64_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_INT64 = 3; - TYPE_MESSAGE - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_MESSAGE = 11; - TYPE_MESSAGE_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_MESSAGE = 11; - TYPE_NAME_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- TYPE_SFIXED32 - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_SFIXED32 = 15; - TYPE_SFIXED32_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_SFIXED32 = 15; - TYPE_SFIXED64 - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_SFIXED64 = 16; - TYPE_SFIXED64_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_SFIXED64 = 16; - TYPE_SINT32 - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_SINT32 = 17; - TYPE_SINT32_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_SINT32 = 17; - TYPE_SINT64 - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_SINT64 = 18; - TYPE_SINT64_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_SINT64 = 18; - TYPE_STRING - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_STRING = 9; - TYPE_STRING_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_STRING = 9; - TYPE_UINT32 - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_UINT32 = 13; - TYPE_UINT32_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_UINT32 = 13; - TYPE_UINT64 - org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_UINT64 = 4; - TYPE_UINT64_VALUE - Static variable in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_UINT64 = 4;
U
- UINT32 - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- UINT32 - org.apache.pekko.protobuf.WireFormat.FieldType
- UINT64 - org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
- UINT64 - org.apache.pekko.protobuf.WireFormat.FieldType
- UninitializedMessageException - Exception in org.apache.pekko.protobuf
-
Thrown when attempting to build a protocol message that is missing required fields.
- UninitializedMessageException(List<String>) - Constructor for exception org.apache.pekko.protobuf.UninitializedMessageException
- UninitializedMessageException(MessageLite) - Constructor for exception org.apache.pekko.protobuf.UninitializedMessageException
- UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- UnknownFieldSet - Class in org.apache.pekko.protobuf
-
UnknownFieldSetis used to keep track of fields which were seen when parsing a protocol message but whose field numbers or types are unrecognized. - UnknownFieldSet.Builder - Class in org.apache.pekko.protobuf
-
Builder for
UnknownFieldSets. - UnknownFieldSet.Field - Class in org.apache.pekko.protobuf
-
Represents a single field in an
UnknownFieldSet. - UnknownFieldSet.Field.Builder - Class in org.apache.pekko.protobuf
-
Used to build a
UnknownFieldSet.Fieldwithin anUnknownFieldSet. - UnknownFieldSet.Parser - Class in org.apache.pekko.protobuf
-
Parser to implement MessageLite interface.
- UnmodifiableLazyStringList - Class in org.apache.pekko.protobuf
-
An implementation of
LazyStringListthat wraps anotherLazyStringListsuch that it cannot be modified via the wrapper. - UnmodifiableLazyStringList(LazyStringList) - Constructor for class org.apache.pekko.protobuf.UnmodifiableLazyStringList
V
- VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- valueOf(int) - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.protobuf.Descriptors.FieldDescriptor.JavaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.protobuf.WireFormat.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.protobuf.WireFormat.JavaType
-
Returns the enum constant of this type with the specified name.
- valueOf(DescriptorProtos.FieldDescriptorProto.Type) - Static method in enum org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FieldOptions.CType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.protobuf.Descriptors.FieldDescriptor.JavaType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.protobuf.Descriptors.FieldDescriptor.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.protobuf.WireFormat.FieldType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.protobuf.WireFormat.JavaType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WEAK_DEPENDENCY_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- WEAK_FIELD_NUMBER - Static variable in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- WireFormat - Class in org.apache.pekko.protobuf
-
This class is used internally by the Protocol Buffer library and generated message implementations.
- WireFormat.FieldType - Enum in org.apache.pekko.protobuf
-
Lite equivalent to
Descriptors.FieldDescriptor.Type. - WireFormat.JavaType - Enum in org.apache.pekko.protobuf
-
Lite equivalent to
Descriptors.FieldDescriptor.JavaType. - WIRETYPE_END_GROUP - Static variable in class org.apache.pekko.protobuf.WireFormat
- WIRETYPE_FIXED32 - Static variable in class org.apache.pekko.protobuf.WireFormat
- WIRETYPE_FIXED64 - Static variable in class org.apache.pekko.protobuf.WireFormat
- WIRETYPE_LENGTH_DELIMITED - Static variable in class org.apache.pekko.protobuf.WireFormat
- WIRETYPE_START_GROUP - Static variable in class org.apache.pekko.protobuf.WireFormat
- WIRETYPE_VARINT - Static variable in class org.apache.pekko.protobuf.WireFormat
- write(byte[], int, int) - Method in class org.apache.pekko.protobuf.ByteString.Output
- write(int) - Method in class org.apache.pekko.protobuf.ByteString.Output
- writeAsMessageSetExtensionTo(int, CodedOutputStream) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
-
Serializes the field, including field number, and writes it to
output, usingMessageSetwire format. - writeAsMessageSetTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Serializes the set and writes it to
outputusingMessageSetwire format. - writeBool(int, boolean) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
boolfield, including tag, to the stream. - writeBoolNoTag(boolean) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
boolfield to the stream. - writeBytes(int, ByteString) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
bytesfield, including tag, to the stream. - writeBytesNoTag(ByteString) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
bytesfield to the stream. - writeDelimitedTo(OutputStream) - Method in class org.apache.pekko.protobuf.AbstractMessageLite
- writeDelimitedTo(OutputStream) - Method in interface org.apache.pekko.protobuf.MessageLite
-
Like
MessageLite.writeTo(OutputStream), but writes the size of the message as a varint before writing the data. - writeDelimitedTo(OutputStream) - Method in class org.apache.pekko.protobuf.UnknownFieldSet
- writeDouble(int, double) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
doublefield, including tag, to the stream. - writeDoubleNoTag(double) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
doublefield to the stream. - writeEnum(int, int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an enum field, including tag, to the stream.
- writeEnumNoTag(int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an enum field to the stream.
- writeFixed32(int, int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
fixed32field, including tag, to the stream. - writeFixed32NoTag(int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
fixed32field to the stream. - writeFixed64(int, long) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
fixed64field, including tag, to the stream. - writeFixed64NoTag(long) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
fixed64field to the stream. - writeFloat(int, float) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
floatfield, including tag, to the stream. - writeFloatNoTag(float) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
floatfield to the stream. - writeGroup(int, MessageLite) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
groupfield, including tag, to the stream. - writeGroupNoTag(MessageLite) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
groupfield to the stream. - writeInt32(int, int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an
int32field, including tag, to the stream. - writeInt32NoTag(int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an
int32field to the stream. - writeInt64(int, long) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an
int64field, including tag, to the stream. - writeInt64NoTag(long) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an
int64field to the stream. - writeMessage(int, MessageLite) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an embedded message field, including tag, to the stream.
- writeMessageNoTag(MessageLite) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an embedded message field to the stream.
- writeMessageSetExtension(int, MessageLite) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a MessageSet extension field to the stream.
- writeRawByte(byte) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a single byte.
- writeRawByte(int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a single byte, represented by an integer value.
- writeRawBytes(byte[]) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an array of bytes.
- writeRawBytes(byte[], int, int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write part of an array of bytes.
- writeRawBytes(ByteString) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a byte string.
- writeRawBytes(ByteString, int, int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write part of a byte string.
- writeRawLittleEndian32(int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a little-endian 32-bit integer.
- writeRawLittleEndian64(long) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a little-endian 64-bit integer.
- writeRawMessageSetExtension(int, ByteString) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an unparsed MessageSet extension field to the stream.
- writeRawVarint32(int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Encode and write a varint.
- writeRawVarint64(long) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Encode and write a varint.
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- writeReplace() - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- writeReplace() - Method in class org.apache.pekko.protobuf.GeneratedMessage
-
Deprecated.Replaces this object in the output stream with a serialized form.
- writeReplace() - Method in class org.apache.pekko.protobuf.GeneratedMessageLite
-
Replaces this object in the output stream with a serialized form.
- writeSFixed32(int, int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an
sfixed32field, including tag, to the stream. - writeSFixed32NoTag(int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an
sfixed32field to the stream. - writeSFixed64(int, long) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an
sfixed64field, including tag, to the stream. - writeSFixed64NoTag(long) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an
sfixed64field to the stream. - writeSInt32(int, int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an
sint32field, including tag, to the stream. - writeSInt32NoTag(int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an
sint32field to the stream. - writeSInt64(int, long) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an
sint64field, including tag, to the stream. - writeSInt64NoTag(long) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write an
sint64field to the stream. - writeString(int, String) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
stringfield, including tag, to the stream. - writeStringNoTag(String) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
stringfield to the stream. - writeTag(int, int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Encode and write a tag.
- writeTo(int, CodedOutputStream) - Method in class org.apache.pekko.protobuf.UnknownFieldSet.Field
-
Serializes the field, including field number, and writes it to
output. - writeTo(OutputStream) - Method in class org.apache.pekko.protobuf.AbstractMessageLite
- writeTo(OutputStream) - Method in class org.apache.pekko.protobuf.ByteString.Output
-
Writes the complete contents of this byte array output stream to the specified output stream argument.
- writeTo(OutputStream) - Method in class org.apache.pekko.protobuf.ByteString
-
Writes the complete contents of this byte string to the specified output stream argument.
- writeTo(OutputStream) - Method in interface org.apache.pekko.protobuf.MessageLite
-
Serializes the message and writes it to
output. - writeTo(OutputStream) - Method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Serializes the message and writes it to
output. - writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.AbstractMessage
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.DescriptorProto
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumDescriptorProto
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumOptions
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueDescriptorProto
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.EnumValueOptions
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldDescriptorProto
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FieldOptions
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorProto
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileDescriptorSet
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.FileOptions
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MessageOptions
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodDescriptorProto
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.MethodOptions
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceDescriptorProto
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.ServiceOptions
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo.Location
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.SourceCodeInfo
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DescriptorProtos.UninterpretedOption
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.DynamicMessage
- writeTo(CodedOutputStream) - Method in interface org.apache.pekko.protobuf.MessageLite
-
Serializes the message and writes it to
output. - writeTo(CodedOutputStream) - Method in class org.apache.pekko.protobuf.UnknownFieldSet
-
Serializes the set and writes it to
output. - writeUInt32(int, int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
uint32field, including tag, to the stream. - writeUInt32NoTag(int) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
uint32field to the stream. - writeUInt64(int, long) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
uint64field, including tag, to the stream. - writeUInt64NoTag(long) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Write a
uint64field to the stream. - writeUnknownGroup(int, MessageLite) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Deprecated.UnknownFieldSet now implements MessageLite, so you can just call
CodedOutputStream.writeGroup(int, org.apache.pekko.protobuf.MessageLite). - writeUnknownGroupNoTag(MessageLite) - Method in class org.apache.pekko.protobuf.CodedOutputStream
-
Deprecated.UnknownFieldSet now implements MessageLite, so you can just call
CodedOutputStream.writeGroupNoTag(org.apache.pekko.protobuf.MessageLite). - writeUntil(int, CodedOutputStream) - Method in class org.apache.pekko.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter
-
Deprecated.
- writeUntil(int, CodedOutputStream) - Method in class org.apache.pekko.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter
All Classes All Packages