Interface TakeDatabaseSnapshotRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TakeDatabaseSnapshotRequest, TakeDatabaseSnapshotRequest.Builder

@Generated public interface TakeDatabaseSnapshotRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string player_id = 2;
    com.google.protobuf.ByteString
    string player_id = 2;
    string reason = 3;
    com.google.protobuf.ByteString
    string reason = 3;
    .tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 1;
    int
    .tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 1;

    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

    • getTriggerTypeValue

      int getTriggerTypeValue()
      .tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 1;
      Returns:
      The enum numeric value on the wire for triggerType.
    • getTriggerType

      SnapshotTriggerType getTriggerType()
      .tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 1;
      Returns:
      The triggerType.
    • getPlayerId

      String getPlayerId()
      string player_id = 2;
      Returns:
      The playerId.
    • getPlayerIdBytes

      com.google.protobuf.ByteString getPlayerIdBytes()
      string player_id = 2;
      Returns:
      The bytes for playerId.
    • getReason

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

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