public interface RestoreTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBackup()
Name of the backup from which to restore.
|
com.google.protobuf.ByteString |
getBackupBytes()
Name of the backup from which to restore.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
RestoreTableRequest.SourceCase |
getSourceCase() |
String |
getTableId()
Required.
|
com.google.protobuf.ByteString |
getTableIdBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the instance in which to create the restored table. This instance must be the parent of the source backup. Values are of the form `projects/<project>/instances/<instance>`.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The name of the instance in which to create the restored table. This instance must be the parent of the source backup. Values are of the form `projects/<project>/instances/<instance>`.
string parent = 1;String getTableId()
Required. The id of the table to create and restore to. This table must not already exist. The `table_id` appended to `parent` forms the full table name of the form `projects/<project>/instances/<instance>/tables/<table_id>`.
string table_id = 2;com.google.protobuf.ByteString getTableIdBytes()
Required. The id of the table to create and restore to. This table must not already exist. The `table_id` appended to `parent` forms the full table name of the form `projects/<project>/instances/<instance>/tables/<table_id>`.
string table_id = 2;String getBackup()
Name of the backup from which to restore. Values are of the form `projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>`.
string backup = 3;com.google.protobuf.ByteString getBackupBytes()
Name of the backup from which to restore. Values are of the form `projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>`.
string backup = 3;RestoreTableRequest.SourceCase getSourceCase()
Copyright © 2020 Google LLC. All rights reserved.