google-apis-cloudresourcemanager_v3 0.21.0 → 0.22.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: 2fcbb2b1b11e002b191a396ed6de9e688feb2f883bb143300b1c66aa879be75e
|
|
4
|
+
data.tar.gz: 4a686637763f134e71bbeef30d4115d0c26e05be2de7fe56feb996c41d902ba6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 631171a0fb368a421b3c3690769e94923fdae47f1fbdf1d22f7f36d97474bca02fb2211ec9f37e6bc81c248debcb4d844e7000d648af0e98fdba2de6b1cc2b72
|
|
7
|
+
data.tar.gz: 30d77f3ed029e15955125c70e01235b8bda8864e7ff93a6822e2d5a5c91ac50d6d355e24db896ecb1da786289e93f1134ac5042b3438e353706dc81943edcbb9
|
data/CHANGELOG.md
CHANGED
|
@@ -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.22.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220306"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1430,10 +1430,12 @@ module Google
|
|
|
1430
1430
|
# @param [Fixnum] page_size
|
|
1431
1431
|
# Optional. The maximum number of TagBindings to return in the response. The
|
|
1432
1432
|
# server allows a maximum of 300 TagBindings to return. If unspecified, the
|
|
1433
|
-
# server will use 100 as the default.
|
|
1433
|
+
# server will use 100 as the default. Currently this api returns unpaginated
|
|
1434
|
+
# response and `page_size` is ignored.
|
|
1434
1435
|
# @param [String] page_token
|
|
1435
1436
|
# Optional. A pagination token returned from a previous call to `ListTagBindings`
|
|
1436
|
-
# that indicates where this listing should continue from.
|
|
1437
|
+
# that indicates where this listing should continue from. Currently this api
|
|
1438
|
+
# returns unpaginated response and `page_token` is ignored.
|
|
1437
1439
|
# @param [String] parent
|
|
1438
1440
|
# Required. The full resource name of a resource for which you want to list
|
|
1439
1441
|
# existing TagBindings. E.g. "//cloudresourcemanager.googleapis.com/projects/123"
|
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.22.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: 2022-
|
|
11
|
+
date: 2022-03-14 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.22.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: []
|