public static interface Backup.GCPBackupPlanInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBackupPlan()
public abstract String getBackupPlan()
Resource name of backup plan by which workload is protected at the time of the backup. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}
string backup_plan = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The backupPlan. |
getBackupPlanBytes()
public abstract ByteString getBackupPlanBytes()
Resource name of backup plan by which workload is protected at the time of the backup. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}
string backup_plan = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupPlan. |
getBackupPlanRuleId()
public abstract String getBackupPlanRuleId()
The rule id of the backup plan which triggered this backup in case of scheduled backup or used for
string backup_plan_rule_id = 2;
Returns | |
---|---|
Type | Description |
String |
The backupPlanRuleId. |
getBackupPlanRuleIdBytes()
public abstract ByteString getBackupPlanRuleIdBytes()
The rule id of the backup plan which triggered this backup in case of scheduled backup or used for
string backup_plan_rule_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupPlanRuleId. |