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 Type
    Method
    Description
    string granularity = 6;
    com.google.protobuf.ByteString
    string granularity = 6;
    boolean
    bool locked = 7;
    string reason = 4;
    com.google.protobuf.ByteString
    string reason = 4;
    string snapshot_id = 1;
    com.google.protobuf.ByteString
    string snapshot_id = 1;
    string source = 5;
    com.google.protobuf.ByteString
    string source = 5;
    long
    int64 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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSnapshotId

      String getSnapshotId()
      string snapshot_id = 1;
      Returns:
      The snapshotId.
    • 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

      String getReason()
      string reason = 4;
      Returns:
      The reason.
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
      string reason = 4;
      Returns:
      The bytes for reason.
    • getSource

      String getSource()
      string source = 5;
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
      string source = 5;
      Returns:
      The bytes for source.
    • getGranularity

      String getGranularity()
      string granularity = 6;
      Returns:
      The granularity.
    • getGranularityBytes

      com.google.protobuf.ByteString getGranularityBytes()
      string granularity = 6;
      Returns:
      The bytes for granularity.
    • getLocked

      boolean getLocked()
      bool locked = 7;
      Returns:
      The locked.