Skip to content

Commit 9fb18fe

Browse files
feat: Automated regeneration of policysimulator v1 client (googleapis#21499)
Auto-created at 2025-01-26 10:33:10 +0000 using the toys pull request generator.
1 parent a9e431c commit 9fb18fe

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

generated/google-apis-policysimulator_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-policysimulator_v1
22

3+
### v0.39.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250119
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.38.0 (2024-11-24)
49

510
* Regenerated from discovery document revision 20241118

generated/google-apis-policysimulator_v1/lib/google/apis/policysimulator_v1/classes.rb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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 `

generated/google-apis-policysimulator_v1/lib/google/apis/policysimulator_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module PolicysimulatorV1
1818
# Version of the google-apis-policysimulator_v1 gem
19-
GEM_VERSION = "0.38.0"
19+
GEM_VERSION = "0.39.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241118"
25+
REVISION = "20250119"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)