google-apis-cloudresourcemanager_v1 0.12.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: 71f51729c1aa4d7af8a933a814a7dfac606702d04d52ffb8087c661c41d31aa3
4
- data.tar.gz: 120797d6141fea57f90db8870900d343b9f501eae71c3632f96cd1101cdc9585
3
+ metadata.gz: bd1e78873fa530b18a6bfbe03438e82d3c6a3ec14b1760ef0823eb3ff16c6d6d
4
+ data.tar.gz: e54b6e7f1ba9f668f1f1e3e45b006556001de6d0399962b46132987632d9533e
5
5
  SHA512:
6
- metadata.gz: 35f6ee11efb6b20eafaef6a42f577289a608b624f98db9a47b7b2b31a7d83b027d486afad707789e7fcfe5aeca0b1edb4d5e5a6b8de365169e2e8d252b2722fe
7
- data.tar.gz: 927eaa153d5efb737384ccfb213c804f0e924c7d1218458a51beaf35dd3bf5152bae4370f6a333b5f6fb88ec51135e006087ea23d68c1b4979805b73fe198a00
6
+ metadata.gz: d22ea11b166fc04b869842b515b69bb5bc7a5b5c92f79617b2139858f00512c259e3f70e1532c71fb857ab9af3ea9fcc2f7ebb131f4d96781f944f33cdc739e8
7
+ data.tar.gz: da17bc8cfdc8c713deab6f1322da0a9c1a34b9067ccd3af5252fdb86d1c303fc61a6f84ba0dfd58d7ef32184ce4059bb1f1b64e3df565a6b3ca5767bce3acf90
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1
2
2
 
3
+ ### v0.16.0 (2021-10-05)
4
+
5
+ * Regenerated from discovery document revision 20211003
6
+
7
+ ### v0.15.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210830
10
+
11
+ ### v0.14.0 (2021-08-03)
12
+
13
+ * Regenerated from discovery document revision 20210801
14
+
15
+ ### v0.13.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.12.0 (2021-06-24)
4
20
 
5
21
  * Unspecified changes
@@ -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 operation
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
 
@@ -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') - etag: BwWWja0YfJA= - version: 3 For a
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
@@ -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
@@ -1760,8 +1765,9 @@ module Google
1760
1765
  # @return [String]
1761
1766
  attr_accessor :filter
1762
1767
 
1763
- # The maximum number of Organizations to return in the response. This field is
1764
- # optional.
1768
+ # The maximum number of Organizations to return in the response. The server can
1769
+ # return fewer organizations than requested. If unspecified, server picks an
1770
+ # appropriate default.
1765
1771
  # Corresponds to the JSON property `pageSize`
1766
1772
  # @return [Fixnum]
1767
1773
  attr_accessor :page_size
@@ -1841,7 +1847,7 @@ module Google
1841
1847
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1842
1848
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1843
1849
  # description: Does not grant access after Sep 2020 expression: request.time <
1844
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1850
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1845
1851
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1846
1852
  # google.com/iam/docs/).
1847
1853
  # Corresponds to the JSON property `policy`
@@ -1979,8 +1985,8 @@ module Google
1979
1985
  end
1980
1986
  end
1981
1987
 
1982
- # A status object which is used as the `metadata` field for the Operation
1983
- # returned by UndeleteOrganization.
1988
+ # LINT.IfChange A status object which is used as the `metadata` field for the
1989
+ # Operation returned by UndeleteOrganization.
1984
1990
  class UndeleteOrganizationMetadata
1985
1991
  include Google::Apis::Core::Hashable
1986
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.12.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210613"
25
+ REVISION = "20211003"
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
@@ -30,10 +30,10 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
- # View your data across Google Cloud Platform services
36
+ # View your data across Google Cloud services and see the email address of your Google Account
37
37
  AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
38
38
  end
39
39
  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.12.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-06-28 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.12.0
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: []