Skip to content

Commit ce3e6ff

Browse files
feat: Automated regeneration of orgpolicy v2 client (#25883)
Auto-created at 2026-03-08 10:04:31 +0000 using the toys pull request generator.
1 parent 6fcf056 commit ce3e6ff

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

generated/google-apis-orgpolicy_v2/CHANGELOG.md

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

3+
### v0.44.0 (2026-03-08)
4+
5+
* Regenerated from discovery document revision 20260226
6+
37
### v0.43.0 (2025-12-14)
48

59
* Regenerated from discovery document revision 20251204

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@ class GoogleCloudOrgpolicyV2CustomConstraint
344344
# Immutable. Name of the constraint. This is unique within the organization.
345345
# Format of the name should be * `organizations/`organization_id`/
346346
# customConstraints/`custom_constraint_id`` Example: `organizations/123/
347-
# customConstraints/custom.createOnlyE2TypeVms` The max length is 70 characters
347+
# customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters
348348
# and the minimum length is 1. Note that the prefix `organizations/`
349-
# organization_id`/customConstraints/` is not counted.
349+
# organization_id`/customConstraints/custom.` is not counted.
350350
# Corresponds to the JSON property `name`
351351
# @return [String]
352352
attr_accessor :name

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module OrgpolicyV2
1818
# Version of the google-apis-orgpolicy_v2 gem
19-
GEM_VERSION = "0.43.0"
19+
GEM_VERSION = "0.44.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

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

generated/google-apis-orgpolicy_v2/lib/google/apis/orgpolicy_v2/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,9 @@ def list_organization_custom_constraints(parent, page_size: nil, page_token: nil
510510
# Immutable. Name of the constraint. This is unique within the organization.
511511
# Format of the name should be * `organizations/`organization_id`/
512512
# customConstraints/`custom_constraint_id`` Example: `organizations/123/
513-
# customConstraints/custom.createOnlyE2TypeVms` The max length is 70 characters
513+
# customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters
514514
# and the minimum length is 1. Note that the prefix `organizations/`
515-
# organization_id`/customConstraints/` is not counted.
515+
# organization_id`/customConstraints/custom.` is not counted.
516516
# @param [Google::Apis::OrgpolicyV2::GoogleCloudOrgpolicyV2CustomConstraint] google_cloud_orgpolicy_v2_custom_constraint_object
517517
# @param [String] fields
518518
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)