Skip to content

Commit dc1ed7b

Browse files
feat: Automated regeneration of cloudresourcemanager v3 client (#25961)
Auto-created at 2026-03-15 10:54:49 +0000 using the toys pull request generator.
1 parent 4dc517a commit dc1ed7b

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

generated/google-apis-cloudresourcemanager_v3/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-cloudresourcemanager_v3
22

3+
### v0.61.0 (2026-03-15)
4+
5+
* Regenerated from discovery document revision 20260218
6+
37
### v0.60.0 (2025-11-16)
48

59
* Regenerated from discovery document revision 20251103

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,15 +1777,17 @@ def update!(**args)
17771777
end
17781778
end
17791779

1780-
# A TagBinding represents a connection between a TagValue and a cloud resource
1781-
# Once a TagBinding is created, the TagValue is applied to all the descendants
1780+
# A TagBinding represents a connection between a TagValue and a cloud resource.
1781+
# When a TagBinding is created, the TagValue is applied to all the descendants
17821782
# of the Google Cloud resource.
17831783
class TagBinding
17841784
include Google::Apis::Core::Hashable
17851785

17861786
# Output only. The name of the TagBinding. This is a String of the form: `
17871787
# tagBindings/`full-resource-name`/`tag-value-name`` (e.g. `tagBindings/%2F%
1788-
# 2Fcloudresourcemanager.googleapis.com%2Fprojects%2F123/tagValues/456`).
1788+
# 2Fcloudresourcemanager.googleapis.com%2Fprojects%2F123/tagValues/456`) or `
1789+
# tagBindings/`full-resource-name`/`tag-key-name`` (e.g. `tagBindings/%2F%
1790+
# 2Fcloudresourcemanager.googleapis.com%2Fprojects%2F123/tagKeys/123`).
17891791
# Corresponds to the JSON property `name`
17901792
# @return [String]
17911793
attr_accessor :name

generated/google-apis-cloudresourcemanager_v3/lib/google/apis/cloudresourcemanager_v3/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 CloudresourcemanagerV3
1818
# Version of the google-apis-cloudresourcemanager_v3 gem
19-
GEM_VERSION = "0.60.0"
19+
GEM_VERSION = "0.61.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 = "20251103"
25+
REVISION = "20260218"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)