Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-orgpolicy_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-orgpolicy_v2

### v0.44.0 (2026-03-08)

* Regenerated from discovery document revision 20260226

### v0.43.0 (2025-12-14)

* Regenerated from discovery document revision 20251204
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@ class GoogleCloudOrgpolicyV2CustomConstraint
# Immutable. Name of the constraint. This is unique within the organization.
# Format of the name should be * `organizations/`organization_id`/
# customConstraints/`custom_constraint_id`` Example: `organizations/123/
# customConstraints/custom.createOnlyE2TypeVms` The max length is 70 characters
# customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters
# and the minimum length is 1. Note that the prefix `organizations/`
# organization_id`/customConstraints/` is not counted.
# organization_id`/customConstraints/custom.` is not counted.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module OrgpolicyV2
# Version of the google-apis-orgpolicy_v2 gem
GEM_VERSION = "0.43.0"
GEM_VERSION = "0.44.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20251204"
REVISION = "20260226"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -510,9 +510,9 @@ def list_organization_custom_constraints(parent, page_size: nil, page_token: nil
# Immutable. Name of the constraint. This is unique within the organization.
# Format of the name should be * `organizations/`organization_id`/
# customConstraints/`custom_constraint_id`` Example: `organizations/123/
# customConstraints/custom.createOnlyE2TypeVms` The max length is 70 characters
# customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters
# and the minimum length is 1. Note that the prefix `organizations/`
# organization_id`/customConstraints/` is not counted.
# organization_id`/customConstraints/custom.` is not counted.
# @param [Google::Apis::OrgpolicyV2::GoogleCloudOrgpolicyV2CustomConstraint] google_cloud_orgpolicy_v2_custom_constraint_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down