Uses of Class
tech.skworks.tachyon.service.contracts.snapshot.TakeComponentSnapshotRequest.Builder
Packages that use TakeComponentSnapshotRequest.Builder
-
Uses of TakeComponentSnapshotRequest.Builder in tech.skworks.tachyon.service.contracts.snapshot
Subclasses with type arguments of type TakeComponentSnapshotRequest.Builder in tech.skworks.tachyon.service.contracts.snapshotModifier and TypeClassDescriptionstatic final classProtobuf typetech.skworks.tachyon.service.contracts.snapshot.TakeComponentSnapshotRequestMethods in tech.skworks.tachyon.service.contracts.snapshot that return TakeComponentSnapshotRequest.BuilderModifier and TypeMethodDescriptionTakeComponentSnapshotRequest.Builder.clear()TakeComponentSnapshotRequest.Builder.clearPlayerId()string player_id = 2;TakeComponentSnapshotRequest.Builder.clearRawData()bytes raw_data = 5;TakeComponentSnapshotRequest.Builder.clearReason()string reason = 3;TakeComponentSnapshotRequest.Builder.clearTargetComponent()string target_component = 4;TakeComponentSnapshotRequest.Builder.clearTriggerType().tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 1;TakeComponentSnapshotRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TakeComponentSnapshotRequest.Builder.mergeFrom(com.google.protobuf.Message other) TakeComponentSnapshotRequest.Builder.mergeFrom(TakeComponentSnapshotRequest other) TakeComponentSnapshotRequest.newBuilder()TakeComponentSnapshotRequest.newBuilder(TakeComponentSnapshotRequest prototype) TakeComponentSnapshotRequest.newBuilderForType()protected TakeComponentSnapshotRequest.BuilderTakeComponentSnapshotRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TakeComponentSnapshotRequest.Builder.setPlayerId(String value) string player_id = 2;TakeComponentSnapshotRequest.Builder.setPlayerIdBytes(com.google.protobuf.ByteString value) string player_id = 2;TakeComponentSnapshotRequest.Builder.setRawData(com.google.protobuf.ByteString value) bytes raw_data = 5;string reason = 3;TakeComponentSnapshotRequest.Builder.setReasonBytes(com.google.protobuf.ByteString value) string reason = 3;TakeComponentSnapshotRequest.Builder.setTargetComponent(String value) string target_component = 4;TakeComponentSnapshotRequest.Builder.setTargetComponentBytes(com.google.protobuf.ByteString value) string target_component = 4;TakeComponentSnapshotRequest.Builder.setTriggerType(SnapshotTriggerType value) .tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 1;TakeComponentSnapshotRequest.Builder.setTriggerTypeValue(int value) .tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 1;TakeComponentSnapshotRequest.toBuilder()