Interface TakeComponentSnapshotRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TakeComponentSnapshotRequest, TakeComponentSnapshotRequest.Builder
@Generated
public interface TakeComponentSnapshotRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring player_id = 2;com.google.protobuf.ByteStringstring player_id = 2;com.google.protobuf.ByteStringbytes raw_data = 5;string reason = 3;com.google.protobuf.ByteStringstring reason = 3;string target_component = 4;com.google.protobuf.ByteStringstring target_component = 4;.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.
-
getTargetComponent
-
getTargetComponentBytes
com.google.protobuf.ByteString getTargetComponentBytes()string target_component = 4;- Returns:
- The bytes for targetComponent.
-
getRawData
com.google.protobuf.ByteString getRawData()bytes raw_data = 5;- Returns:
- The rawData.
-