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