public interface FileDescriptorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getFileDescriptorProto(int index)
Serialized FileDescriptorProto messages.
|
int |
getFileDescriptorProtoCount()
Serialized FileDescriptorProto messages.
|
List<com.google.protobuf.ByteString> |
getFileDescriptorProtoList()
Serialized FileDescriptorProto messages.
|
List<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.Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.