| Modifier and Type | Method and Description |
|---|---|
Snapshot.Builder |
Snapshot.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Snapshot.Builder |
ListSnapshotsResponse.Builder.addSnapshotsBuilder()
A list of snapshots in the project for the specified volume.
|
Snapshot.Builder |
ListSnapshotsResponse.Builder.addSnapshotsBuilder(int index)
A list of snapshots in the project for the specified volume.
|
Snapshot.Builder |
Snapshot.Builder.clear() |
Snapshot.Builder |
Snapshot.Builder.clearCreateTime()
Output only.
|
Snapshot.Builder |
Snapshot.Builder.clearDescription()
A description of the snapshot with 2048 characters or less.
|
Snapshot.Builder |
Snapshot.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Snapshot.Builder |
Snapshot.Builder.clearLabels() |
Snapshot.Builder |
Snapshot.Builder.clearName()
Identifier.
|
Snapshot.Builder |
Snapshot.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Snapshot.Builder |
Snapshot.Builder.clearState()
Output only.
|
Snapshot.Builder |
Snapshot.Builder.clearStateDetails()
Output only.
|
Snapshot.Builder |
Snapshot.Builder.clearUsedBytes()
Output only.
|
Snapshot.Builder |
Snapshot.Builder.clone() |
Snapshot.Builder |
UpdateSnapshotRequest.Builder.getSnapshotBuilder()
Required.
|
Snapshot.Builder |
CreateSnapshotRequest.Builder.getSnapshotBuilder()
Required.
|
Snapshot.Builder |
ListSnapshotsResponse.Builder.getSnapshotsBuilder(int index)
A list of snapshots in the project for the specified volume.
|
Snapshot.Builder |
Snapshot.Builder.mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
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.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.putAllLabels(Map<String,String> values)
Resource labels to represent user provided metadata.
|
Snapshot.Builder |
Snapshot.Builder.putLabels(String key,
String value)
Resource labels to represent user provided metadata.
|
Snapshot.Builder |
Snapshot.Builder.removeLabels(String key)
Resource labels to represent user provided metadata.
|
Snapshot.Builder |
Snapshot.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Snapshot.Builder |
Snapshot.Builder.setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Snapshot.Builder |
Snapshot.Builder.setDescription(String value)
A description of the snapshot with 2048 characters or less.
|
Snapshot.Builder |
Snapshot.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
A description of the snapshot with 2048 characters or less.
|
Snapshot.Builder |
Snapshot.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Snapshot.Builder |
Snapshot.Builder.setName(String value)
Identifier.
|
Snapshot.Builder |
Snapshot.Builder.setNameBytes(com.google.protobuf.ByteString value)
Identifier.
|
Snapshot.Builder |
Snapshot.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Snapshot.Builder |
Snapshot.Builder.setState(Snapshot.State value)
Output only.
|
Snapshot.Builder |
Snapshot.Builder.setStateDetails(String value)
Output only.
|
Snapshot.Builder |
Snapshot.Builder.setStateDetailsBytes(com.google.protobuf.ByteString value)
Output only.
|
Snapshot.Builder |
Snapshot.Builder.setStateValue(int value)
Output only.
|
Snapshot.Builder |
Snapshot.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Snapshot.Builder |
Snapshot.Builder.setUsedBytes(double value)
Output only.
|
Snapshot.Builder |
Snapshot.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot.Builder> |
ListSnapshotsResponse.Builder.getSnapshotsBuilderList()
A list of snapshots in the project for the specified volume.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsResponse.Builder |
ListSnapshotsResponse.Builder.addSnapshots(int index,
Snapshot.Builder builderForValue)
A list of snapshots in the project for the specified volume.
|
ListSnapshotsResponse.Builder |
ListSnapshotsResponse.Builder.addSnapshots(Snapshot.Builder builderForValue)
A list of snapshots in the project for the specified volume.
|
UpdateSnapshotRequest.Builder |
UpdateSnapshotRequest.Builder.setSnapshot(Snapshot.Builder builderForValue)
Required.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.setSnapshot(Snapshot.Builder builderForValue)
Required.
|
ListSnapshotsResponse.Builder |
ListSnapshotsResponse.Builder.setSnapshots(int index,
Snapshot.Builder builderForValue)
A list of snapshots in the project for the specified volume.
|
Copyright © 2024 Google LLC. All rights reserved.