Interface MlflowArtifacts.GetPresignedDownloadUrl.ResponseOrBuilder

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

public static interface MlflowArtifacts.GetPresignedDownloadUrl.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Optional headers that must be included in the download request.
    long
    Optional size of the file in bytes.
    Deprecated.
    int
    Optional headers that must be included in the download request.
    Optional headers that must be included in the download request.
    getHeadersOrDefault(String key, String defaultValue)
    Optional headers that must be included in the download request.
    Optional headers that must be included in the download request.
    The presigned URL for downloading the artifact directly from cloud storage.
    com.google.protobuf.ByteString
    The presigned URL for downloading the artifact directly from cloud storage.
    boolean
    Optional size of the file in bytes.
    boolean
    The presigned URL for downloading the artifact directly from cloud storage.

    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

    • hasUrl

      boolean hasUrl()
       The presigned URL for downloading the artifact directly from cloud storage.
       
      optional string url = 1;
      Returns:
      Whether the url field is set.
    • getUrl

      String getUrl()
       The presigned URL for downloading the artifact directly from cloud storage.
       
      optional string url = 1;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       The presigned URL for downloading the artifact directly from cloud storage.
       
      optional string url = 1;
      Returns:
      The bytes for url.
    • getHeadersCount

      int getHeadersCount()
       Optional headers that must be included in the download request.
       
      map<string, string> headers = 2;
    • containsHeaders

      boolean containsHeaders(String key)
       Optional headers that must be included in the download request.
       
      map<string, string> headers = 2;
    • getHeaders

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

      Map<String,String> getHeadersMap()
       Optional headers that must be included in the download request.
       
      map<string, string> headers = 2;
    • getHeadersOrDefault

      String getHeadersOrDefault(String key, String defaultValue)
       Optional headers that must be included in the download request.
       
      map<string, string> headers = 2;
    • getHeadersOrThrow

      String getHeadersOrThrow(String key)
       Optional headers that must be included in the download request.
       
      map<string, string> headers = 2;
    • hasFileSize

      boolean hasFileSize()
       Optional size of the file in bytes.
       
      optional int64 file_size = 3;
      Returns:
      Whether the fileSize field is set.
    • getFileSize

      long getFileSize()
       Optional size of the file in bytes.
       
      optional int64 file_size = 3;
      Returns:
      The fileSize.