Send feedback
Class RestoreTableRequest (2.30.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.30.0 keyboard_arrow_down
public final class RestoreTableRequest
Fluent wrapper for com.google.bigtable.admin.v2.RestoreTableRequest
Inheritance
Object >
RestoreTableRequest
Static Methods
of(String sourceClusterId, String sourceBackupId)
public static RestoreTableRequest of ( String sourceClusterId , String sourceBackupId )
Create a RestoreTableRequest 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, use of method. To restore a table from a backup
in another project, use of method.
Parameters Name Description sourceClusterId
String
sourceBackupId
String
of(String sourceInstanceId, String sourceClusterId, String sourceBackupId)
public static RestoreTableRequest of ( String sourceInstanceId , String sourceClusterId , String sourceBackupId )
Create a RestoreTableRequest 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, use of method.
of(String sourceInstanceId, String sourceClusterId, String sourceBackupId, String sourceProjectId)
public static RestoreTableRequest of ( String sourceInstanceId , String sourceClusterId , String sourceBackupId , String sourceProjectId )
Create a RestoreTableRequest object. The source backup could locate in the same or a
different instance and/or project.
Methods
equals(Object o)
public boolean equals ( Object o )
Parameter Name Description o
Object
Overrides
hashCode()
Returns Type Description int
Overrides
setTableId(String tableId)
public RestoreTableRequest setTableId ( String tableId )
Parameter Name Description tableId
String
toProto(String projectId, String instanceId)
public RestoreTableRequest toProto ( String projectId , String instanceId )
Returns Type Description com.google.bigtable.admin.v2.RestoreTableRequest
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-10 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-09-10 UTC."}