Uses of Class
tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo
Packages that use SnapshotInfo
-
Uses of SnapshotInfo in tech.skworks.tachyon.service.contracts.snapshot
Methods in tech.skworks.tachyon.service.contracts.snapshot that return SnapshotInfoModifier and TypeMethodDescriptionSnapshotInfo.Builder.build()SnapshotInfo.Builder.buildPartial()static SnapshotInfoSnapshotInfo.getDefaultInstance()SnapshotInfo.Builder.getDefaultInstanceForType()SnapshotInfo.getDefaultInstanceForType()ListSnapshotsResponse.Builder.getSnapshots(int index) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;ListSnapshotsResponse.getSnapshots(int index) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;ListSnapshotsResponseOrBuilder.getSnapshots(int index) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;static SnapshotInfoSnapshotInfo.parseDelimitedFrom(InputStream input) static SnapshotInfoSnapshotInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SnapshotInfoSnapshotInfo.parseFrom(byte[] data) static SnapshotInfoSnapshotInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SnapshotInfoSnapshotInfo.parseFrom(com.google.protobuf.ByteString data) static SnapshotInfoSnapshotInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SnapshotInfoSnapshotInfo.parseFrom(com.google.protobuf.CodedInputStream input) static SnapshotInfoSnapshotInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SnapshotInfoSnapshotInfo.parseFrom(InputStream input) static SnapshotInfoSnapshotInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SnapshotInfoSnapshotInfo.parseFrom(ByteBuffer data) static SnapshotInfoSnapshotInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.skworks.tachyon.service.contracts.snapshot that return types with arguments of type SnapshotInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SnapshotInfo> SnapshotInfo.getParserForType()ListSnapshotsResponse.Builder.getSnapshotsList()repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;ListSnapshotsResponse.getSnapshotsList()repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;ListSnapshotsResponseOrBuilder.getSnapshotsList()repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;static com.google.protobuf.Parser<SnapshotInfo> SnapshotInfo.parser()Methods in tech.skworks.tachyon.service.contracts.snapshot with parameters of type SnapshotInfoModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.addSnapshots(int index, SnapshotInfo value) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;ListSnapshotsResponse.Builder.addSnapshots(SnapshotInfo value) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;SnapshotInfo.Builder.mergeFrom(SnapshotInfo other) static SnapshotInfo.BuilderSnapshotInfo.newBuilder(SnapshotInfo prototype) ListSnapshotsResponse.Builder.setSnapshots(int index, SnapshotInfo value) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;Method parameters in tech.skworks.tachyon.service.contracts.snapshot with type arguments of type SnapshotInfoModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.addAllSnapshots(Iterable<? extends SnapshotInfo> values) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;