| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Class and Description |
|---|---|
static class |
DescriptorProtos.FieldDescriptorProto
Describes a field within a message.
|
static class |
DescriptorProtos.FieldDescriptorProto.Builder
Describes a field within a message.
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos.FieldDescriptorProtoOrBuilder |
DescriptorProtos.FileDescriptorProto.getExtensionOrBuilder(int index)
repeated .google.protobuf.FieldDescriptorProto extension = 7; |
DescriptorProtos.FieldDescriptorProtoOrBuilder |
DescriptorProtos.DescriptorProto.getExtensionOrBuilder(int index)
repeated .google.protobuf.FieldDescriptorProto extension = 6; |
DescriptorProtos.FieldDescriptorProtoOrBuilder |
DescriptorProtos.DescriptorProto.getFieldOrBuilder(int index)
repeated .google.protobuf.FieldDescriptorProto field = 2; |
| Modifier and Type | Method and Description |
|---|---|
List<? extends DescriptorProtos.FieldDescriptorProtoOrBuilder> |
DescriptorProtos.FileDescriptorProto.getExtensionOrBuilderList()
repeated .google.protobuf.FieldDescriptorProto extension = 7; |
List<? extends DescriptorProtos.FieldDescriptorProtoOrBuilder> |
DescriptorProtos.DescriptorProto.getExtensionOrBuilderList()
repeated .google.protobuf.FieldDescriptorProto extension = 6; |
List<? extends DescriptorProtos.FieldDescriptorProtoOrBuilder> |
DescriptorProtos.DescriptorProto.getFieldOrBuilderList()
repeated .google.protobuf.FieldDescriptorProto field = 2; |
Copyright © 2008–2016 Google. All rights reserved.