Interface Service.CreatePresignedDownloadUrl.ResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.CreatePresignedDownloadUrl.Response, Service.CreatePresignedDownloadUrl.Response.Builder
Enclosing class:
Service.CreatePresignedDownloadUrl

public static interface Service.CreatePresignedDownloadUrl.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Optional headers for the download request (empty for standard S3 GET).
    long
    Size of the artifact in bytes, when available.
    Deprecated.
    int
    Optional headers for the download request (empty for standard S3 GET).
    Optional headers for the download request (empty for standard S3 GET).
    getHeadersOrDefault(String key, String defaultValue)
    Optional headers for the download request (empty for standard S3 GET).
    Optional headers for the download request (empty for standard S3 GET).
    Presigned URL for direct artifact download.
    com.google.protobuf.ByteString
    Presigned URL for direct artifact download.
    boolean
    Size of the artifact in bytes, when available.
    boolean
    Presigned URL for direct artifact download.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasPresignedUrl

      boolean hasPresignedUrl()
       Presigned URL for direct artifact download.
       
      optional string presigned_url = 1;
      Returns:
      Whether the presignedUrl field is set.
    • getPresignedUrl

      String getPresignedUrl()
       Presigned URL for direct artifact download.
       
      optional string presigned_url = 1;
      Returns:
      The presignedUrl.
    • getPresignedUrlBytes

      com.google.protobuf.ByteString getPresignedUrlBytes()
       Presigned URL for direct artifact download.
       
      optional string presigned_url = 1;
      Returns:
      The bytes for presignedUrl.
    • getHeadersCount

      int getHeadersCount()
       Optional headers for the download request (empty for standard S3 GET).
       
      map<string, string> headers = 2;
    • containsHeaders

      boolean containsHeaders(String key)
       Optional headers for the download request (empty for standard S3 GET).
       
      map<string, string> headers = 2;
    • getHeaders

      @Deprecated Map<String,String> getHeaders()
      Deprecated.
      Use getHeadersMap() instead.
    • getHeadersMap

      Map<String,String> getHeadersMap()
       Optional headers for the download request (empty for standard S3 GET).
       
      map<string, string> headers = 2;
    • getHeadersOrDefault

      String getHeadersOrDefault(String key, String defaultValue)
       Optional headers for the download request (empty for standard S3 GET).
       
      map<string, string> headers = 2;
    • getHeadersOrThrow

      String getHeadersOrThrow(String key)
       Optional headers for the download request (empty for standard S3 GET).
       
      map<string, string> headers = 2;
    • hasFileSize

      boolean hasFileSize()
       Size of the artifact in bytes, when available.
       
      optional int64 file_size = 3;
      Returns:
      Whether the fileSize field is set.
    • getFileSize

      long getFileSize()
       Size of the artifact in bytes, when available.
       
      optional int64 file_size = 3;
      Returns:
      The fileSize.