Interface FileUploadOrBuilder

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

    public interface FileUploadOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getContentLength()
      sint32 content_length = 6 [json_name = "contentLength"];
      java.lang.String getContentType()
      string content_type = 5 [json_name = "contentType"];
      com.google.protobuf.ByteString getContentTypeBytes()
      string content_type = 5 [json_name = "contentType"];
      java.lang.String getFilename()
      string filename = 2 [json_name = "filename"];
      com.google.protobuf.ByteString getFilenameBytes()
      string filename = 2 [json_name = "filename"];
      java.lang.String getLocation()
      string location = 1 [json_name = "location"];
      com.google.protobuf.ByteString getLocationBytes()
      string location = 1 [json_name = "location"];
      java.lang.String getMd5Hash()
      string md5_hash = 4 [json_name = "md5Hash"];
      com.google.protobuf.ByteString getMd5HashBytes()
      string md5_hash = 4 [json_name = "md5Hash"];
      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

      • getLocation

        java.lang.String getLocation()
        string location = 1 [json_name = "location"];
        Returns:
        The location.
      • getLocationBytes

        com.google.protobuf.ByteString getLocationBytes()
        string location = 1 [json_name = "location"];
        Returns:
        The bytes for location.
      • getFilename

        java.lang.String getFilename()
        string filename = 2 [json_name = "filename"];
        Returns:
        The filename.
      • getFilenameBytes

        com.google.protobuf.ByteString getFilenameBytes()
        string filename = 2 [json_name = "filename"];
        Returns:
        The bytes for filename.
      • 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.
      • getMd5Hash

        java.lang.String getMd5Hash()
        string md5_hash = 4 [json_name = "md5Hash"];
        Returns:
        The md5Hash.
      • getMd5HashBytes

        com.google.protobuf.ByteString getMd5HashBytes()
        string md5_hash = 4 [json_name = "md5Hash"];
        Returns:
        The bytes for md5Hash.
      • getContentType

        java.lang.String getContentType()
        string content_type = 5 [json_name = "contentType"];
        Returns:
        The contentType.
      • getContentTypeBytes

        com.google.protobuf.ByteString getContentTypeBytes()
        string content_type = 5 [json_name = "contentType"];
        Returns:
        The bytes for contentType.
      • getContentLength

        int getContentLength()
        sint32 content_length = 6 [json_name = "contentLength"];
        Returns:
        The contentLength.