Interface FileDescriptorResponseOrBuilder

    • Method Detail

      • getFileDescriptorProtoList

        java.util.List<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;
        Returns:
        A list containing the fileDescriptorProto.
      • getFileDescriptorProtoCount

        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;
        Returns:
        The count of fileDescriptorProto.
      • getFileDescriptorProto

        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;
        Parameters:
        index - The index of the element to return.
        Returns:
        The fileDescriptorProto at the given index.