@@ -23,7 +23,7 @@ module Apis
2323 module PolicysimulatorV1
2424
2525 # Similar to PolicySpec but with an extra 'launch' field for launch reference.
26- # The PolicySpec here is specific for dry-run/darklaunch .
26+ # The PolicySpec here is specific for dry-run.
2727 class GoogleCloudOrgpolicyV2AlternatePolicySpec
2828 include Google ::Apis ::Core ::Hashable
2929
@@ -62,9 +62,10 @@ class GoogleCloudOrgpolicyV2CustomConstraint
6262 # @return [String]
6363 attr_accessor :action_type
6464
65- # Org policy condition/expression. For example: `resource.instanceName.matches("[
66- # production|test]_.*_(\d)+")` or, `resource.management.auto_upgrade == true`
67- # The max length of the condition is 1000 characters.
65+ # A Common Expression Language (CEL) condition which is used in the evaluation
66+ # of the constraint. For example: `resource.instanceName.matches("[production|
67+ # test]_.*_(\d)+")` or, `resource.management.auto_upgrade == true` The max
68+ # length of the condition is 1000 characters.
6869 # Corresponds to the JSON property `condition`
6970 # @return [String]
7071 attr_accessor :condition
@@ -104,7 +105,7 @@ class GoogleCloudOrgpolicyV2CustomConstraint
104105
105106 # Output only. The last time this custom constraint was updated. This represents
106107 # the last time that the `CreateCustomConstraint` or `UpdateCustomConstraint`
107- # RPC was called
108+ # methods were called.
108109 # Corresponds to the JSON property `updateTime`
109110 # @return [String]
110111 attr_accessor :update_time
@@ -132,7 +133,7 @@ class GoogleCloudOrgpolicyV2Policy
132133 include Google ::Apis ::Core ::Hashable
133134
134135 # Similar to PolicySpec but with an extra 'launch' field for launch reference.
135- # The PolicySpec here is specific for dry-run/darklaunch .
136+ # The PolicySpec here is specific for dry-run.
136137 # Corresponds to the JSON property `alternate`
137138 # @return [Google::Apis::PolicysimulatorV1::GoogleCloudOrgpolicyV2AlternatePolicySpec]
138139 attr_accessor :alternate
@@ -290,7 +291,7 @@ class GoogleCloudOrgpolicyV2PolicySpecPolicyRule
290291 attr_accessor :enforce
291292 alias_method :enforce? , :enforce
292293
293- # Optional. Required for GMCs if parameters defined in constraints. Pass
294+ # Optional. Required for managed constraints if parameters are defined. Passes
294295 # parameter values when policy enforcement is enabled. Ensure that parameter
295296 # value types match those defined in the constraint definition. For example: ` "
296297 # allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true `
0 commit comments