Class RestoreTableRequest
java.lang.Object
com.google.cloud.bigtable.admin.v2.models.RestoreTableRequest
Fluent wrapper for
RestoreTableRequest
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
static RestoreTableRequest
Create aRestoreTableRequest
object.static RestoreTableRequest
Create aRestoreTableRequest
object.static RestoreTableRequest
Create aRestoreTableRequest
object.setTableId
(String tableId) com.google.bigtable.admin.v2.RestoreTableRequest
-
Method Details
-
of
Create aRestoreTableRequest
object. It assumes the source backup locates in the same instance and project as the destination table. To restore a table from a backup in another instance, useof
method. To restore a table from a backup in another project, useof
method. -
of
public static RestoreTableRequest of(String sourceInstanceId, String sourceClusterId, String sourceBackupId) Create aRestoreTableRequest
object. The source backup could locate in the same or a different instance but the same project as the destination table. To restore a table from a backup in another project, useof
method. -
of
public static RestoreTableRequest of(String sourceInstanceId, String sourceClusterId, String sourceBackupId, String sourceProjectId) Create aRestoreTableRequest
object. The source backup could locate in the same or a different instance and/or project. -
setTableId
-
equals
-
hashCode
public int hashCode() -
toProto
-