google-apis-cloudresourcemanager_v3 0.60.0 → 0.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e2a96783e242964877b4451511930b7149ca89934b69d37c2ac0d29e2510ae0
4
- data.tar.gz: 254e0a9031f5c106b96c8084849fe8e4acf9cf37b1d502239cac9b7e60b7701c
3
+ metadata.gz: 1cd6c97ad107d3b3a26d38e34a8b2ae69034796d44c3d3bdca3819a1a174e220
4
+ data.tar.gz: f7a22e1542041b25cf56826046bc851a61774f8ffc4a76c4866953639d5449e1
5
5
  SHA512:
6
- metadata.gz: 31d99884394f023d4f7fc2ef08dd99207fb10e24b577749a55a009c0836ab173a60e2918775186549d5de149aeb863ee7d1805f621cb93f0fcf3c7f1a52e44b4
7
- data.tar.gz: abc661c35882aad11c4a40f3484e08ff4d44fbf16001e786018c0fe3910c1fbf90d5944c1ec6aa3305b6e6ecf977c1b4e93c754e963eb549462e74759873cea3
6
+ metadata.gz: a96a3c0a022f420cc465fe4cf7ff84f7e058d28916481069e6a3fa2f676d706009ed83acb6e333bf7713f16493898774ffbd19a1ef1dd2652dd745986eeac9a3
7
+ data.tar.gz: c331189e6a41e090adb2252950f5c800f9fcd1c4f12bd34eea71473df2973d6a70441a068497eae5a965f71bcc88e00d8c40c56b01d4f231e6061fcc144d26a1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.62.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.61.0 (2026-03-15)
8
+
9
+ * Regenerated from discovery document revision 20260218
10
+
3
11
  ### v0.60.0 (2025-11-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20251103
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/resource-manager) may provi
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -1777,15 +1777,17 @@ module Google
1777
1777
  end
1778
1778
  end
1779
1779
 
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
1782
1782
  # of the Google Cloud resource.
1783
1783
  class TagBinding
1784
1784
  include Google::Apis::Core::Hashable
1785
1785
 
1786
1786
  # Output only. The name of the TagBinding. This is a String of the form: `
1787
1787
  # 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`).
1789
1791
  # Corresponds to the JSON property `name`
1790
1792
  # @return [String]
1791
1793
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV3
18
18
  # Version of the google-apis-cloudresourcemanager_v3 gem
19
- GEM_VERSION = "0.60.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251103"
25
+ REVISION = "20260218"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.0
4
+ version: 0.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.60.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.62.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="