PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PolicySpec.PolicyRule.Builder |
PolicySpec.Builder.addRulesBuilder() |
Up to 10 PolicyRules are allowed.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.Builder.addRulesBuilder(int index) |
Up to 10 PolicyRules are allowed.
|
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 PolicyRule.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.clone() |
|
PolicySpec.PolicyRule.Builder |
PolicySpec.Builder.getRulesBuilder(int index) |
Up to 10 PolicyRules are allowed.
|
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(PolicySpec.PolicyRule other) |
|
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.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 PolicyRule.
|
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 value) |
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.Builder builderForValue) |
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 value) |
List of values to be used for this PolicyRule.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.Builder.setValues(PolicySpec.PolicyRule.StringValues.Builder builderForValue) |
List of values to be used for this PolicyRule.
|
PolicySpec.PolicyRule.Builder |
PolicySpec.PolicyRule.toBuilder() |
|