Uses of Class
tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo.Builder
Packages that use SnapshotInfo.Builder
-
Uses of SnapshotInfo.Builder in tech.skworks.tachyon.service.contracts.snapshot
Subclasses with type arguments of type SnapshotInfo.Builder in tech.skworks.tachyon.service.contracts.snapshotModifier and TypeClassDescriptionstatic final classProtobuf typetech.skworks.tachyon.service.contracts.snapshot.SnapshotInfoMethods in tech.skworks.tachyon.service.contracts.snapshot that return SnapshotInfo.BuilderModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.addSnapshotsBuilder()repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;ListSnapshotsResponse.Builder.addSnapshotsBuilder(int index) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;SnapshotInfo.Builder.clear()SnapshotInfo.Builder.clearGranularity()string granularity = 6;SnapshotInfo.Builder.clearLocked()bool locked = 7;SnapshotInfo.Builder.clearReason()string reason = 4;SnapshotInfo.Builder.clearSnapshotId()string snapshot_id = 1;SnapshotInfo.Builder.clearSource()string source = 5;SnapshotInfo.Builder.clearTimestamp()int64 timestamp = 2;SnapshotInfo.Builder.clearTriggerType().tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 3;ListSnapshotsResponse.Builder.getSnapshotsBuilder(int index) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;SnapshotInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SnapshotInfo.Builder.mergeFrom(com.google.protobuf.Message other) SnapshotInfo.Builder.mergeFrom(SnapshotInfo other) static SnapshotInfo.BuilderSnapshotInfo.newBuilder()static SnapshotInfo.BuilderSnapshotInfo.newBuilder(SnapshotInfo prototype) SnapshotInfo.newBuilderForType()protected SnapshotInfo.BuilderSnapshotInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SnapshotInfo.Builder.setGranularity(String value) string granularity = 6;SnapshotInfo.Builder.setGranularityBytes(com.google.protobuf.ByteString value) string granularity = 6;SnapshotInfo.Builder.setLocked(boolean value) bool locked = 7;string reason = 4;SnapshotInfo.Builder.setReasonBytes(com.google.protobuf.ByteString value) string reason = 4;SnapshotInfo.Builder.setSnapshotId(String value) string snapshot_id = 1;SnapshotInfo.Builder.setSnapshotIdBytes(com.google.protobuf.ByteString value) string snapshot_id = 1;string source = 5;SnapshotInfo.Builder.setSourceBytes(com.google.protobuf.ByteString value) string source = 5;SnapshotInfo.Builder.setTimestamp(long value) int64 timestamp = 2;SnapshotInfo.Builder.setTriggerType(SnapshotTriggerType value) .tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 3;SnapshotInfo.Builder.setTriggerTypeValue(int value) .tech.skworks.tachyon.service.contracts.snapshot.SnapshotTriggerType trigger_type = 3;SnapshotInfo.toBuilder()Methods in tech.skworks.tachyon.service.contracts.snapshot that return types with arguments of type SnapshotInfo.BuilderModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.getSnapshotsBuilderList()repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;Methods in tech.skworks.tachyon.service.contracts.snapshot with parameters of type SnapshotInfo.BuilderModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.addSnapshots(int index, SnapshotInfo.Builder builderForValue) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;ListSnapshotsResponse.Builder.addSnapshots(SnapshotInfo.Builder builderForValue) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;ListSnapshotsResponse.Builder.setSnapshots(int index, SnapshotInfo.Builder builderForValue) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;