google-apis-cloudresourcemanager_v3 0.36.0 → 0.37.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: 53a0ea341f990393688d1fe4c38af910419d781d89472834efb70a49295fd7ad
|
|
4
|
+
data.tar.gz: 64df0c80805b86e1fd39c9c94fe12d311cdd5c918492e2147bc92306c096fd5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b0120a7e4ade08c95db7d8be0afcf626ff9d37f7146590cd0d2f6d808a2f72833c6de00ea55b919d92b3a7fe4ab41e636a302d98e9b61191bd4fe992506455e
|
|
7
|
+
data.tar.gz: 6a7394ded2e5070bbc056fbf830dff2f8528cd83020e0bfc45b8a9082c816d7216091d972366262a5584b9ab807e08872a64333fb06ec366c596f6d98026fcf0
|
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.37.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220925"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1479,12 +1479,10 @@ module Google
|
|
|
1479
1479
|
# @param [Fixnum] page_size
|
|
1480
1480
|
# Optional. The maximum number of TagBindings to return in the response. The
|
|
1481
1481
|
# server allows a maximum of 300 TagBindings to return. If unspecified, the
|
|
1482
|
-
# server will use 100 as the default.
|
|
1483
|
-
# response and `page_size` is ignored.
|
|
1482
|
+
# server will use 100 as the default.
|
|
1484
1483
|
# @param [String] page_token
|
|
1485
1484
|
# Optional. A pagination token returned from a previous call to `ListTagBindings`
|
|
1486
|
-
# that indicates where this listing should continue from.
|
|
1487
|
-
# returns unpaginated response and `page_token` is ignored.
|
|
1485
|
+
# that indicates where this listing should continue from.
|
|
1488
1486
|
# @param [String] parent
|
|
1489
1487
|
# Required. The full resource name of a resource for which you want to list
|
|
1490
1488
|
# 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.37.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-10-03 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.37.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: []
|