google-apis-cloudresourcemanager_v3 0.60.0 → 0.61.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4808e1cf2e5ecbe4d32c9206067ae79f4b02354c03c0a5956775f2b7b6d3db7e
|
|
4
|
+
data.tar.gz: 8317520111f62fb8f13f1f068d07ace5365934c16e04b34f258b1ad270b25218
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d9605178e367a73567b0788bdcc7a6427df7f0a2f8a5d00efc0a70ebfd87cca7295eb5012f6fe4bd78f081c0721ee43d526b161b43c5ad43b5b983fd9ac2210
|
|
7
|
+
data.tar.gz: 898fc795a0aa1efc1354f902a5d454f2d0ae6274c7768714952b1b3eb757fdc71c0209a27b225e2c473a6fe25c53baf4df7ed1801eb1b4f25c6ce4133c531783
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
-
#
|
|
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.
|
|
19
|
+
GEM_VERSION = "0.61.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
4
|
+
version: 0.61.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
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.61.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:
|