public interface GcpBackupConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackupPlan()
public abstract String getBackupPlan()The name of the backup plan.
 string backup_plan = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
| String | The backupPlan. | 
getBackupPlanAssociation()
public abstract String getBackupPlanAssociation()The name of the backup plan association.
 string backup_plan_association = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
| String | The backupPlanAssociation. | 
getBackupPlanAssociationBytes()
public abstract ByteString getBackupPlanAssociationBytes()The name of the backup plan association.
 string backup_plan_association = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for backupPlanAssociation. | 
getBackupPlanBytes()
public abstract ByteString getBackupPlanBytes()The name of the backup plan.
 string backup_plan = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for backupPlan. | 
getBackupPlanDescription()
public abstract String getBackupPlanDescription()The description of the backup plan.
 string backup_plan_description = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The backupPlanDescription. | 
getBackupPlanDescriptionBytes()
public abstract ByteString getBackupPlanDescriptionBytes()The description of the backup plan.
 string backup_plan_description = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for backupPlanDescription. | 
getBackupPlanRules(int index)
public abstract String getBackupPlanRules(int index)The names of the backup plan rules which point to this backupvault
 repeated string backup_plan_rules = 4;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The backupPlanRules at the given index. | 
getBackupPlanRulesBytes(int index)
public abstract ByteString getBackupPlanRulesBytes(int index)The names of the backup plan rules which point to this backupvault
 repeated string backup_plan_rules = 4;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the backupPlanRules at the given index. | 
getBackupPlanRulesCount()
public abstract int getBackupPlanRulesCount()The names of the backup plan rules which point to this backupvault
 repeated string backup_plan_rules = 4;
| Returns | |
|---|---|
| Type | Description | 
| int | The count of backupPlanRules. | 
getBackupPlanRulesList()
public abstract List<String> getBackupPlanRulesList()The names of the backup plan rules which point to this backupvault
 repeated string backup_plan_rules = 4;
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the backupPlanRules. |