Interface FileBinaryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FileBinary, FileBinary.Builder

    public interface FileBinaryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getId

        long getId()
        int64 id = 1;
        Returns:
        The id.
      • getExternalId

        String getExternalId()
        string external_id = 2;
        Returns:
        The externalId.
      • getExternalIdBytes

        com.google.protobuf.ByteString getExternalIdBytes()
        string external_id = 2;
        Returns:
        The bytes for externalId.
      • getBinary

        com.google.protobuf.ByteString getBinary()
        bytes binary = 3;
        Returns:
        The binary.
      • getBinaryUri

        String getBinaryUri()
        string binary_uri = 4;
        Returns:
        The binaryUri.
      • getBinaryUriBytes

        com.google.protobuf.ByteString getBinaryUriBytes()
        string binary_uri = 4;
        Returns:
        The bytes for binaryUri.
      • getContentLength

        long getContentLength()
        int64 content_length = 5;
        Returns:
        The contentLength.