| Modifier and Type | Method and Description |
|---|---|
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.clear() |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.clearParent()
The unique name of the instance in which to create the table.
|
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.clearSourceSnapshot()
The unique name of the snapshot from which to restore the table.
|
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.clearTableId()
The name by which the new table should be referred to within the parent
instance, e.g., `foobar` rather than `<parent>/tables/foobar`.
|
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.clone() |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotMetadata.Builder.getOriginalRequestBuilder()
The request that prompted the initiation of this CreateTableFromSnapshot
operation.
|
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.mergeFrom(CreateTableFromSnapshotRequest other) |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.newBuilder() |
static CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.newBuilder(CreateTableFromSnapshotRequest prototype) |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.newBuilderForType() |
protected CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.setParent(String value)
The unique name of the instance in which to create the table.
|
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.setParentBytes(com.google.protobuf.ByteString value)
The unique name of the instance in which to create the table.
|
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.setSourceSnapshot(String value)
The unique name of the snapshot from which to restore the table.
|
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.setSourceSnapshotBytes(com.google.protobuf.ByteString value)
The unique name of the snapshot from which to restore the table.
|
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.setTableId(String value)
The name by which the new table should be referred to within the parent
instance, e.g., `foobar` rather than `<parent>/tables/foobar`.
|
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.setTableIdBytes(com.google.protobuf.ByteString value)
The name by which the new table should be referred to within the parent
instance, e.g., `foobar` rather than `<parent>/tables/foobar`.
|
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CreateTableFromSnapshotRequest.Builder |
CreateTableFromSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
CreateTableFromSnapshotMetadata.Builder |
CreateTableFromSnapshotMetadata.Builder.setOriginalRequest(CreateTableFromSnapshotRequest.Builder builderForValue)
The request that prompted the initiation of this CreateTableFromSnapshot
operation.
|
Copyright © 2018 Google LLC. All rights reserved.