Package org.mlflow.api.proto
Interface MlflowArtifacts.MultipartUploadPartOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- MlflowArtifacts.MultipartUploadPart,- MlflowArtifacts.MultipartUploadPart.Builder
 - Enclosing class:
- MlflowArtifacts
 
 public static interface MlflowArtifacts.MultipartUploadPartOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEtag()optional string etag = 2;com.google.protobuf.ByteStringgetEtagBytes()optional string etag = 2;longgetPartNumber()optional int64 part_number = 1;java.lang.StringgetUrl()optional string url = 3;com.google.protobuf.ByteStringgetUrlBytes()optional string url = 3;booleanhasEtag()optional string etag = 2;booleanhasPartNumber()optional int64 part_number = 1;booleanhasUrl()optional string url = 3;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasPartNumberboolean hasPartNumber() optional int64 part_number = 1;- Returns:
- Whether the partNumber field is set.
 
 - 
getPartNumberlong getPartNumber() optional int64 part_number = 1;- Returns:
- The partNumber.
 
 - 
hasEtagboolean hasEtag() optional string etag = 2;- Returns:
- Whether the etag field is set.
 
 - 
getEtagjava.lang.String getEtag() optional string etag = 2;- Returns:
- The etag.
 
 - 
getEtagBytescom.google.protobuf.ByteString getEtagBytes() optional string etag = 2;- Returns:
- The bytes for etag.
 
 - 
hasUrlboolean hasUrl() optional string url = 3;- Returns:
- Whether the url field is set.
 
 - 
getUrljava.lang.String getUrl() optional string url = 3;- Returns:
- The url.
 
 - 
getUrlBytescom.google.protobuf.ByteString getUrlBytes() optional string url = 3;- Returns:
- The bytes for url.
 
 
- 
 
-