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 Summary
Modifier and TypeMethodDescriptiongetEtag()
optional string etag = 2;
com.google.protobuf.ByteString
optional string etag = 2;
long
optional int64 part_number = 1;
getUrl()
optional string url = 3;
com.google.protobuf.ByteString
optional string url = 3;
boolean
hasEtag()
optional string etag = 2;
boolean
optional int64 part_number = 1;
boolean
hasUrl()
optional string url = 3;
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
-
hasPartNumber
boolean hasPartNumber()optional int64 part_number = 1;
- Returns:
- Whether the partNumber field is set.
-
getPartNumber
long getPartNumber()optional int64 part_number = 1;
- Returns:
- The partNumber.
-
hasEtag
boolean hasEtag()optional string etag = 2;
- Returns:
- Whether the etag field is set.
-
getEtag
String getEtag()optional string etag = 2;
- Returns:
- The etag.
-
getEtagBytes
com.google.protobuf.ByteString getEtagBytes()optional string etag = 2;
- Returns:
- The bytes for etag.
-
hasUrl
boolean hasUrl()optional string url = 3;
- Returns:
- Whether the url field is set.
-
getUrl
String getUrl()optional string url = 3;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()optional string url = 3;
- Returns:
- The bytes for url.
-