| Modifier and Type | Method and Description |
|---|---|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PolicySpec.PolicyRule.Builder |
PolicySpec.Builder.addRulesBuilder()
In policies for boolean constraints, the following requirements apply:
- There must be one and only one policy rule where condition is unset.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.Builder.addRulesBuilder(int index)
In policies for boolean constraints, the following requirements apply:
- There must be one and only one policy rule where condition is unset.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.clear() |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.clearAllowAll()
Setting this to true means that all values are allowed.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.clearCondition()
A condition which determines whether this rule is used
in the evaluation of the policy.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.clearDenyAll()
Setting this to true means that all values are denied.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.clearEnforce()
If `true`, then the policy is enforced.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.clearKind() |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.clearValues()
List of values to be used for this policy rule.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.clone() |
PolicySpec.PolicyRule.Builder |
PolicySpec.Builder.getRulesBuilder(int index)
In policies for boolean constraints, the following requirements apply:
- There must be one and only one policy rule where condition is unset.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.mergeCondition(com.google.type.Expr value)
A condition which determines whether this rule is used
in the evaluation of the policy.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.mergeFrom(com.google.protobuf.Message other) |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.mergeFrom(PolicySpec.PolicyRule other) |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.mergeValues(PolicySpec.PolicyRule.StringValues value)
List of values to be used for this policy rule.
|
static PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.newBuilder() |
static PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.newBuilder(PolicySpec.PolicyRule prototype) |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.newBuilderForType() |
protected PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.setAllowAll(boolean value)
Setting this to true means that all values are allowed.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.setCondition(com.google.type.Expr.Builder builderForValue)
A condition which determines whether this rule is used
in the evaluation of the policy.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.setCondition(com.google.type.Expr value)
A condition which determines whether this rule is used
in the evaluation of the policy.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.setDenyAll(boolean value)
Setting this to true means that all values are denied.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.setEnforce(boolean value)
If `true`, then the policy is enforced.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.setValues(PolicySpec.PolicyRule.StringValues.Builder builderForValue)
List of values to be used for this policy rule.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.setValues(PolicySpec.PolicyRule.StringValues value)
List of values to be used for this policy rule.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<PolicySpec.PolicyRule.Builder> |
PolicySpec.Builder.getRulesBuilderList()
In policies for boolean constraints, the following requirements apply:
- There must be one and only one policy rule where condition is unset.
|
| Modifier and Type | Method and Description |
|---|---|
PolicySpec.Builder |
PolicySpec.Builder.addRules(int index,
PolicySpec.PolicyRule.Builder builderForValue)
In policies for boolean constraints, the following requirements apply:
- There must be one and only one policy rule where condition is unset.
|
PolicySpec.Builder |
PolicySpec.Builder.addRules(PolicySpec.PolicyRule.Builder builderForValue)
In policies for boolean constraints, the following requirements apply:
- There must be one and only one policy rule where condition is unset.
|
PolicySpec.Builder |
PolicySpec.Builder.setRules(int index,
PolicySpec.PolicyRule.Builder builderForValue)
In policies for boolean constraints, the following requirements apply:
- There must be one and only one policy rule where condition is unset.
|
Copyright © 2024 Google LLC. All rights reserved.