public interface BackupConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBackupPolicies(int index)
Optional.
|
com.google.protobuf.ByteString |
getBackupPoliciesBytes(int index)
Optional.
|
int |
getBackupPoliciesCount()
Optional.
|
List<String> |
getBackupPoliciesList()
Optional.
|
String |
getBackupVault()
Optional.
|
com.google.protobuf.ByteString |
getBackupVaultBytes()
Optional.
|
boolean |
getScheduledBackupEnabled()
Optional.
|
boolean |
hasScheduledBackupEnabled()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getBackupPoliciesList()
Optional. When specified, schedule backups will be created based on the policy configuration.
repeated string backup_policies = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
int getBackupPoliciesCount()
Optional. When specified, schedule backups will be created based on the policy configuration.
repeated string backup_policies = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
String getBackupPolicies(int index)
Optional. When specified, schedule backups will be created based on the policy configuration.
repeated string backup_policies = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
index - The index of the element to return.com.google.protobuf.ByteString getBackupPoliciesBytes(int index)
Optional. When specified, schedule backups will be created based on the policy configuration.
repeated string backup_policies = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
index - The index of the value to return.String getBackupVault()
Optional. Name of backup vault.
Format:
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}
string backup_vault = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getBackupVaultBytes()
Optional. Name of backup vault.
Format:
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}
string backup_vault = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
boolean hasScheduledBackupEnabled()
Optional. When set to true, scheduled backup is enabled on the volume. This field should be nil when there's no backup policy attached.
optional bool scheduled_backup_enabled = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean getScheduledBackupEnabled()
Optional. When set to true, scheduled backup is enabled on the volume. This field should be nil when there's no backup policy attached.
optional bool scheduled_backup_enabled = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.