public static final class BackupPlanBinding.BackupPlanDetails.BackupConfigDetails extends GeneratedMessage implements BackupPlanBinding.BackupPlanDetails.BackupConfigDetailsOrBuilder
BackupConfigDetails defines the configuration of Backups created via this
BackupPlan.
Protobuf type
google.cloud.gkebackup.v1.BackupPlanBinding.BackupPlanDetails.BackupConfigDetails
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
ALL_NAMESPACES_FIELD_NUMBER
public static final int ALL_NAMESPACES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ENCRYPTION_KEY_FIELD_NUMBER
public static final int ENCRYPTION_KEY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INCLUDE_SECRETS_FIELD_NUMBER
public static final int INCLUDE_SECRETS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INCLUDE_VOLUME_DATA_FIELD_NUMBER
public static final int INCLUDE_VOLUME_DATA_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SELECTED_APPLICATIONS_FIELD_NUMBER
public static final int SELECTED_APPLICATIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SELECTED_NAMESPACES_FIELD_NUMBER
public static final int SELECTED_NAMESPACES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails.Builder newBuilder()
newBuilder(BackupPlanBinding.BackupPlanDetails.BackupConfigDetails prototype)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails.Builder newBuilder(BackupPlanBinding.BackupPlanDetails.BackupConfigDetails prototype)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails parseDelimitedFrom(InputStream input)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails parseFrom(CodedInputStream input)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails parseFrom(InputStream input)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BackupPlanBinding.BackupPlanDetails.BackupConfigDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BackupPlanBinding.BackupPlanDetails.BackupConfigDetails> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAllNamespaces()
public boolean getAllNamespaces()
Output only. If True, include all namespaced resources
bool all_namespaces = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
The allNamespaces.
|
getBackupScopeCase()
public BackupPlanBinding.BackupPlanDetails.BackupConfigDetails.BackupScopeCase getBackupScopeCase()
getDefaultInstanceForType()
public BackupPlanBinding.BackupPlanDetails.BackupConfigDetails getDefaultInstanceForType()
getEncryptionKey()
public EncryptionKey getEncryptionKey()
Output only. This defines a customer managed encryption key that will
be used to encrypt the "config" portion (the Kubernetes resources) of
Backups created via this plan.
Default (empty): Config backup artifacts will not be encrypted.
.google.cloud.gkebackup.v1.EncryptionKey encryption_key = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEncryptionKeyOrBuilder()
public EncryptionKeyOrBuilder getEncryptionKeyOrBuilder()
Output only. This defines a customer managed encryption key that will
be used to encrypt the "config" portion (the Kubernetes resources) of
Backups created via this plan.
Default (empty): Config backup artifacts will not be encrypted.
.google.cloud.gkebackup.v1.EncryptionKey encryption_key = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getIncludeSecrets()
public boolean getIncludeSecrets()
Output only. This flag specifies whether Kubernetes Secret resources
should be included when they fall into the scope of Backups.
Default: False
bool include_secrets = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
The includeSecrets.
|
getIncludeVolumeData()
public boolean getIncludeVolumeData()
Output only. This flag specifies whether volume data should be backed
up when PVCs are included in the scope of a Backup.
Default: False
bool include_volume_data = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
The includeVolumeData.
|
getParserForType()
public Parser<BackupPlanBinding.BackupPlanDetails.BackupConfigDetails> getParserForType()
Overrides
getSelectedApplications()
public NamespacedNames getSelectedApplications()
Output only. If set, include just the resources referenced by the
listed ProtectedApplications.
.google.cloud.gkebackup.v1.NamespacedNames selected_applications = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSelectedApplicationsOrBuilder()
public NamespacedNamesOrBuilder getSelectedApplicationsOrBuilder()
Output only. If set, include just the resources referenced by the
listed ProtectedApplications.
.google.cloud.gkebackup.v1.NamespacedNames selected_applications = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSelectedNamespaces()
public Namespaces getSelectedNamespaces()
Output only. If set, include just the resources in the listed
namespaces.
.google.cloud.gkebackup.v1.Namespaces selected_namespaces = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Namespaces |
The selectedNamespaces.
|
getSelectedNamespacesOrBuilder()
public NamespacesOrBuilder getSelectedNamespacesOrBuilder()
Output only. If set, include just the resources in the listed
namespaces.
.google.cloud.gkebackup.v1.Namespaces selected_namespaces = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasAllNamespaces()
public boolean hasAllNamespaces()
Output only. If True, include all namespaced resources
bool all_namespaces = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the allNamespaces field is set.
|
hasEncryptionKey()
public boolean hasEncryptionKey()
Output only. This defines a customer managed encryption key that will
be used to encrypt the "config" portion (the Kubernetes resources) of
Backups created via this plan.
Default (empty): Config backup artifacts will not be encrypted.
.google.cloud.gkebackup.v1.EncryptionKey encryption_key = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the encryptionKey field is set.
|
hasSelectedApplications()
public boolean hasSelectedApplications()
Output only. If set, include just the resources referenced by the
listed ProtectedApplications.
.google.cloud.gkebackup.v1.NamespacedNames selected_applications = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the selectedApplications field is set.
|
hasSelectedNamespaces()
public boolean hasSelectedNamespaces()
Output only. If set, include just the resources in the listed
namespaces.
.google.cloud.gkebackup.v1.Namespaces selected_namespaces = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the selectedNamespaces field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BackupPlanBinding.BackupPlanDetails.BackupConfigDetails.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BackupPlanBinding.BackupPlanDetails.BackupConfigDetails.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public BackupPlanBinding.BackupPlanDetails.BackupConfigDetails.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides