@InternalExtensionOnly public class BigtableClusterName extends Object
Constructor and Description |
---|
BigtableClusterName(String clusterName)
For internal use only - public for technical reasons.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId() |
String |
getClusterName() |
String |
getInstanceId() |
String |
toBackupName(String backupId)
Create a fully qualified backup name based on the the clusterName and the backupId.
|
String |
toSnapshotName(String snapshotId)
Deprecated.
this will be removed in a future release - please use backups API instead
|
String |
toString() |
@InternalApi(value="For internal usage only") public BigtableClusterName(String clusterName)
public String toString()
toString
in class Object
getClusterName()
.public String getInstanceId()
public String getClusterName()
public String getClusterId()
@Deprecated public String toSnapshotName(String snapshotId)
snapshotId
- The id of the snapshotpublic String toBackupName(String backupId)
backupId
- The id of the backup