google-apis-cloudresourcemanager_v1 0.15.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd1e78873fa530b18a6bfbe03438e82d3c6a3ec14b1760ef0823eb3ff16c6d6d
|
4
|
+
data.tar.gz: e54b6e7f1ba9f668f1f1e3e45b006556001de6d0399962b46132987632d9533e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d22ea11b166fc04b869842b515b69bb5bc7a5b5c92f79617b2139858f00512c259e3f70e1532c71fb857ab9af3ea9fcc2f7ebb131f4d96781f944f33cdc739e8
|
7
|
+
data.tar.gz: da17bc8cfdc8c713deab6f1322da0a9c1a34b9067ccd3af5252fdb86d1c303fc61a6f84ba0dfd58d7ef32184ce4059bb1f1b64e3df565a6b3ca5767bce3acf90
|
data/CHANGELOG.md
CHANGED
@@ -535,8 +535,8 @@ module Google
|
|
535
535
|
end
|
536
536
|
end
|
537
537
|
|
538
|
-
# A status object which is used as the `metadata` field for the
|
539
|
-
# returned by DeleteOrganization.
|
538
|
+
# LINT.IfChange A status object which is used as the `metadata` field for the
|
539
|
+
# operation returned by DeleteOrganization.
|
540
540
|
class DeleteOrganizationMetadata
|
541
541
|
include Google::Apis::Core::Hashable
|
542
542
|
|
@@ -1535,7 +1535,12 @@ module Google
|
|
1535
1535
|
|
1536
1536
|
# Associates a list of `members` to a `role`. Optionally, may specify a `
|
1537
1537
|
# condition` that determines how and when the `bindings` are applied. Each of
|
1538
|
-
# the `bindings` must contain at least one member.
|
1538
|
+
# the `bindings` must contain at least one member. The `bindings` in a `Policy`
|
1539
|
+
# can refer to up to 1,500 members; up to 250 of these members can be Google
|
1540
|
+
# groups. Each occurrence of a member counts towards these limits. For example,
|
1541
|
+
# if the `bindings` grant 50 different roles to `user:alice@example.com`, and
|
1542
|
+
# not to any other member, then you can add another 1,450 members to the `
|
1543
|
+
# bindings` in the `Policy`.
|
1539
1544
|
# Corresponds to the JSON property `bindings`
|
1540
1545
|
# @return [Array<Google::Apis::CloudresourcemanagerV1::Binding>]
|
1541
1546
|
attr_accessor :bindings
|
@@ -1980,8 +1985,8 @@ module Google
|
|
1980
1985
|
end
|
1981
1986
|
end
|
1982
1987
|
|
1983
|
-
# A status object which is used as the `metadata` field for the
|
1984
|
-
# returned by UndeleteOrganization.
|
1988
|
+
# LINT.IfChange A status object which is used as the `metadata` field for the
|
1989
|
+
# Operation returned by UndeleteOrganization.
|
1985
1990
|
class UndeleteOrganizationMetadata
|
1986
1991
|
include Google::Apis::Core::Hashable
|
1987
1992
|
|
@@ -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.16.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 = "20211003"
|
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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.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-10-11 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.16.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: []
|