We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab44268 commit acfd1baCopy full SHA for acfd1ba
1 file changed
src/CloudAsset/GoogleCloudAssetV1Constraint.php
@@ -24,12 +24,12 @@ class GoogleCloudAssetV1Constraint extends \Google\Model
24
*/
25
public const CONSTRAINT_DEFAULT_CONSTRAINT_DEFAULT_UNSPECIFIED = 'CONSTRAINT_DEFAULT_UNSPECIFIED';
26
/**
27
- * Indicate that all values are allowed for list constraints. Indicate that
+ * Indicates that all values are allowed for list constraints. Indicates that
28
* enforcement is off for boolean constraints.
29
30
public const CONSTRAINT_DEFAULT_ALLOW = 'ALLOW';
31
32
- * Indicate that all values are denied for list constraints. Indicate that
+ * Indicates that all values are denied for list constraints. Indicates that
33
* enforcement is on for boolean constraints.
34
35
public const CONSTRAINT_DEFAULT_DENY = 'DENY';
0 commit comments