google-apis-cloudresourcemanager_v3 0.14.0 → 0.15.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: 8fae18b1b31735ac6ee1541443e2f4ecaad810793ddc653149c5451500806f3b
4
- data.tar.gz: 390f69dcc358ae596c5eb1a8400a5780352bef217f3b7ae6e5036f7dc0498e85
3
+ metadata.gz: e04baec26406860c678f505fbdb4161ee82fd1cc4178355e87757a17755776d9
4
+ data.tar.gz: ce56abffeb37b5bb2e05c4faa9e13fdff920bd4db2b808462d73391ddfc99901
5
5
  SHA512:
6
- metadata.gz: 0470fb59d98b1441b6249d4a159c26c6ba12c8718cb1228d605393e5f23d17f39ebce04b641ffd02ea33fd82bb1cd11476ed14dfbbaef7aac7ca79136d60fa01
7
- data.tar.gz: 74822c53060e2d1dd73635b2d535effcd27d6eff70ad039e2cc9e63ac6fbe5ab18765297f82f386fc8367350ff785f50ffde5646feea4438685506737eca9dc5
6
+ metadata.gz: 9e74183a8a86730b59239f6d368a1d301cc95ce84d4e040d9222a6404afcbd97d5b23e31addfb15a5fd74efa38efe37d6363ba72937dc1ef1c7c9a44d274c05a
7
+ data.tar.gz: f8fb99aabfe7ea0a9a81fecf19ba597b4937848af6117c609033debb80e389790e7734246d5d790e0cb5c33452502a38226198032211e18654950b5866cf9898
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.15.0 (2021-10-05)
4
+
5
+ * Regenerated from discovery document revision 20211003
6
+
3
7
  ### v0.14.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
 
@@ -1151,7 +1151,12 @@ module Google
1151
1151
 
1152
1152
  # Associates a list of `members` to a `role`. Optionally, may specify a `
1153
1153
  # condition` that determines how and when the `bindings` are applied. Each of
1154
- # the `bindings` must contain at least one member.
1154
+ # the `bindings` must contain at least one member. The `bindings` in a `Policy`
1155
+ # can refer to up to 1,500 members; up to 250 of these members can be Google
1156
+ # groups. Each occurrence of a member counts towards these limits. For example,
1157
+ # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
1158
+ # not to any other member, then you can add another 1,450 members to the `
1159
+ # bindings` in the `Policy`.
1155
1160
  # Corresponds to the JSON property `bindings`
1156
1161
  # @return [Array<Google::Apis::CloudresourcemanagerV3::Binding>]
1157
1162
  attr_accessor :bindings
@@ -1752,8 +1757,8 @@ module Google
1752
1757
  end
1753
1758
  end
1754
1759
 
1755
- # A status object which is used as the `metadata` field for the Operation
1756
- # returned by UndeleteOrganization.
1760
+ # LINT.IfChange A status object which is used as the `metadata` field for the
1761
+ # Operation returned by UndeleteOrganization.
1757
1762
  class UndeleteOrganizationMetadata
1758
1763
  include Google::Apis::Core::Hashable
1759
1764
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV3
18
18
  # Version of the google-apis-cloudresourcemanager_v3 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.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
@@ -1082,11 +1082,10 @@ module Google
1082
1082
  # resource parent. Returns an operation which can be used to track the process
1083
1083
  # of the project move workflow. Upon success, the `Operation.response` field
1084
1084
  # will be populated with the moved project. The caller must have `
1085
- # resourcemanager.projects.update` permission on the project and have `
1086
- # resourcemanager.projects.move` permission on the project's current and
1087
- # proposed new parent. If project has no current parent, or it currently does
1088
- # not have an associated organization resource, you will also need the `
1089
- # resourcemanager.projects.setIamPolicy` permission in the project.
1085
+ # resourcemanager.projects.move` permission on the project, on the project's
1086
+ # current and proposed new parent. If project has no current parent, or it
1087
+ # currently does not have an associated organization resource, you will also
1088
+ # need the `resourcemanager.projects.setIamPolicy` permission in the project.
1090
1089
  # @param [String] name
1091
1090
  # Required. The name of the project to move.
1092
1091
  # @param [Google::Apis::CloudresourcemanagerV3::MoveProjectRequest] move_project_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3
63
63
  post_install_message:
64
64
  rdoc_options: []