Package com.google.cloud.asset.v1
Interface AnalyzerOrgPolicyConstraint.Constraint.ListConstraintOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnalyzerOrgPolicyConstraint.Constraint.ListConstraint
,AnalyzerOrgPolicyConstraint.Constraint.ListConstraint.Builder
- Enclosing class:
- AnalyzerOrgPolicyConstraint.Constraint
public static interface AnalyzerOrgPolicyConstraint.Constraint.ListConstraintOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSupportsIn
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;
- Returns:
- The supportsIn.
-
getSupportsUnder
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;
- Returns:
- The supportsUnder.
-
-