public interface FileDescriptorResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ByteString |
getFileDescriptorProto(int index)
Serialized FileDescriptorProto messages.
|
int |
getFileDescriptorProtoCount()
Serialized FileDescriptorProto messages.
|
List<ByteString> |
getFileDescriptorProtoList()
Serialized FileDescriptorProto messages.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedList<ByteString> getFileDescriptorProtoList()
Serialized FileDescriptorProto messages. We avoid taking a dependency on descriptor.proto, which uses proto2 only features, by making them opaque bytes instead.
repeated bytes file_descriptor_proto = 1;int getFileDescriptorProtoCount()
Serialized FileDescriptorProto messages. We avoid taking a dependency on descriptor.proto, which uses proto2 only features, by making them opaque bytes instead.
repeated bytes file_descriptor_proto = 1;ByteString getFileDescriptorProto(int index)
Serialized FileDescriptorProto messages. We avoid taking a dependency on descriptor.proto, which uses proto2 only features, by making them opaque bytes instead.
repeated bytes file_descriptor_proto = 1;index - The index of the element to return.