google-apis-cloudresourcemanager_v1 0.14.0 → 0.15.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: ccd6f2ecd6c429d20f6d00fa1f2b6bfbe1b5ad12d74eb65c89377344feea8a4b
|
|
4
|
+
data.tar.gz: b7797b415a3c684a74832734c8daf95fcd5a7dbdd43177d21aaddf1ef13dd9b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1170576e3a93b49f061685573fa4b85b20a316376b101193f6d33d4bf81cc8774d424dbdca17f6fcb3862923f24578e7fe9a527f9b0338f3c477837b218a5f92
|
|
7
|
+
data.tar.gz: 8fb925bd744af69bceeef3f962421f70e6af13de5490c1646677f6d7e102c1968db1b52d338be324a63765b11c23d6715c20ea1002c04835bf3c39cdcd1065e9
|
data/CHANGELOG.md
CHANGED
|
@@ -1522,7 +1522,7 @@ module Google
|
|
|
1522
1522
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
|
1523
1523
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
|
1524
1524
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
|
1525
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
|
1525
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
|
1526
1526
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
|
1527
1527
|
# google.com/iam/docs/).
|
|
1528
1528
|
class Policy
|
|
@@ -1760,8 +1760,9 @@ module Google
|
|
|
1760
1760
|
# @return [String]
|
|
1761
1761
|
attr_accessor :filter
|
|
1762
1762
|
|
|
1763
|
-
# The maximum number of Organizations to return in the response.
|
|
1764
|
-
#
|
|
1763
|
+
# The maximum number of Organizations to return in the response. The server can
|
|
1764
|
+
# return fewer organizations than requested. If unspecified, server picks an
|
|
1765
|
+
# appropriate default.
|
|
1765
1766
|
# Corresponds to the JSON property `pageSize`
|
|
1766
1767
|
# @return [Fixnum]
|
|
1767
1768
|
attr_accessor :page_size
|
|
@@ -1841,7 +1842,7 @@ module Google
|
|
|
1841
1842
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
|
1842
1843
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
|
1843
1844
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
|
1844
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
|
1845
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
|
1845
1846
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
|
1846
1847
|
# google.com/iam/docs/).
|
|
1847
1848
|
# Corresponds to the JSON property `policy`
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudresourcemanagerV1
|
|
18
18
|
# Version of the google-apis-cloudresourcemanager_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.15.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210830"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -361,6 +361,8 @@ module Google
|
|
|
361
361
|
# parent` of `projects/1234` requires permission `resourcemanager.projects.get`.
|
|
362
362
|
# @param [Fixnum] page_size
|
|
363
363
|
# The maximum number of items to return. This is a suggestion for the server.
|
|
364
|
+
# The server can return fewer liens than requested. If unspecified, server picks
|
|
365
|
+
# an appropriate default.
|
|
364
366
|
# @param [String] page_token
|
|
365
367
|
# The `next_page_token` value returned from a previous List request, if any.
|
|
366
368
|
# @param [String] parent
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudresourcemanager_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.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: 2021-
|
|
11
|
+
date: 2021-09-06 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/master/generated/google-apis-cloudresourcemanager_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.15.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|