| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Field and Description |
|---|---|
static Parser |
DescriptorProtos.DescriptorProto.PARSER
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos |
DescriptorProtos.DescriptorProto.Builder.build()
|
DescriptorProtos |
DescriptorProtos.DescriptorProto.Builder.buildPartial()
|
static DescriptorProtos |
DescriptorProtos.DescriptorProto.getDefaultInstance()
|
DescriptorProtos |
DescriptorProtos.DescriptorProto.getDefaultInstanceForType()
|
DescriptorProtos |
DescriptorProtos.DescriptorProto.Builder.getDefaultInstanceForType()
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProtoOrBuilder.getMessageType(int index)
repeated .google.protobuf.DescriptorProto message_type = 4;
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.getMessageType(int index)
repeated .google.protobuf.DescriptorProto message_type = 4;
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.getMessageType(int index)
repeated .google.protobuf.DescriptorProto message_type = 4;
|
DescriptorProtos |
DescriptorProtos.DescriptorProtoOrBuilder.getNestedType(int index)
repeated .google.protobuf.DescriptorProto nested_type = 3;
|
DescriptorProtos |
DescriptorProtos.DescriptorProto.getNestedType(int index)
repeated .google.protobuf.DescriptorProto nested_type = 3;
|
DescriptorProtos |
DescriptorProtos.DescriptorProto.Builder.getNestedType(int index)
repeated .google.protobuf.DescriptorProto nested_type = 3;
|
static DescriptorProtos |
DescriptorProtos.DescriptorProto.parseDelimitedFrom(InputStream
|
static DescriptorProtos |
DescriptorProtos.DescriptorProto.parseDelimitedFrom(InputStream
|
static DescriptorProtos |
DescriptorProtos.DescriptorProto.parseFrom(byte[] data)
|
static DescriptorProtos |
DescriptorProtos.DescriptorProto.parseFrom(byte[] data, ExtensionRegistryLite
|
static DescriptorProtos |
DescriptorProtos.DescriptorProto.parseFrom(ByteString
|
static DescriptorProtos |
DescriptorProtos.DescriptorProto.parseFrom(ByteString
|
static DescriptorProtos |
DescriptorProtos.DescriptorProto.parseFrom(CodedInputStream
|
static DescriptorProtos |
DescriptorProtos.DescriptorProto.parseFrom(CodedInputStream
|
static DescriptorProtos |
DescriptorProtos.DescriptorProto.parseFrom(InputStream
|
static DescriptorProtos |
DescriptorProtos.DescriptorProto.parseFrom(InputStream
|
DescriptorProtos |
Descriptors.Descriptor.toProto()
Convert the descriptor to its protocol message representation.
|
| Modifier and Type | Method and Description |
|---|---|
List |
DescriptorProtos.FileDescriptorProtoOrBuilder.getMessageTypeList()
repeated .google.protobuf.DescriptorProto message_type = 4;
|
List |
DescriptorProtos.FileDescriptorProto.getMessageTypeList()
repeated .google.protobuf.DescriptorProto message_type = 4;
|
List |
DescriptorProtos.FileDescriptorProto.Builder.getMessageTypeList()
repeated .google.protobuf.DescriptorProto message_type = 4;
|
List |
DescriptorProtos.DescriptorProtoOrBuilder.getNestedTypeList()
repeated .google.protobuf.DescriptorProto nested_type = 3;
|
List |
DescriptorProtos.DescriptorProto.getNestedTypeList()
repeated .google.protobuf.DescriptorProto nested_type = 3;
|
List |
DescriptorProtos.DescriptorProto.Builder.getNestedTypeList()
repeated .google.protobuf.DescriptorProto nested_type = 3;
|
Parser |
DescriptorProtos.DescriptorProto.getParserForType()
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.addMessageType(DescriptorProtos
repeated .google.protobuf.DescriptorProto message_type = 4;
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.addMessageType(int index, DescriptorProtos
repeated .google.protobuf.DescriptorProto message_type = 4;
|
DescriptorProtos |
DescriptorProtos.DescriptorProto.Builder.addNestedType(DescriptorProtos
repeated .google.protobuf.DescriptorProto nested_type = 3;
|
DescriptorProtos |
DescriptorProtos.DescriptorProto.Builder.addNestedType(int index, DescriptorProtos
repeated .google.protobuf.DescriptorProto nested_type = 3;
|
DescriptorProtos |
DescriptorProtos.DescriptorProto.Builder.mergeFrom(DescriptorProtos
|
static DescriptorProtos |
DescriptorProtos.DescriptorProto.newBuilder(DescriptorProtos
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.setMessageType(int index, DescriptorProtos
repeated .google.protobuf.DescriptorProto message_type = 4;
|
DescriptorProtos |
DescriptorProtos.DescriptorProto.Builder.setNestedType(int index, DescriptorProtos
repeated .google.protobuf.DescriptorProto nested_type = 3;
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.addAllMessageType(Iterable
repeated .google.protobuf.DescriptorProto message_type = 4;
|
DescriptorProtos |
DescriptorProtos.DescriptorProto.Builder.addAllNestedType(Iterable
repeated .google.protobuf.DescriptorProto nested_type = 3;
|