Interface Constraint.ListConstraintOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.