Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Field and Description |
---|---|
static Parser<DescriptorProtos.FieldDescriptorProto> |
DescriptorProtos.FieldDescriptorProto.PARSER |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.Builder.build() |
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.Builder.buildPartial() |
static DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.getDefaultInstance() |
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.getDefaultInstanceForType() |
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.Builder.getDefaultInstanceForType() |
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FileDescriptorProtoOrBuilder.getExtension(int index)
repeated .google.protobuf.FieldDescriptorProto extension = 7; |
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FileDescriptorProto.getExtension(int index)
repeated .google.protobuf.FieldDescriptorProto extension = 7; |
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FileDescriptorProto.Builder.getExtension(int index)
repeated .google.protobuf.FieldDescriptorProto extension = 7; |
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.DescriptorProtoOrBuilder.getExtension(int index)
repeated .google.protobuf.FieldDescriptorProto extension = 6; |
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.DescriptorProto.getExtension(int index)
repeated .google.protobuf.FieldDescriptorProto extension = 6; |
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.DescriptorProto.Builder.getExtension(int index)
repeated .google.protobuf.FieldDescriptorProto extension = 6; |
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.DescriptorProtoOrBuilder.getField(int index)
repeated .google.protobuf.FieldDescriptorProto field = 2; |
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.DescriptorProto.getField(int index)
repeated .google.protobuf.FieldDescriptorProto field = 2; |
DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.DescriptorProto.Builder.getField(int index)
repeated .google.protobuf.FieldDescriptorProto field = 2; |
static DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.parseDelimitedFrom(java.io.InputStream input) |
static DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.parseFrom(byte[] data) |
static DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.parseFrom(ByteString data) |
static DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.parseFrom(CodedInputStream input) |
static DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.parseFrom(java.io.InputStream input) |
static DescriptorProtos.FieldDescriptorProto |
DescriptorProtos.FieldDescriptorProto.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
DescriptorProtos.FieldDescriptorProto |
Descriptors.FieldDescriptor.toProto()
Convert the descriptor to its protocol message representation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DescriptorProtos.FieldDescriptorProto> |
DescriptorProtos.FileDescriptorProtoOrBuilder.getExtensionList()
repeated .google.protobuf.FieldDescriptorProto extension = 7; |
java.util.List<DescriptorProtos.FieldDescriptorProto> |
DescriptorProtos.FileDescriptorProto.getExtensionList()
repeated .google.protobuf.FieldDescriptorProto extension = 7; |
java.util.List<DescriptorProtos.FieldDescriptorProto> |
DescriptorProtos.FileDescriptorProto.Builder.getExtensionList()
repeated .google.protobuf.FieldDescriptorProto extension = 7; |
java.util.List<DescriptorProtos.FieldDescriptorProto> |
DescriptorProtos.DescriptorProtoOrBuilder.getExtensionList()
repeated .google.protobuf.FieldDescriptorProto extension = 6; |
java.util.List<DescriptorProtos.FieldDescriptorProto> |
DescriptorProtos.DescriptorProto.getExtensionList()
repeated .google.protobuf.FieldDescriptorProto extension = 6; |
java.util.List<DescriptorProtos.FieldDescriptorProto> |
DescriptorProtos.DescriptorProto.Builder.getExtensionList()
repeated .google.protobuf.FieldDescriptorProto extension = 6; |
java.util.List<DescriptorProtos.FieldDescriptorProto> |
DescriptorProtos.DescriptorProtoOrBuilder.getFieldList()
repeated .google.protobuf.FieldDescriptorProto field = 2; |
java.util.List<DescriptorProtos.FieldDescriptorProto> |
DescriptorProtos.DescriptorProto.getFieldList()
repeated .google.protobuf.FieldDescriptorProto field = 2; |
java.util.List<DescriptorProtos.FieldDescriptorProto> |
DescriptorProtos.DescriptorProto.Builder.getFieldList()
repeated .google.protobuf.FieldDescriptorProto field = 2; |
Parser<DescriptorProtos.FieldDescriptorProto> |
DescriptorProtos.FieldDescriptorProto.getParserForType() |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.FileDescriptorProto.Builder |
DescriptorProtos.FileDescriptorProto.Builder.addExtension(DescriptorProtos.FieldDescriptorProto value)
repeated .google.protobuf.FieldDescriptorProto extension = 7; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addExtension(DescriptorProtos.FieldDescriptorProto value)
repeated .google.protobuf.FieldDescriptorProto extension = 6; |
DescriptorProtos.FileDescriptorProto.Builder |
DescriptorProtos.FileDescriptorProto.Builder.addExtension(int index,
DescriptorProtos.FieldDescriptorProto value)
repeated .google.protobuf.FieldDescriptorProto extension = 7; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addExtension(int index,
DescriptorProtos.FieldDescriptorProto value)
repeated .google.protobuf.FieldDescriptorProto extension = 6; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addField(DescriptorProtos.FieldDescriptorProto value)
repeated .google.protobuf.FieldDescriptorProto field = 2; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addField(int index,
DescriptorProtos.FieldDescriptorProto value)
repeated .google.protobuf.FieldDescriptorProto field = 2; |
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.mergeFrom(DescriptorProtos.FieldDescriptorProto other) |
static DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.newBuilder(DescriptorProtos.FieldDescriptorProto prototype) |
DescriptorProtos.FileDescriptorProto.Builder |
DescriptorProtos.FileDescriptorProto.Builder.setExtension(int index,
DescriptorProtos.FieldDescriptorProto value)
repeated .google.protobuf.FieldDescriptorProto extension = 7; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.setExtension(int index,
DescriptorProtos.FieldDescriptorProto value)
repeated .google.protobuf.FieldDescriptorProto extension = 6; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.setField(int index,
DescriptorProtos.FieldDescriptorProto value)
repeated .google.protobuf.FieldDescriptorProto field = 2; |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.FileDescriptorProto.Builder |
DescriptorProtos.FileDescriptorProto.Builder.addAllExtension(java.lang.Iterable<? extends DescriptorProtos.FieldDescriptorProto> values)
repeated .google.protobuf.FieldDescriptorProto extension = 7; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addAllExtension(java.lang.Iterable<? extends DescriptorProtos.FieldDescriptorProto> values)
repeated .google.protobuf.FieldDescriptorProto extension = 6; |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addAllField(java.lang.Iterable<? extends DescriptorProtos.FieldDescriptorProto> values)
repeated .google.protobuf.FieldDescriptorProto field = 2; |