public static interface Constraint.ListConstraintOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getSupportsIn()
Indicates whether values grouped into categories can be used in
`Policy.allowed_values` and `Policy.denied_values`.
|
boolean |
getSupportsUnder()
Indicates whether subtrees of Cloud Resource Manager resource hierarchy
can be used in `Policy.allowed_values` and `Policy.denied_values`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean getSupportsIn()
Indicates whether values grouped into categories can be used in `Policy.allowed_values` and `Policy.denied_values`. For example, `"in:Python"` would match any value in the 'Python' group.
bool supports_in = 1;
boolean getSupportsUnder()
Indicates whether subtrees of Cloud Resource Manager resource hierarchy can be used in `Policy.allowed_values` and `Policy.denied_values`. For example, `"under:folders/123"` would match any resource under the 'folders/123' folder.
bool supports_under = 2;
Copyright © 2021 Google LLC. All rights reserved.