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. |
getBackupPlanRevisionId()
public abstract String getBackupPlanRevisionId()
The user friendly id of the backup plan revision which triggered this backup in case of scheduled backup or used for on demand backup.
string backup_plan_revision_id = 4;
Returns | |
---|---|
Type | Description |
String |
The backupPlanRevisionId. |
getBackupPlanRevisionIdBytes()
public abstract ByteString getBackupPlanRevisionIdBytes()
The user friendly id of the backup plan revision which triggered this backup in case of scheduled backup or used for on demand backup.
string backup_plan_revision_id = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupPlanRevisionId. |
getBackupPlanRevisionName()
public abstract String getBackupPlanRevisionName()
Resource name of the backup plan revision which triggered this backup in case of scheduled backup or used for on demand backup. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}/revisions/{revisionId}
string backup_plan_revision_name = 3;
Returns | |
---|---|
Type | Description |
String |
The backupPlanRevisionName. |
getBackupPlanRevisionNameBytes()
public abstract ByteString getBackupPlanRevisionNameBytes()
Resource name of the backup plan revision which triggered this backup in case of scheduled backup or used for on demand backup. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}/revisions/{revisionId}
string backup_plan_revision_name = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupPlanRevisionName. |
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. |