Interface MlflowArtifacts.MultipartUploadCredentialOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    map<string, string> headers = 3;
    Deprecated.
    int
    map<string, string> headers = 3;
    map<string, string> headers = 3;
    getHeadersOrDefault(String key, String defaultValue)
    map<string, string> headers = 3;
    map<string, string> headers = 3;
    long
    optional int64 part_number = 2;
    optional string url = 1;
    com.google.protobuf.ByteString
    optional string url = 1;
    boolean
    optional int64 part_number = 2;
    boolean
    optional string url = 1;

    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()
      optional string url = 1;
      Returns:
      Whether the url field is set.
    • getUrl

      String getUrl()
      optional string url = 1;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
      optional string url = 1;
      Returns:
      The bytes for url.
    • hasPartNumber

      boolean hasPartNumber()
      optional int64 part_number = 2;
      Returns:
      Whether the partNumber field is set.
    • getPartNumber

      long getPartNumber()
      optional int64 part_number = 2;
      Returns:
      The partNumber.
    • getHeadersCount

      int getHeadersCount()
      map<string, string> headers = 3;
    • containsHeaders

      boolean containsHeaders(String key)
      map<string, string> headers = 3;
    • getHeaders

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

      Map<String,String> getHeadersMap()
      map<string, string> headers = 3;
    • getHeadersOrDefault

      String getHeadersOrDefault(String key, String defaultValue)
      map<string, string> headers = 3;
    • getHeadersOrThrow

      String getHeadersOrThrow(String key)
      map<string, string> headers = 3;