Interface DatabricksArtifacts.CreateMultipartUpload.ResponseOrBuilder

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

public static interface DatabricksArtifacts.CreateMultipartUpload.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasUploadId

      boolean hasUploadId()
       ID identifying the initiated multipart upload
       
      optional string upload_id = 1;
      Returns:
      Whether the uploadId field is set.
    • getUploadId

      String getUploadId()
       ID identifying the initiated multipart upload
       
      optional string upload_id = 1;
      Returns:
      The uploadId.
    • getUploadIdBytes

      com.google.protobuf.ByteString getUploadIdBytes()
       ID identifying the initiated multipart upload
       
      optional string upload_id = 1;
      Returns:
      The bytes for uploadId.
    • getUploadCredentialInfosList

      List<DatabricksArtifacts.ArtifactCredentialInfo> getUploadCredentialInfosList()
       Credentials for uploading file parts in the initiated multipart upload
       
      repeated .mlflow.ArtifactCredentialInfo upload_credential_infos = 2;
    • getUploadCredentialInfos

      DatabricksArtifacts.ArtifactCredentialInfo getUploadCredentialInfos(int index)
       Credentials for uploading file parts in the initiated multipart upload
       
      repeated .mlflow.ArtifactCredentialInfo upload_credential_infos = 2;
    • getUploadCredentialInfosCount

      int getUploadCredentialInfosCount()
       Credentials for uploading file parts in the initiated multipart upload
       
      repeated .mlflow.ArtifactCredentialInfo upload_credential_infos = 2;
    • getUploadCredentialInfosOrBuilderList

      List<? extends DatabricksArtifacts.ArtifactCredentialInfoOrBuilder> getUploadCredentialInfosOrBuilderList()
       Credentials for uploading file parts in the initiated multipart upload
       
      repeated .mlflow.ArtifactCredentialInfo upload_credential_infos = 2;
    • getUploadCredentialInfosOrBuilder

      DatabricksArtifacts.ArtifactCredentialInfoOrBuilder getUploadCredentialInfosOrBuilder(int index)
       Credentials for uploading file parts in the initiated multipart upload
       
      repeated .mlflow.ArtifactCredentialInfo upload_credential_infos = 2;
    • hasAbortCredentialInfo

      boolean hasAbortCredentialInfo()
       Credential for aborting the initiated multipart upload
       
      optional .mlflow.ArtifactCredentialInfo abort_credential_info = 3;
      Returns:
      Whether the abortCredentialInfo field is set.
    • getAbortCredentialInfo

       Credential for aborting the initiated multipart upload
       
      optional .mlflow.ArtifactCredentialInfo abort_credential_info = 3;
      Returns:
      The abortCredentialInfo.
    • getAbortCredentialInfoOrBuilder

      DatabricksArtifacts.ArtifactCredentialInfoOrBuilder getAbortCredentialInfoOrBuilder()
       Credential for aborting the initiated multipart upload
       
      optional .mlflow.ArtifactCredentialInfo abort_credential_info = 3;