RestoreConfig.Builder |
RestoreConfig.Builder.addAllSubstitutionRules(Iterable<? extends RestoreConfig.SubstitutionRule> values) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.addAllTransformationRules(Iterable<? extends RestoreConfig.TransformationRule> values) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RestoreConfig.Builder |
RestoreConfig.Builder.addSubstitutionRules(int index,
RestoreConfig.SubstitutionRule value) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.addSubstitutionRules(int index,
RestoreConfig.SubstitutionRule.Builder builderForValue) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.addSubstitutionRules(RestoreConfig.SubstitutionRule value) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.addSubstitutionRules(RestoreConfig.SubstitutionRule.Builder builderForValue) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.addTransformationRules(int index,
RestoreConfig.TransformationRule value) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.addTransformationRules(int index,
RestoreConfig.TransformationRule.Builder builderForValue) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.addTransformationRules(RestoreConfig.TransformationRule value) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.addTransformationRules(RestoreConfig.TransformationRule.Builder builderForValue) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.clear() |
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearAllNamespaces() |
Restore all namespaced resources in the Backup if set to "True".
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearClusterResourceConflictPolicy() |
Defines the behavior for handling the situation where cluster-scoped
resources being restored already exist in the target cluster.
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearClusterResourceRestoreScope() |
Identifies the cluster-scoped resources to restore from the Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearExcludedNamespaces() |
A list of selected namespaces excluded from restoration.
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearNamespacedResourceRestoreMode() |
Defines the behavior for handling the situation where sets of namespaced
resources being restored already exist in the target cluster.
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearNamespacedResourceRestoreScope() |
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearNoNamespaces() |
Do not restore any namespaced resources if set to "True".
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearSelectedApplications() |
A list of selected ProtectedApplications to restore.
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearSelectedNamespaces() |
A list of selected Namespaces to restore from the Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearSubstitutionRules() |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearTransformationRules() |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.clearVolumeDataRestorePolicy() |
Specifies the mechanism to be used to restore volume data.
|
RestoreConfig.Builder |
RestoreConfig.Builder.clone() |
|
RestoreConfig.Builder |
Restore.Builder.getRestoreConfigBuilder() |
Output only.
|
RestoreConfig.Builder |
RestorePlan.Builder.getRestoreConfigBuilder() |
Required.
|
RestoreConfig.Builder |
RestoreConfig.Builder.mergeClusterResourceRestoreScope(RestoreConfig.ClusterResourceRestoreScope value) |
Identifies the cluster-scoped resources to restore from the Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.mergeExcludedNamespaces(Namespaces value) |
A list of selected namespaces excluded from restoration.
|
RestoreConfig.Builder |
RestoreConfig.Builder.mergeFrom(RestoreConfig other) |
|
RestoreConfig.Builder |
RestoreConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RestoreConfig.Builder |
RestoreConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RestoreConfig.Builder |
RestoreConfig.Builder.mergeSelectedApplications(NamespacedNames value) |
A list of selected ProtectedApplications to restore.
|
RestoreConfig.Builder |
RestoreConfig.Builder.mergeSelectedNamespaces(Namespaces value) |
A list of selected Namespaces to restore from the Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static RestoreConfig.Builder |
RestoreConfig.newBuilder() |
|
static RestoreConfig.Builder |
RestoreConfig.newBuilder(RestoreConfig prototype) |
|
RestoreConfig.Builder |
RestoreConfig.newBuilderForType() |
|
protected RestoreConfig.Builder |
RestoreConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
RestoreConfig.Builder |
RestoreConfig.Builder.removeSubstitutionRules(int index) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.removeTransformationRules(int index) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setAllNamespaces(boolean value) |
Restore all namespaced resources in the Backup if set to "True".
|
RestoreConfig.Builder |
RestoreConfig.Builder.setClusterResourceConflictPolicy(RestoreConfig.ClusterResourceConflictPolicy value) |
Defines the behavior for handling the situation where cluster-scoped
resources being restored already exist in the target cluster.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setClusterResourceConflictPolicyValue(int value) |
Defines the behavior for handling the situation where cluster-scoped
resources being restored already exist in the target cluster.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setClusterResourceRestoreScope(RestoreConfig.ClusterResourceRestoreScope value) |
Identifies the cluster-scoped resources to restore from the Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setClusterResourceRestoreScope(RestoreConfig.ClusterResourceRestoreScope.Builder builderForValue) |
Identifies the cluster-scoped resources to restore from the Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setExcludedNamespaces(Namespaces value) |
A list of selected namespaces excluded from restoration.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setExcludedNamespaces(Namespaces.Builder builderForValue) |
A list of selected namespaces excluded from restoration.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RestoreConfig.Builder |
RestoreConfig.Builder.setNamespacedResourceRestoreMode(RestoreConfig.NamespacedResourceRestoreMode value) |
Defines the behavior for handling the situation where sets of namespaced
resources being restored already exist in the target cluster.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setNamespacedResourceRestoreModeValue(int value) |
Defines the behavior for handling the situation where sets of namespaced
resources being restored already exist in the target cluster.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setNoNamespaces(boolean value) |
Do not restore any namespaced resources if set to "True".
|
RestoreConfig.Builder |
RestoreConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
RestoreConfig.Builder |
RestoreConfig.Builder.setSelectedApplications(NamespacedNames value) |
A list of selected ProtectedApplications to restore.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setSelectedApplications(NamespacedNames.Builder builderForValue) |
A list of selected ProtectedApplications to restore.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setSelectedNamespaces(Namespaces value) |
A list of selected Namespaces to restore from the Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setSelectedNamespaces(Namespaces.Builder builderForValue) |
A list of selected Namespaces to restore from the Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setSubstitutionRules(int index,
RestoreConfig.SubstitutionRule value) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setSubstitutionRules(int index,
RestoreConfig.SubstitutionRule.Builder builderForValue) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setTransformationRules(int index,
RestoreConfig.TransformationRule value) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setTransformationRules(int index,
RestoreConfig.TransformationRule.Builder builderForValue) |
A list of transformation rules to be applied against Kubernetes resources
as they are selected for restoration from a Backup.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
RestoreConfig.Builder |
RestoreConfig.Builder.setVolumeDataRestorePolicy(RestoreConfig.VolumeDataRestorePolicy value) |
Specifies the mechanism to be used to restore volume data.
|
RestoreConfig.Builder |
RestoreConfig.Builder.setVolumeDataRestorePolicyValue(int value) |
Specifies the mechanism to be used to restore volume data.
|
RestoreConfig.Builder |
RestoreConfig.toBuilder() |
|