Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.PartEtagOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatabricksArtifacts.PartEtag
,DatabricksArtifacts.PartEtag.Builder
- Enclosing class:
DatabricksArtifacts
public static interface DatabricksArtifacts.PartEtagOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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.
-