google-apis-cloudresourcemanager_v3 0.51.0 → 0.52.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: d92e4f3d6009063b80cd02675fa357e2f177a937c2c13db9fc4d71c7c21a7bde
|
|
4
|
+
data.tar.gz: cfb779f8a23b7c220a7170732639aaeb2cd0a8293a9a1572e7a50ffbd0bfa9f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 125e32271f21742a9b75b080644f61e695537632bfb8b8a9cbf53d44a3de5a9307786755803eadaba1d0caf299237753f892f8c1eec6dbf5ee2c3be6a2327287
|
|
7
|
+
data.tar.gz: 2262107dcf1285f59dbcb1845fb81cd01ba00906c59b8752a788eeef25756e78e8031766b4364b825016f5d42a7cd96d03aa7e8927cbbd12fac5885b5c2d3c70
|
data/CHANGELOG.md
CHANGED
|
@@ -639,7 +639,8 @@ module Google
|
|
|
639
639
|
|
|
640
640
|
# Optional. Input only. Immutable. Tag keys/values directly bound to this folder.
|
|
641
641
|
# Each item in the map must be expressed as " : ". For example: "123/
|
|
642
|
-
# environment" : "production", "123/costCenter" : "marketing"
|
|
642
|
+
# environment" : "production", "123/costCenter" : "marketing" Note: Currently
|
|
643
|
+
# this field is in Preview.
|
|
643
644
|
# Corresponds to the JSON property `tags`
|
|
644
645
|
# @return [Hash<String,String>]
|
|
645
646
|
attr_accessor :tags
|
|
@@ -1440,7 +1441,8 @@ module Google
|
|
|
1440
1441
|
|
|
1441
1442
|
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
|
1442
1443
|
# project. Each item in the map must be expressed as " : ". For example: "123/
|
|
1443
|
-
# environment" : "production", "123/costCenter" : "marketing"
|
|
1444
|
+
# environment" : "production", "123/costCenter" : "marketing" Note: Currently
|
|
1445
|
+
# this field is in Preview.
|
|
1444
1446
|
# Corresponds to the JSON property `tags`
|
|
1445
1447
|
# @return [Hash<String,String>]
|
|
1446
1448
|
attr_accessor :tags
|
|
@@ -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.52.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240310"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.52.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-03-
|
|
11
|
+
date: 2024-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.52.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|