public interface FileDescriptorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getFileDescriptorProto(int index)
Serialized FileDescriptorProto messages.
|
int |
getFileDescriptorProtoCount()
Serialized FileDescriptorProto messages.
|
List<com.google.protobuf.ByteString> |
getFileDescriptorProtoList()
Serialized FileDescriptorProto messages.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.protobuf.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;com.google.protobuf.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.