google-apis-cloudresourcemanager_v2 0.12.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: 897b977f427e43f94c902a5cca895bb7389e571e31ab11c12950525257792687
4
- data.tar.gz: 9b78f2591e4d87bade0435de2aaf194f84f42f7289669ad4605476a0d746ab8e
3
+ metadata.gz: 126b9821a86b05467cbc0134bbfb53ea3bd6266b1f2d67baa35364d4c9cbb5b9
4
+ data.tar.gz: 28df751003de03206afbd123e87b2c0b3014a2181857b492b511b0b67c832b1f
5
5
  SHA512:
6
- metadata.gz: 2dd32ce835c721668f4b3518963ab50ade401d3ca268b5904992f273f226c487ba582b8a1060b84ba409c36affbab8ddaf818c65961880c5eb18e393105f9823
7
- data.tar.gz: 7af7e13c5324e84ffffeb15a2aa86c296db3b4469790b895f17c82c5abfcda8cb3285968e5c4b3898a1e046ff87485fc789fc10819b37d9a0dd4c63255b50c9b
6
+ metadata.gz: 965e7ea69a51dc7b18f1d583cac845013350efef26031fa8cf1b52be13e48a6ec6bb7aff2406d881de4f38844a91ec99b81ea49fe34334229b1346906e9a39bf
7
+ data.tar.gz: c15c1497c35af745fb2d8752c9acfcf5a07661e3d2e03b32e47bfc84f7c6c3705107e364c4c39b0d8f3007f8b32fcb4e01cd9c75a1df7156fb8031b7d5af6ada
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v2
2
2
 
3
+ ### v0.13.0 (2021-10-05)
4
+
5
+ * Regenerated from discovery document revision 20211003
6
+
3
7
  ### v0.12.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210830
@@ -357,8 +357,8 @@ module Google
357
357
  end
358
358
  end
359
359
 
360
- # A status object which is used as the `metadata` field for the operation
361
- # returned by DeleteOrganization.
360
+ # LINT.IfChange A status object which is used as the `metadata` field for the
361
+ # operation returned by DeleteOrganization.
362
362
  class DeleteOrganizationMetadata
363
363
  include Google::Apis::Core::Hashable
364
364
 
@@ -824,7 +824,12 @@ module Google
824
824
 
825
825
  # Associates a list of `members` to a `role`. Optionally, may specify a `
826
826
  # condition` that determines how and when the `bindings` are applied. Each of
827
- # the `bindings` must contain at least one member.
827
+ # the `bindings` must contain at least one member. The `bindings` in a `Policy`
828
+ # can refer to up to 1,500 members; up to 250 of these members can be Google
829
+ # groups. Each occurrence of a member counts towards these limits. For example,
830
+ # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
831
+ # not to any other member, then you can add another 1,450 members to the `
832
+ # bindings` in the `Policy`.
828
833
  # Corresponds to the JSON property `bindings`
829
834
  # @return [Array<Google::Apis::CloudresourcemanagerV2::Binding>]
830
835
  attr_accessor :bindings
@@ -1145,8 +1150,8 @@ module Google
1145
1150
  end
1146
1151
  end
1147
1152
 
1148
- # A status object which is used as the `metadata` field for the Operation
1149
- # returned by UndeleteOrganization.
1153
+ # LINT.IfChange A status object which is used as the `metadata` field for the
1154
+ # Operation returned by UndeleteOrganization.
1150
1155
  class UndeleteOrganizationMetadata
1151
1156
  include Google::Apis::Core::Hashable
1152
1157
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV2
18
18
  # Version of the google-apis-cloudresourcemanager_v2 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.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 = "20210830"
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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.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-09-06 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
@@ -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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v2
63
63
  post_install_message:
64
64
  rdoc_options: []