Interface SnapshotInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SnapshotInfo, SnapshotInfo.Builder
@Generated
public interface SnapshotInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring granularity = 6;com.google.protobuf.ByteStringstring granularity = 6;booleanbool locked = 7;string reason = 4;com.google.protobuf.ByteStringstring reason = 4;string snapshot_id = 1;com.google.protobuf.ByteStringstring snapshot_id = 1;string source = 5;com.google.protobuf.ByteStringstring source = 5;longint64 timestamp = 2;.tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 3;int.tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSnapshotId
-
getSnapshotIdBytes
com.google.protobuf.ByteString getSnapshotIdBytes()string snapshot_id = 1;- Returns:
- The bytes for snapshotId.
-
getTimestamp
long getTimestamp()int64 timestamp = 2;- Returns:
- The timestamp.
-
getTriggerTypeValue
int getTriggerTypeValue().tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 3;- Returns:
- The enum numeric value on the wire for triggerType.
-
getTriggerType
SnapshotTriggerType getTriggerType().tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 3;- Returns:
- The triggerType.
-
getReason
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()string reason = 4;- Returns:
- The bytes for reason.
-
getSource
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()string source = 5;- Returns:
- The bytes for source.
-
getGranularity
-
getGranularityBytes
com.google.protobuf.ByteString getGranularityBytes()string granularity = 6;- Returns:
- The bytes for granularity.
-
getLocked
boolean getLocked()bool locked = 7;- Returns:
- The locked.
-