google-apis-cloudresourcemanager_v1beta1 0.12.0 → 0.13.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: 3a18ed70fe2cd351782c3d32e1f29e07fb3967fba125e8f9f396ada1aafceb75
4
- data.tar.gz: 2ef0fe9f1720bb688f856fbaad139db4c42a0c7f54d253075468d34459c1db59
3
+ metadata.gz: 6c2b102ca52a68badd7059f29029907eb9e1f46821fae4f93530bd4b22c09717
4
+ data.tar.gz: 44f17246042a65af2ae244b55443d17a3d5fbd8160630588f503fd28a9b622e2
5
5
  SHA512:
6
- metadata.gz: 2287039e3133b51341ee52e72a92b58c18dabd1b4423f380595f81f84b54691624ba0f58864187dadcf80aa5d3990f9ad80631d658184364dd6d160aeaa01a65
7
- data.tar.gz: b8e526148d43362f3691cdc78954e4429c27494ccd6d514c478d3b3601d0cd64ee92292a0cd645e483bd1dbfc2561a62a8a57ee0df2a2a02cb17749bde2059c3
6
+ metadata.gz: 56766cb937d2756110f6dda4b842f199610a5a71061004a07d5271d0af4645de8a7255805d13d8b246824c1a9729429111ad1af92efd9508992984ef3f1b16ec
7
+ data.tar.gz: 7c1b126823d0a75944d992fe66ee1d8eaf38097c534c77022b685f5253ce79feabbd9bac1a815e56a51095b0b49a3b953d6fd79283db9bd6c4a046e6c8107eab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.12.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210815
@@ -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
 
@@ -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
@@ -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.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 = "20210815"
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_v1beta1
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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.12.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: []