- 2.62.0 (latest)
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.7-SNAPSHOT
- 2.2.1
- 2.1.2
- 2.0.10
public static final class PolicySpec.PolicyRule.Builder extends GeneratedMessageV3.Builder<PolicySpec.PolicyRule.Builder> implements PolicySpec.PolicyRuleOrBuilder
A rule used to express this policy.
Protobuf type google.cloud.orgpolicy.v2.PolicySpec.PolicyRule
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PolicySpec.PolicyRule.BuilderImplements
PolicySpec.PolicyRuleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PolicySpec.PolicyRule.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
build()
public PolicySpec.PolicyRule build()
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule |
buildPartial()
public PolicySpec.PolicyRule buildPartial()
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule |
clear()
public PolicySpec.PolicyRule.Builder clear()
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
clearAllowAll()
public PolicySpec.PolicyRule.Builder clearAllowAll()
Setting this to true means that all values are allowed. This field can be set only in policies for list constraints.
bool allow_all = 2;
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
This builder for chaining. |
clearCondition()
public PolicySpec.PolicyRule.Builder clearCondition()
A condition which determines whether this rule is used
in the evaluation of the policy. When set, the expression
field in
the `Expr' must include from 1 to 10 subexpressions, joined by the "||"
or "&&" operators. Each subexpression must be of the form
"resource.matchTag('<ORG_ID>/tag_key_short_name,
'tag_value_short_name')". or "resource.matchTagId('tagKeys/key_id',
'tagValues/value_id')". where key_name and value_name are the resource
names for Label Keys and Values. These names are available from the Tag
Manager Service. An example expression is:
"resource.matchTag('123456789/environment,
'prod')". or "resource.matchTagId('tagKeys/123',
'tagValues/456')".
.google.type.Expr condition = 5;
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
clearDenyAll()
public PolicySpec.PolicyRule.Builder clearDenyAll()
Setting this to true means that all values are denied. This field can be set only in policies for list constraints.
bool deny_all = 3;
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
This builder for chaining. |
clearEnforce()
public PolicySpec.PolicyRule.Builder clearEnforce()
If true
, then the policy is enforced. If false
, then any
configuration is acceptable.
This field can be set only in policies for boolean constraints.
bool enforce = 4;
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public PolicySpec.PolicyRule.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
clearKind()
public PolicySpec.PolicyRule.Builder clearKind()
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PolicySpec.PolicyRule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
clearParameters()
public PolicySpec.PolicyRule.Builder clearParameters()
Optional. Required for managed constraints if parameters are defined. Passes parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true }
.google.protobuf.Struct parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
clearValues()
public PolicySpec.PolicyRule.Builder clearValues()
List of values to be used for this policy rule. This field can be set only in policies for list constraints.
.google.cloud.orgpolicy.v2.PolicySpec.PolicyRule.StringValues values = 1;
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
clone()
public PolicySpec.PolicyRule.Builder clone()
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
getAllowAll()
public boolean getAllowAll()
Setting this to true means that all values are allowed. This field can be set only in policies for list constraints.
bool allow_all = 2;
Returns | |
---|---|
Type | Description |
boolean |
The allowAll. |
getCondition()
public Expr getCondition()
A condition which determines whether this rule is used
in the evaluation of the policy. When set, the expression
field in
the `Expr' must include from 1 to 10 subexpressions, joined by the "||"
or "&&" operators. Each subexpression must be of the form
"resource.matchTag('<ORG_ID>/tag_key_short_name,
'tag_value_short_name')". or "resource.matchTagId('tagKeys/key_id',
'tagValues/value_id')". where key_name and value_name are the resource
names for Label Keys and Values. These names are available from the Tag
Manager Service. An example expression is:
"resource.matchTag('123456789/environment,
'prod')". or "resource.matchTagId('tagKeys/123',
'tagValues/456')".
.google.type.Expr condition = 5;
Returns | |
---|---|
Type | Description |
com.google.type.Expr |
The condition. |
getConditionBuilder()
public Expr.Builder getConditionBuilder()
A condition which determines whether this rule is used
in the evaluation of the policy. When set, the expression
field in
the `Expr' must include from 1 to 10 subexpressions, joined by the "||"
or "&&" operators. Each subexpression must be of the form
"resource.matchTag('<ORG_ID>/tag_key_short_name,
'tag_value_short_name')". or "resource.matchTagId('tagKeys/key_id',
'tagValues/value_id')". where key_name and value_name are the resource
names for Label Keys and Values. These names are available from the Tag
Manager Service. An example expression is:
"resource.matchTag('123456789/environment,
'prod')". or "resource.matchTagId('tagKeys/123',
'tagValues/456')".
.google.type.Expr condition = 5;
Returns | |
---|---|
Type | Description |
com.google.type.Expr.Builder |
getConditionOrBuilder()
public ExprOrBuilder getConditionOrBuilder()
A condition which determines whether this rule is used
in the evaluation of the policy. When set, the expression
field in
the `Expr' must include from 1 to 10 subexpressions, joined by the "||"
or "&&" operators. Each subexpression must be of the form
"resource.matchTag('<ORG_ID>/tag_key_short_name,
'tag_value_short_name')". or "resource.matchTagId('tagKeys/key_id',
'tagValues/value_id')". where key_name and value_name are the resource
names for Label Keys and Values. These names are available from the Tag
Manager Service. An example expression is:
"resource.matchTag('123456789/environment,
'prod')". or "resource.matchTagId('tagKeys/123',
'tagValues/456')".
.google.type.Expr condition = 5;
Returns | |
---|---|
Type | Description |
com.google.type.ExprOrBuilder |
getDefaultInstanceForType()
public PolicySpec.PolicyRule getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule |
getDenyAll()
public boolean getDenyAll()
Setting this to true means that all values are denied. This field can be set only in policies for list constraints.
bool deny_all = 3;
Returns | |
---|---|
Type | Description |
boolean |
The denyAll. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEnforce()
public boolean getEnforce()
If true
, then the policy is enforced. If false
, then any
configuration is acceptable.
This field can be set only in policies for boolean constraints.
bool enforce = 4;
Returns | |
---|---|
Type | Description |
boolean |
The enforce. |
getKindCase()
public PolicySpec.PolicyRule.KindCase getKindCase()
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.KindCase |
getParameters()
public Struct getParameters()
Optional. Required for managed constraints if parameters are defined. Passes parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true }
.google.protobuf.Struct parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Struct |
The parameters. |
getParametersBuilder()
public Struct.Builder getParametersBuilder()
Optional. Required for managed constraints if parameters are defined. Passes parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true }
.google.protobuf.Struct parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Builder |
getParametersOrBuilder()
public StructOrBuilder getParametersOrBuilder()
Optional. Required for managed constraints if parameters are defined. Passes parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true }
.google.protobuf.Struct parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
StructOrBuilder |
getValues()
public PolicySpec.PolicyRule.StringValues getValues()
List of values to be used for this policy rule. This field can be set only in policies for list constraints.
.google.cloud.orgpolicy.v2.PolicySpec.PolicyRule.StringValues values = 1;
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.StringValues |
The values. |
getValuesBuilder()
public PolicySpec.PolicyRule.StringValues.Builder getValuesBuilder()
List of values to be used for this policy rule. This field can be set only in policies for list constraints.
.google.cloud.orgpolicy.v2.PolicySpec.PolicyRule.StringValues values = 1;
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.StringValues.Builder |
getValuesOrBuilder()
public PolicySpec.PolicyRule.StringValuesOrBuilder getValuesOrBuilder()
List of values to be used for this policy rule. This field can be set only in policies for list constraints.
.google.cloud.orgpolicy.v2.PolicySpec.PolicyRule.StringValues values = 1;
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.StringValuesOrBuilder |
hasAllowAll()
public boolean hasAllowAll()
Setting this to true means that all values are allowed. This field can be set only in policies for list constraints.
bool allow_all = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the allowAll field is set. |
hasCondition()
public boolean hasCondition()
A condition which determines whether this rule is used
in the evaluation of the policy. When set, the expression
field in
the `Expr' must include from 1 to 10 subexpressions, joined by the "||"
or "&&" operators. Each subexpression must be of the form
"resource.matchTag('<ORG_ID>/tag_key_short_name,
'tag_value_short_name')". or "resource.matchTagId('tagKeys/key_id',
'tagValues/value_id')". where key_name and value_name are the resource
names for Label Keys and Values. These names are available from the Tag
Manager Service. An example expression is:
"resource.matchTag('123456789/environment,
'prod')". or "resource.matchTagId('tagKeys/123',
'tagValues/456')".
.google.type.Expr condition = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the condition field is set. |
hasDenyAll()
public boolean hasDenyAll()
Setting this to true means that all values are denied. This field can be set only in policies for list constraints.
bool deny_all = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the denyAll field is set. |
hasEnforce()
public boolean hasEnforce()
If true
, then the policy is enforced. If false
, then any
configuration is acceptable.
This field can be set only in policies for boolean constraints.
bool enforce = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the enforce field is set. |
hasParameters()
public boolean hasParameters()
Optional. Required for managed constraints if parameters are defined. Passes parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true }
.google.protobuf.Struct parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the parameters field is set. |
hasValues()
public boolean hasValues()
List of values to be used for this policy rule. This field can be set only in policies for list constraints.
.google.cloud.orgpolicy.v2.PolicySpec.PolicyRule.StringValues values = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the values field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCondition(Expr value)
public PolicySpec.PolicyRule.Builder mergeCondition(Expr value)
A condition which determines whether this rule is used
in the evaluation of the policy. When set, the expression
field in
the `Expr' must include from 1 to 10 subexpressions, joined by the "||"
or "&&" operators. Each subexpression must be of the form
"resource.matchTag('<ORG_ID>/tag_key_short_name,
'tag_value_short_name')". or "resource.matchTagId('tagKeys/key_id',
'tagValues/value_id')". where key_name and value_name are the resource
names for Label Keys and Values. These names are available from the Tag
Manager Service. An example expression is:
"resource.matchTag('123456789/environment,
'prod')". or "resource.matchTagId('tagKeys/123',
'tagValues/456')".
.google.type.Expr condition = 5;
Parameter | |
---|---|
Name | Description |
value |
com.google.type.Expr |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
mergeFrom(PolicySpec.PolicyRule other)
public PolicySpec.PolicyRule.Builder mergeFrom(PolicySpec.PolicyRule other)
Parameter | |
---|---|
Name | Description |
other |
PolicySpec.PolicyRule |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PolicySpec.PolicyRule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public PolicySpec.PolicyRule.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
mergeParameters(Struct value)
public PolicySpec.PolicyRule.Builder mergeParameters(Struct value)
Optional. Required for managed constraints if parameters are defined. Passes parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true }
.google.protobuf.Struct parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
Struct |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PolicySpec.PolicyRule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
mergeValues(PolicySpec.PolicyRule.StringValues value)
public PolicySpec.PolicyRule.Builder mergeValues(PolicySpec.PolicyRule.StringValues value)
List of values to be used for this policy rule. This field can be set only in policies for list constraints.
.google.cloud.orgpolicy.v2.PolicySpec.PolicyRule.StringValues values = 1;
Parameter | |
---|---|
Name | Description |
value |
PolicySpec.PolicyRule.StringValues |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
setAllowAll(boolean value)
public PolicySpec.PolicyRule.Builder setAllowAll(boolean value)
Setting this to true means that all values are allowed. This field can be set only in policies for list constraints.
bool allow_all = 2;
Parameter | |
---|---|
Name | Description |
value |
boolean The allowAll to set. |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
This builder for chaining. |
setCondition(Expr value)
public PolicySpec.PolicyRule.Builder setCondition(Expr value)
A condition which determines whether this rule is used
in the evaluation of the policy. When set, the expression
field in
the `Expr' must include from 1 to 10 subexpressions, joined by the "||"
or "&&" operators. Each subexpression must be of the form
"resource.matchTag('<ORG_ID>/tag_key_short_name,
'tag_value_short_name')". or "resource.matchTagId('tagKeys/key_id',
'tagValues/value_id')". where key_name and value_name are the resource
names for Label Keys and Values. These names are available from the Tag
Manager Service. An example expression is:
"resource.matchTag('123456789/environment,
'prod')". or "resource.matchTagId('tagKeys/123',
'tagValues/456')".
.google.type.Expr condition = 5;
Parameter | |
---|---|
Name | Description |
value |
com.google.type.Expr |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
setCondition(Expr.Builder builderForValue)
public PolicySpec.PolicyRule.Builder setCondition(Expr.Builder builderForValue)
A condition which determines whether this rule is used
in the evaluation of the policy. When set, the expression
field in
the `Expr' must include from 1 to 10 subexpressions, joined by the "||"
or "&&" operators. Each subexpression must be of the form
"resource.matchTag('<ORG_ID>/tag_key_short_name,
'tag_value_short_name')". or "resource.matchTagId('tagKeys/key_id',
'tagValues/value_id')". where key_name and value_name are the resource
names for Label Keys and Values. These names are available from the Tag
Manager Service. An example expression is:
"resource.matchTag('123456789/environment,
'prod')". or "resource.matchTagId('tagKeys/123',
'tagValues/456')".
.google.type.Expr condition = 5;
Parameter | |
---|---|
Name | Description |
builderForValue |
com.google.type.Expr.Builder |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
setDenyAll(boolean value)
public PolicySpec.PolicyRule.Builder setDenyAll(boolean value)
Setting this to true means that all values are denied. This field can be set only in policies for list constraints.
bool deny_all = 3;
Parameter | |
---|---|
Name | Description |
value |
boolean The denyAll to set. |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
This builder for chaining. |
setEnforce(boolean value)
public PolicySpec.PolicyRule.Builder setEnforce(boolean value)
If true
, then the policy is enforced. If false
, then any
configuration is acceptable.
This field can be set only in policies for boolean constraints.
bool enforce = 4;
Parameter | |
---|---|
Name | Description |
value |
boolean The enforce to set. |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public PolicySpec.PolicyRule.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
setParameters(Struct value)
public PolicySpec.PolicyRule.Builder setParameters(Struct value)
Optional. Required for managed constraints if parameters are defined. Passes parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true }
.google.protobuf.Struct parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
Struct |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
setParameters(Struct.Builder builderForValue)
public PolicySpec.PolicyRule.Builder setParameters(Struct.Builder builderForValue)
Optional. Required for managed constraints if parameters are defined. Passes parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { "allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true }
.google.protobuf.Struct parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PolicySpec.PolicyRule.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final PolicySpec.PolicyRule.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
setValues(PolicySpec.PolicyRule.StringValues value)
public PolicySpec.PolicyRule.Builder setValues(PolicySpec.PolicyRule.StringValues value)
List of values to be used for this policy rule. This field can be set only in policies for list constraints.
.google.cloud.orgpolicy.v2.PolicySpec.PolicyRule.StringValues values = 1;
Parameter | |
---|---|
Name | Description |
value |
PolicySpec.PolicyRule.StringValues |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |
setValues(PolicySpec.PolicyRule.StringValues.Builder builderForValue)
public PolicySpec.PolicyRule.Builder setValues(PolicySpec.PolicyRule.StringValues.Builder builderForValue)
List of values to be used for this policy rule. This field can be set only in policies for list constraints.
.google.cloud.orgpolicy.v2.PolicySpec.PolicyRule.StringValues values = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
PolicySpec.PolicyRule.StringValues.Builder |
Returns | |
---|---|
Type | Description |
PolicySpec.PolicyRule.Builder |