Interface ListResponse.FileOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    ListResponse.File, ListResponse.File.Builder
    Enclosing class:
    ListResponse

    public static interface ListResponse.FileOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getContentLength()
      int32 content_length = 5 [json_name = "contentLength"];
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      java.lang.String getName()
      string name = 7 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 7 [json_name = "name"];
      java.lang.String getOwner()
      string owner = 2 [json_name = "owner"];
      com.google.protobuf.ByteString getOwnerBytes()
      string owner = 2 [json_name = "owner"];
      boolean getPublic()
      bool public = 6 [json_name = "public"];
      java.lang.String getStatus()
      string status = 4 [json_name = "status"];
      com.google.protobuf.ByteString getStatusBytes()
      string status = 4 [json_name = "status"];
      java.lang.String getUploadId()
      string upload_id = 3 [json_name = "uploadId"];
      com.google.protobuf.ByteString getUploadIdBytes()
      string upload_id = 3 [json_name = "uploadId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getOwner

        java.lang.String getOwner()
        string owner = 2 [json_name = "owner"];
        Returns:
        The owner.
      • getOwnerBytes

        com.google.protobuf.ByteString getOwnerBytes()
        string owner = 2 [json_name = "owner"];
        Returns:
        The bytes for owner.
      • getUploadId

        java.lang.String getUploadId()
        string upload_id = 3 [json_name = "uploadId"];
        Returns:
        The uploadId.
      • getUploadIdBytes

        com.google.protobuf.ByteString getUploadIdBytes()
        string upload_id = 3 [json_name = "uploadId"];
        Returns:
        The bytes for uploadId.
      • getStatus

        java.lang.String getStatus()
        string status = 4 [json_name = "status"];
        Returns:
        The status.
      • getStatusBytes

        com.google.protobuf.ByteString getStatusBytes()
        string status = 4 [json_name = "status"];
        Returns:
        The bytes for status.
      • getContentLength

        int getContentLength()
        int32 content_length = 5 [json_name = "contentLength"];
        Returns:
        The contentLength.
      • getPublic

        boolean getPublic()
        bool public = 6 [json_name = "public"];
        Returns:
        The public.
      • getName

        java.lang.String getName()
        string name = 7 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 7 [json_name = "name"];
        Returns:
        The bytes for name.