| Modifier and Type | Method and Description |
|---|---|
Snapshot.Builder |
Snapshot.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Snapshot.Builder |
ListSnapshotsResponse.Builder.addSnapshotsBuilder()
The snapshots present in the requested cluster.
|
Snapshot.Builder |
ListSnapshotsResponse.Builder.addSnapshotsBuilder(int index)
The snapshots present in the requested cluster.
|
Snapshot.Builder |
Snapshot.Builder.clear() |
Snapshot.Builder |
Snapshot.Builder.clearCreateTime()
(`OutputOnly`)
The time when the snapshot is created.
|
Snapshot.Builder |
Snapshot.Builder.clearDataSizeBytes()
(`OutputOnly`)
The size of the data in the source table at the time the snapshot was
taken.
|
Snapshot.Builder |
Snapshot.Builder.clearDeleteTime()
(`OutputOnly`)
The time when the snapshot will be deleted.
|
Snapshot.Builder |
Snapshot.Builder.clearDescription()
(`OutputOnly`)
Description of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Snapshot.Builder |
Snapshot.Builder.clearName()
(`OutputOnly`)
The unique name of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Snapshot.Builder |
Snapshot.Builder.clearSourceTable()
(`OutputOnly`)
The source table at the time the snapshot was taken.
|
Snapshot.Builder |
Snapshot.Builder.clearState()
(`OutputOnly`)
The current state of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.clone() |
Snapshot.Builder |
ListSnapshotsResponse.Builder.getSnapshotsBuilder(int index)
The snapshots present in the requested cluster.
|
Snapshot.Builder |
Snapshot.Builder.mergeCreateTime(com.google.protobuf.Timestamp value)
(`OutputOnly`)
The time when the snapshot is created.
|
Snapshot.Builder |
Snapshot.Builder.mergeDeleteTime(com.google.protobuf.Timestamp value)
(`OutputOnly`)
The time when the snapshot will be deleted.
|
Snapshot.Builder |
Snapshot.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Snapshot.Builder |
Snapshot.Builder.mergeFrom(com.google.protobuf.Message other) |
Snapshot.Builder |
Snapshot.Builder.mergeFrom(Snapshot other) |
Snapshot.Builder |
Snapshot.Builder.mergeSourceTable(Table value)
(`OutputOnly`)
The source table at the time the snapshot was taken.
|
Snapshot.Builder |
Snapshot.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Snapshot.Builder |
Snapshot.newBuilder() |
static Snapshot.Builder |
Snapshot.newBuilder(Snapshot prototype) |
Snapshot.Builder |
Snapshot.newBuilderForType() |
protected Snapshot.Builder |
Snapshot.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Snapshot.Builder |
Snapshot.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
(`OutputOnly`)
The time when the snapshot is created.
|
Snapshot.Builder |
Snapshot.Builder.setCreateTime(com.google.protobuf.Timestamp value)
(`OutputOnly`)
The time when the snapshot is created.
|
Snapshot.Builder |
Snapshot.Builder.setDataSizeBytes(long value)
(`OutputOnly`)
The size of the data in the source table at the time the snapshot was
taken.
|
Snapshot.Builder |
Snapshot.Builder.setDeleteTime(com.google.protobuf.Timestamp.Builder builderForValue)
(`OutputOnly`)
The time when the snapshot will be deleted.
|
Snapshot.Builder |
Snapshot.Builder.setDeleteTime(com.google.protobuf.Timestamp value)
(`OutputOnly`)
The time when the snapshot will be deleted.
|
Snapshot.Builder |
Snapshot.Builder.setDescription(String value)
(`OutputOnly`)
Description of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
(`OutputOnly`)
Description of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Snapshot.Builder |
Snapshot.Builder.setName(String value)
(`OutputOnly`)
The unique name of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.setNameBytes(com.google.protobuf.ByteString value)
(`OutputOnly`)
The unique name of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Snapshot.Builder |
Snapshot.Builder.setSourceTable(Table.Builder builderForValue)
(`OutputOnly`)
The source table at the time the snapshot was taken.
|
Snapshot.Builder |
Snapshot.Builder.setSourceTable(Table value)
(`OutputOnly`)
The source table at the time the snapshot was taken.
|
Snapshot.Builder |
Snapshot.Builder.setState(Snapshot.State value)
(`OutputOnly`)
The current state of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.setStateValue(int value)
(`OutputOnly`)
The current state of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Snapshot.Builder |
Snapshot.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot.Builder> |
ListSnapshotsResponse.Builder.getSnapshotsBuilderList()
The snapshots present in the requested cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsResponse.Builder |
ListSnapshotsResponse.Builder.addSnapshots(int index,
Snapshot.Builder builderForValue)
The snapshots present in the requested cluster.
|
ListSnapshotsResponse.Builder |
ListSnapshotsResponse.Builder.addSnapshots(Snapshot.Builder builderForValue)
The snapshots present in the requested cluster.
|
ListSnapshotsResponse.Builder |
ListSnapshotsResponse.Builder.setSnapshots(int index,
Snapshot.Builder builderForValue)
The snapshots present in the requested cluster.
|
Copyright © 2018 Google LLC. All rights reserved.