File tree Expand file tree Collapse file tree
generated/google-apis-cloudresourcemanager_v3
lib/google/apis/cloudresourcemanager_v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments