- 0.52.0 (latest)
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.6
- 0.1.0
public static final class RestoreConfig.SubstitutionRule.Builder extends GeneratedMessageV3.Builder<RestoreConfig.SubstitutionRule.Builder> implements RestoreConfig.SubstitutionRuleOrBuilder
A transformation rule to be applied against Kubernetes resources as they are selected for restoration from a Backup. A rule contains both filtering logic (which resources are subject to substitution) and substitution logic.
Protobuf type google.cloud.gkebackup.v1.RestoreConfig.SubstitutionRule
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RestoreConfig.SubstitutionRule.BuilderImplements
RestoreConfig.SubstitutionRuleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllTargetGroupKinds(Iterable<? extends RestoreConfig.GroupKind> values)
public RestoreConfig.SubstitutionRule.Builder addAllTargetGroupKinds(Iterable<? extends RestoreConfig.GroupKind> values)
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Name | Description |
values | Iterable<? extends com.google.cloud.gkebackup.v1.RestoreConfig.GroupKind> |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
addAllTargetNamespaces(Iterable<String> values)
public RestoreConfig.SubstitutionRule.Builder addAllTargetNamespaces(Iterable<String> values)
(Filtering parameter) Any resource subject to substitution must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for substitution). To mix cluster-scoped and namespaced resources in the same rule, use an empty string ("") as one of the target namespaces.
repeated string target_namespaces = 1;
Name | Description |
values | Iterable<String> The targetNamespaces to add. |
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RestoreConfig.SubstitutionRule.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
addTargetGroupKinds(RestoreConfig.GroupKind value)
public RestoreConfig.SubstitutionRule.Builder addTargetGroupKinds(RestoreConfig.GroupKind value)
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Name | Description |
value | RestoreConfig.GroupKind |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
addTargetGroupKinds(RestoreConfig.GroupKind.Builder builderForValue)
public RestoreConfig.SubstitutionRule.Builder addTargetGroupKinds(RestoreConfig.GroupKind.Builder builderForValue)
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Name | Description |
builderForValue | RestoreConfig.GroupKind.Builder |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
addTargetGroupKinds(int index, RestoreConfig.GroupKind value)
public RestoreConfig.SubstitutionRule.Builder addTargetGroupKinds(int index, RestoreConfig.GroupKind value)
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Name | Description |
index | int |
value | RestoreConfig.GroupKind |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
addTargetGroupKinds(int index, RestoreConfig.GroupKind.Builder builderForValue)
public RestoreConfig.SubstitutionRule.Builder addTargetGroupKinds(int index, RestoreConfig.GroupKind.Builder builderForValue)
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Name | Description |
index | int |
builderForValue | RestoreConfig.GroupKind.Builder |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
addTargetGroupKindsBuilder()
public RestoreConfig.GroupKind.Builder addTargetGroupKindsBuilder()
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Type | Description |
RestoreConfig.GroupKind.Builder |
addTargetGroupKindsBuilder(int index)
public RestoreConfig.GroupKind.Builder addTargetGroupKindsBuilder(int index)
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Name | Description |
index | int |
Type | Description |
RestoreConfig.GroupKind.Builder |
addTargetNamespaces(String value)
public RestoreConfig.SubstitutionRule.Builder addTargetNamespaces(String value)
(Filtering parameter) Any resource subject to substitution must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for substitution). To mix cluster-scoped and namespaced resources in the same rule, use an empty string ("") as one of the target namespaces.
repeated string target_namespaces = 1;
Name | Description |
value | String The targetNamespaces to add. |
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
addTargetNamespacesBytes(ByteString value)
public RestoreConfig.SubstitutionRule.Builder addTargetNamespacesBytes(ByteString value)
(Filtering parameter) Any resource subject to substitution must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for substitution). To mix cluster-scoped and namespaced resources in the same rule, use an empty string ("") as one of the target namespaces.
repeated string target_namespaces = 1;
Name | Description |
value | ByteString The bytes of the targetNamespaces to add. |
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
build()
public RestoreConfig.SubstitutionRule build()
Type | Description |
RestoreConfig.SubstitutionRule |
buildPartial()
public RestoreConfig.SubstitutionRule buildPartial()
Type | Description |
RestoreConfig.SubstitutionRule |
clear()
public RestoreConfig.SubstitutionRule.Builder clear()
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
clearField(Descriptors.FieldDescriptor field)
public RestoreConfig.SubstitutionRule.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
clearNewValue()
public RestoreConfig.SubstitutionRule.Builder clearNewValue()
This is the new value to set for any fields that pass the filtering and selection criteria. To remove a value from a Kubernetes resource, either leave this field unspecified, or set it to the empty string ("").
string new_value = 5;
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public RestoreConfig.SubstitutionRule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
clearOriginalValuePattern()
public RestoreConfig.SubstitutionRule.Builder clearOriginalValuePattern()
(Filtering parameter) This is a regular expression that is compared against the fields matched by the target_json_path expression (and must also have passed the previous filters). Substitution will not be performed against fields whose value does not match this expression. If this field is NOT specified, then ALL fields matched by the target_json_path expression will undergo substitution. Note that an empty (e.g., "", rather than unspecified) value for for this field will only match empty fields.
string original_value_pattern = 4;
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
clearTargetGroupKinds()
public RestoreConfig.SubstitutionRule.Builder clearTargetGroupKinds()
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
clearTargetJsonPath()
public RestoreConfig.SubstitutionRule.Builder clearTargetJsonPath()
Required. This is a JSONPath expression that matches specific fields of candidate resources and it operates as both a filtering parameter (resources that are not matched with this expression will not be candidates for substitution) as well as a field identifier (identifies exactly which fields out of the candidate resources will be modified).
string target_json_path = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
clearTargetNamespaces()
public RestoreConfig.SubstitutionRule.Builder clearTargetNamespaces()
(Filtering parameter) Any resource subject to substitution must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for substitution). To mix cluster-scoped and namespaced resources in the same rule, use an empty string ("") as one of the target namespaces.
repeated string target_namespaces = 1;
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
clone()
public RestoreConfig.SubstitutionRule.Builder clone()
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
getDefaultInstanceForType()
public RestoreConfig.SubstitutionRule getDefaultInstanceForType()
Type | Description |
RestoreConfig.SubstitutionRule |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getNewValue()
public String getNewValue()
This is the new value to set for any fields that pass the filtering and selection criteria. To remove a value from a Kubernetes resource, either leave this field unspecified, or set it to the empty string ("").
string new_value = 5;
Type | Description |
String | The newValue. |
getNewValueBytes()
public ByteString getNewValueBytes()
This is the new value to set for any fields that pass the filtering and selection criteria. To remove a value from a Kubernetes resource, either leave this field unspecified, or set it to the empty string ("").
string new_value = 5;
Type | Description |
ByteString | The bytes for newValue. |
getOriginalValuePattern()
public String getOriginalValuePattern()
(Filtering parameter) This is a regular expression that is compared against the fields matched by the target_json_path expression (and must also have passed the previous filters). Substitution will not be performed against fields whose value does not match this expression. If this field is NOT specified, then ALL fields matched by the target_json_path expression will undergo substitution. Note that an empty (e.g., "", rather than unspecified) value for for this field will only match empty fields.
string original_value_pattern = 4;
Type | Description |
String | The originalValuePattern. |
getOriginalValuePatternBytes()
public ByteString getOriginalValuePatternBytes()
(Filtering parameter) This is a regular expression that is compared against the fields matched by the target_json_path expression (and must also have passed the previous filters). Substitution will not be performed against fields whose value does not match this expression. If this field is NOT specified, then ALL fields matched by the target_json_path expression will undergo substitution. Note that an empty (e.g., "", rather than unspecified) value for for this field will only match empty fields.
string original_value_pattern = 4;
Type | Description |
ByteString | The bytes for originalValuePattern. |
getTargetGroupKinds(int index)
public RestoreConfig.GroupKind getTargetGroupKinds(int index)
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Name | Description |
index | int |
Type | Description |
RestoreConfig.GroupKind |
getTargetGroupKindsBuilder(int index)
public RestoreConfig.GroupKind.Builder getTargetGroupKindsBuilder(int index)
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Name | Description |
index | int |
Type | Description |
RestoreConfig.GroupKind.Builder |
getTargetGroupKindsBuilderList()
public List<RestoreConfig.GroupKind.Builder> getTargetGroupKindsBuilderList()
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Type | Description |
List<Builder> |
getTargetGroupKindsCount()
public int getTargetGroupKindsCount()
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Type | Description |
int |
getTargetGroupKindsList()
public List<RestoreConfig.GroupKind> getTargetGroupKindsList()
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Type | Description |
List<GroupKind> |
getTargetGroupKindsOrBuilder(int index)
public RestoreConfig.GroupKindOrBuilder getTargetGroupKindsOrBuilder(int index)
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Name | Description |
index | int |
Type | Description |
RestoreConfig.GroupKindOrBuilder |
getTargetGroupKindsOrBuilderList()
public List<? extends RestoreConfig.GroupKindOrBuilder> getTargetGroupKindsOrBuilderList()
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Type | Description |
List<? extends com.google.cloud.gkebackup.v1.RestoreConfig.GroupKindOrBuilder> |
getTargetJsonPath()
public String getTargetJsonPath()
Required. This is a JSONPath expression that matches specific fields of candidate resources and it operates as both a filtering parameter (resources that are not matched with this expression will not be candidates for substitution) as well as a field identifier (identifies exactly which fields out of the candidate resources will be modified).
string target_json_path = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The targetJsonPath. |
getTargetJsonPathBytes()
public ByteString getTargetJsonPathBytes()
Required. This is a JSONPath expression that matches specific fields of candidate resources and it operates as both a filtering parameter (resources that are not matched with this expression will not be candidates for substitution) as well as a field identifier (identifies exactly which fields out of the candidate resources will be modified).
string target_json_path = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for targetJsonPath. |
getTargetNamespaces(int index)
public String getTargetNamespaces(int index)
(Filtering parameter) Any resource subject to substitution must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for substitution). To mix cluster-scoped and namespaced resources in the same rule, use an empty string ("") as one of the target namespaces.
repeated string target_namespaces = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The targetNamespaces at the given index. |
getTargetNamespacesBytes(int index)
public ByteString getTargetNamespacesBytes(int index)
(Filtering parameter) Any resource subject to substitution must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for substitution). To mix cluster-scoped and namespaced resources in the same rule, use an empty string ("") as one of the target namespaces.
repeated string target_namespaces = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the targetNamespaces at the given index. |
getTargetNamespacesCount()
public int getTargetNamespacesCount()
(Filtering parameter) Any resource subject to substitution must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for substitution). To mix cluster-scoped and namespaced resources in the same rule, use an empty string ("") as one of the target namespaces.
repeated string target_namespaces = 1;
Type | Description |
int | The count of targetNamespaces. |
getTargetNamespacesList()
public ProtocolStringList getTargetNamespacesList()
(Filtering parameter) Any resource subject to substitution must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for substitution). To mix cluster-scoped and namespaced resources in the same rule, use an empty string ("") as one of the target namespaces.
repeated string target_namespaces = 1;
Type | Description |
ProtocolStringList | A list containing the targetNamespaces. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(RestoreConfig.SubstitutionRule other)
public RestoreConfig.SubstitutionRule.Builder mergeFrom(RestoreConfig.SubstitutionRule other)
Name | Description |
other | RestoreConfig.SubstitutionRule |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RestoreConfig.SubstitutionRule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public RestoreConfig.SubstitutionRule.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RestoreConfig.SubstitutionRule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
removeTargetGroupKinds(int index)
public RestoreConfig.SubstitutionRule.Builder removeTargetGroupKinds(int index)
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Name | Description |
index | int |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RestoreConfig.SubstitutionRule.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
setNewValue(String value)
public RestoreConfig.SubstitutionRule.Builder setNewValue(String value)
This is the new value to set for any fields that pass the filtering and selection criteria. To remove a value from a Kubernetes resource, either leave this field unspecified, or set it to the empty string ("").
string new_value = 5;
Name | Description |
value | String The newValue to set. |
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
setNewValueBytes(ByteString value)
public RestoreConfig.SubstitutionRule.Builder setNewValueBytes(ByteString value)
This is the new value to set for any fields that pass the filtering and selection criteria. To remove a value from a Kubernetes resource, either leave this field unspecified, or set it to the empty string ("").
string new_value = 5;
Name | Description |
value | ByteString The bytes for newValue to set. |
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
setOriginalValuePattern(String value)
public RestoreConfig.SubstitutionRule.Builder setOriginalValuePattern(String value)
(Filtering parameter) This is a regular expression that is compared against the fields matched by the target_json_path expression (and must also have passed the previous filters). Substitution will not be performed against fields whose value does not match this expression. If this field is NOT specified, then ALL fields matched by the target_json_path expression will undergo substitution. Note that an empty (e.g., "", rather than unspecified) value for for this field will only match empty fields.
string original_value_pattern = 4;
Name | Description |
value | String The originalValuePattern to set. |
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
setOriginalValuePatternBytes(ByteString value)
public RestoreConfig.SubstitutionRule.Builder setOriginalValuePatternBytes(ByteString value)
(Filtering parameter) This is a regular expression that is compared against the fields matched by the target_json_path expression (and must also have passed the previous filters). Substitution will not be performed against fields whose value does not match this expression. If this field is NOT specified, then ALL fields matched by the target_json_path expression will undergo substitution. Note that an empty (e.g., "", rather than unspecified) value for for this field will only match empty fields.
string original_value_pattern = 4;
Name | Description |
value | ByteString The bytes for originalValuePattern to set. |
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RestoreConfig.SubstitutionRule.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
setTargetGroupKinds(int index, RestoreConfig.GroupKind value)
public RestoreConfig.SubstitutionRule.Builder setTargetGroupKinds(int index, RestoreConfig.GroupKind value)
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Name | Description |
index | int |
value | RestoreConfig.GroupKind |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
setTargetGroupKinds(int index, RestoreConfig.GroupKind.Builder builderForValue)
public RestoreConfig.SubstitutionRule.Builder setTargetGroupKinds(int index, RestoreConfig.GroupKind.Builder builderForValue)
(Filtering parameter) Any resource subject to substitution must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for substitution).
repeated .google.cloud.gkebackup.v1.RestoreConfig.GroupKind target_group_kinds = 2;
Name | Description |
index | int |
builderForValue | RestoreConfig.GroupKind.Builder |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |
setTargetJsonPath(String value)
public RestoreConfig.SubstitutionRule.Builder setTargetJsonPath(String value)
Required. This is a JSONPath expression that matches specific fields of candidate resources and it operates as both a filtering parameter (resources that are not matched with this expression will not be candidates for substitution) as well as a field identifier (identifies exactly which fields out of the candidate resources will be modified).
string target_json_path = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | String The targetJsonPath to set. |
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
setTargetJsonPathBytes(ByteString value)
public RestoreConfig.SubstitutionRule.Builder setTargetJsonPathBytes(ByteString value)
Required. This is a JSONPath expression that matches specific fields of candidate resources and it operates as both a filtering parameter (resources that are not matched with this expression will not be candidates for substitution) as well as a field identifier (identifies exactly which fields out of the candidate resources will be modified).
string target_json_path = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ByteString The bytes for targetJsonPath to set. |
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
setTargetNamespaces(int index, String value)
public RestoreConfig.SubstitutionRule.Builder setTargetNamespaces(int index, String value)
(Filtering parameter) Any resource subject to substitution must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for substitution). To mix cluster-scoped and namespaced resources in the same rule, use an empty string ("") as one of the target namespaces.
repeated string target_namespaces = 1;
Name | Description |
index | int The index to set the value at. |
value | String The targetNamespaces to set. |
Type | Description |
RestoreConfig.SubstitutionRule.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final RestoreConfig.SubstitutionRule.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
RestoreConfig.SubstitutionRule.Builder |