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 TypeMethodDescriptionstring player_id = 2;com.google.protobuf.ByteStringstring player_id = 2;string reason = 3;com.google.protobuf.ByteStringstring 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
isInitializedMethods 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
-
getPlayerIdBytes
com.google.protobuf.ByteString getPlayerIdBytes()string player_id = 2;- Returns:
- The bytes for playerId.
-
getReason
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()string reason = 3;- Returns:
- The bytes for reason.
-