Uses of Class
tech.skworks.tachyon.service.contracts.snapshot.DecodeSnapshotResponse.Builder
Packages that use DecodeSnapshotResponse.Builder
-
Uses of DecodeSnapshotResponse.Builder in tech.skworks.tachyon.service.contracts.snapshot
Subclasses with type arguments of type DecodeSnapshotResponse.Builder in tech.skworks.tachyon.service.contracts.snapshotModifier and TypeClassDescriptionstatic final classProtobuf typetech.skworks.tachyon.service.contracts.snapshot.DecodeSnapshotResponseMethods in tech.skworks.tachyon.service.contracts.snapshot that return DecodeSnapshotResponse.BuilderModifier and TypeMethodDescriptionDecodeSnapshotResponse.Builder.clear()DecodeSnapshotResponse.Builder.clearComponents()DecodeSnapshotResponse.Builder.clearSnapshotId()string snapshot_id = 1;DecodeSnapshotResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DecodeSnapshotResponse.Builder.mergeFrom(com.google.protobuf.Message other) DecodeSnapshotResponse.Builder.mergeFrom(DecodeSnapshotResponse other) DecodeSnapshotResponse.newBuilder()DecodeSnapshotResponse.newBuilder(DecodeSnapshotResponse prototype) DecodeSnapshotResponse.newBuilderForType()protected DecodeSnapshotResponse.BuilderDecodeSnapshotResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DecodeSnapshotResponse.Builder.putAllComponents(Map<String, com.google.protobuf.Any> values) map<string, .google.protobuf.Any> components = 2;DecodeSnapshotResponse.Builder.putComponents(String key, com.google.protobuf.Any value) map<string, .google.protobuf.Any> components = 2;DecodeSnapshotResponse.Builder.removeComponents(String key) map<string, .google.protobuf.Any> components = 2;DecodeSnapshotResponse.Builder.setSnapshotId(String value) string snapshot_id = 1;DecodeSnapshotResponse.Builder.setSnapshotIdBytes(com.google.protobuf.ByteString value) string snapshot_id = 1;DecodeSnapshotResponse.toBuilder()