Interface MlflowArtifacts.CompleteMultipartUploadOrBuilder

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

public static interface MlflowArtifacts.CompleteMultipartUploadOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPath

      boolean hasPath()
      optional string path = 1;
      Returns:
      Whether the path field is set.
    • getPath

      String getPath()
      optional string path = 1;
      Returns:
      The path.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
      optional string path = 1;
      Returns:
      The bytes for path.
    • hasUploadId

      boolean hasUploadId()
      optional string upload_id = 2;
      Returns:
      Whether the uploadId field is set.
    • getUploadId

      String getUploadId()
      optional string upload_id = 2;
      Returns:
      The uploadId.
    • getUploadIdBytes

      com.google.protobuf.ByteString getUploadIdBytes()
      optional string upload_id = 2;
      Returns:
      The bytes for uploadId.
    • getPartsList

      repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
    • getParts

      repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
    • getPartsCount

      int getPartsCount()
      repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
    • getPartsOrBuilderList

      List<? extends MlflowArtifacts.MultipartUploadPartOrBuilder> getPartsOrBuilderList()
      repeated .mlflow.artifacts.MultipartUploadPart parts = 3;
    • getPartsOrBuilder

      MlflowArtifacts.MultipartUploadPartOrBuilder getPartsOrBuilder(int index)
      repeated .mlflow.artifacts.MultipartUploadPart parts = 3;