google-apis-cloudresourcemanager_v1beta1 0.9.0 → 0.13.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: d649bc4f1a4c099c3d721e0cabd0951493b7dfa266a5ebd77f61ae6731bb2adb
4
- data.tar.gz: 86e397150807a561675abfd9ebafc503633160f899918cb4df3eab5427142dbb
3
+ metadata.gz: 6c2b102ca52a68badd7059f29029907eb9e1f46821fae4f93530bd4b22c09717
4
+ data.tar.gz: 44f17246042a65af2ae244b55443d17a3d5fbd8160630588f503fd28a9b622e2
5
5
  SHA512:
6
- metadata.gz: 93fe8a017a890a96c15d4be618dc0d86ed48008913002970aaa2fdfb966ef4ff70cc3d44c0abacb994f0f21b8bb0e713def1f00f129d6a40f1e0f52ca769e6fc
7
- data.tar.gz: 3f64bfd11c0ffaf2dc739f9bb5868b442ecec5cc50f72ed6d82b3fc2bc29441c954d4d9d3d9282645cd42a76c8494a6868888c62d4f2246ddad886453cd7193f
6
+ metadata.gz: 56766cb937d2756110f6dda4b842f199610a5a71061004a07d5271d0af4645de8a7255805d13d8b246824c1a9729429111ad1af92efd9508992984ef3f1b16ec
7
+ data.tar.gz: 7c1b126823d0a75944d992fe66ee1d8eaf38097c534c77022b685f5253ce79feabbd9bac1a815e56a51095b0b49a3b953d6fd79283db9bd6c4a046e6c8107eab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1beta1
2
2
 
3
+ ### v0.13.0 (2021-10-05)
4
+
5
+ * Regenerated from discovery document revision 20211003
6
+
7
+ ### v0.12.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210815
10
+
11
+ ### v0.11.0 (2021-08-03)
12
+
13
+ * Regenerated from discovery document revision 20210801
14
+
15
+ ### v0.10.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.9.0 (2021-06-24)
4
20
 
5
21
  * Regenerated using generator version 0.3.0
@@ -379,8 +379,8 @@ module Google
379
379
  end
380
380
  end
381
381
 
382
- # A status object which is used as the `metadata` field for the operation
383
- # returned by DeleteOrganization.
382
+ # LINT.IfChange A status object which is used as the `metadata` field for the
383
+ # operation returned by DeleteOrganization.
384
384
  class DeleteOrganizationMetadata
385
385
  include Google::Apis::Core::Hashable
386
386
 
@@ -864,7 +864,7 @@ module Google
864
864
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
865
865
  # roles/resourcemanager.organizationViewer condition: title: expirable access
866
866
  # description: Does not grant access after Sep 2020 expression: request.time <
867
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
867
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
868
868
  # description of IAM and its features, see the [IAM documentation](https://cloud.
869
869
  # google.com/iam/docs/).
870
870
  class Policy
@@ -877,7 +877,12 @@ module Google
877
877
 
878
878
  # Associates a list of `members` to a `role`. Optionally, may specify a `
879
879
  # condition` that determines how and when the `bindings` are applied. Each of
880
- # the `bindings` must contain at least one member.
880
+ # the `bindings` must contain at least one member. The `bindings` in a `Policy`
881
+ # can refer to up to 1,500 members; up to 250 of these members can be Google
882
+ # groups. Each occurrence of a member counts towards these limits. For example,
883
+ # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
884
+ # not to any other member, then you can add another 1,450 members to the `
885
+ # bindings` in the `Policy`.
881
886
  # Corresponds to the JSON property `bindings`
882
887
  # @return [Array<Google::Apis::CloudresourcemanagerV1beta1::Binding>]
883
888
  attr_accessor :bindings
@@ -1094,7 +1099,7 @@ module Google
1094
1099
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1095
1100
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1096
1101
  # description: Does not grant access after Sep 2020 expression: request.time <
1097
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1102
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1098
1103
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1099
1104
  # google.com/iam/docs/).
1100
1105
  # Corresponds to the JSON property `policy`
@@ -1173,8 +1178,8 @@ module Google
1173
1178
  end
1174
1179
  end
1175
1180
 
1176
- # A status object which is used as the `metadata` field for the Operation
1177
- # returned by UndeleteOrganization.
1181
+ # LINT.IfChange A status object which is used as the `metadata` field for the
1182
+ # Operation returned by UndeleteOrganization.
1178
1183
  class UndeleteOrganizationMetadata
1179
1184
  include Google::Apis::Core::Hashable
1180
1185
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV1beta1
18
18
  # Version of the google-apis-cloudresourcemanager_v1beta1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.13.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 = "20210331"
25
+ REVISION = "20211003"
26
26
  end
27
27
  end
28
28
  end
@@ -30,10 +30,10 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.13.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []