public interface InitializeServiceResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBackupPlanName()
public abstract String getBackupPlanName()
The resource name of the default BackupPlan
created.
Format:
projects/{project_id}/locations/{location}/backupPlans/{backup_plan_id}
.
string backup_plan_name = 2;
Returns | |
---|---|
Type | Description |
String |
The backupPlanName. |
getBackupPlanNameBytes()
public abstract ByteString getBackupPlanNameBytes()
The resource name of the default BackupPlan
created.
Format:
projects/{project_id}/locations/{location}/backupPlans/{backup_plan_id}
.
string backup_plan_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupPlanName. |
getBackupVaultName()
public abstract String getBackupVaultName()
The resource name of the default BackupVault
created.
Format:
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}
.
string backup_vault_name = 1;
Returns | |
---|---|
Type | Description |
String |
The backupVaultName. |
getBackupVaultNameBytes()
public abstract ByteString getBackupVaultNameBytes()
The resource name of the default BackupVault
created.
Format:
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}
.
string backup_vault_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupVaultName. |