google-apis-cloudresourcemanager_v3 0.11.0 → 0.15.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: 331443f829c6e8177a1fb3effb461d2e21077f8f76da6489a63e822f92717805
4
- data.tar.gz: 49943d2d97af157259eca662e9ca870283bc781adde9a54c915e5c163bb4aa0d
3
+ metadata.gz: e04baec26406860c678f505fbdb4161ee82fd1cc4178355e87757a17755776d9
4
+ data.tar.gz: ce56abffeb37b5bb2e05c4faa9e13fdff920bd4db2b808462d73391ddfc99901
5
5
  SHA512:
6
- metadata.gz: 903f5bb528f2e93c1bc95f82b44945d81cca155907d9f3fe5b6964d407ea7569401222784175be05558792cea341ec4b42dc06985a4cb73f81831dc853dae80a
7
- data.tar.gz: 7151567912e1b26ab5bc8ba2f3532ec38544e281607e20af5f9c55a717d087aab13e1487d456e36a5308c5a9539088a923cae9575bf6d9cda7961be019cc6cb1
6
+ metadata.gz: 9e74183a8a86730b59239f6d368a1d301cc95ce84d4e040d9222a6404afcbd97d5b23e31addfb15a5fd74efa38efe37d6363ba72937dc1ef1c7c9a44d274c05a
7
+ data.tar.gz: f8fb99aabfe7ea0a9a81fecf19ba597b4937848af6117c609033debb80e389790e7734246d5d790e0cb5c33452502a38226198032211e18654950b5866cf9898
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
7
+ ### v0.14.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210830
10
+
11
+ ### v0.13.0 (2021-08-03)
12
+
13
+ * Regenerated from discovery document revision 20210801
14
+
15
+ ### v0.12.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.11.0 (2021-06-24)
4
20
 
5
21
  * Unspecified changes
@@ -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
 
@@ -1138,7 +1138,7 @@ module Google
1138
1138
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1139
1139
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1140
1140
  # description: Does not grant access after Sep 2020 expression: request.time <
1141
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1141
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1142
1142
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1143
1143
  # google.com/iam/docs/).
1144
1144
  class Policy
@@ -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
@@ -1446,7 +1451,7 @@ module Google
1446
1451
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1447
1452
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1448
1453
  # description: Does not grant access after Sep 2020 expression: request.time <
1449
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1454
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1450
1455
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1451
1456
  # google.com/iam/docs/).
1452
1457
  # Corresponds to the JSON property `policy`
@@ -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.11.0"
19
+ GEM_VERSION = "0.15.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 = "20210601"
25
+ REVISION = "20211003"
26
26
  end
27
27
  end
28
28
  end
@@ -210,8 +210,9 @@ module Google
210
210
  # ascending) lexical ordering of their display_name. The caller must have `
211
211
  # resourcemanager.folders.list` permission on the identified parent.
212
212
  # @param [Fixnum] page_size
213
- # Optional. The maximum number of folders to return in the response. If
214
- # unspecified, server picks an appropriate default.
213
+ # Optional. The maximum number of folders to return in the response. The server
214
+ # can return fewer folders than requested. If unspecified, server picks an
215
+ # appropriate default.
215
216
  # @param [String] page_token
216
217
  # Optional. A pagination token returned from a previous call to `ListFolders`
217
218
  # that indicates where this listing should continue from.
@@ -350,8 +351,9 @@ module Google
350
351
  # specified filter criteria. This will only return folders on which the caller
351
352
  # has the permission `resourcemanager.folders.get`.
352
353
  # @param [Fixnum] page_size
353
- # Optional. The maximum number of folders to return in the response. If
354
- # unspecified, server picks an appropriate default.
354
+ # Optional. The maximum number of folders to return in the response. The server
355
+ # can return fewer folders than requested. If unspecified, server picks an
356
+ # appropriate default.
355
357
  # @param [String] page_token
356
358
  # Optional. A pagination token returned from a previous call to `SearchFolders`
357
359
  # that indicates from where search should continue.
@@ -618,6 +620,8 @@ module Google
618
620
  # parent` of `projects/1234` requires permission `resourcemanager.projects.get`.
619
621
  # @param [Fixnum] page_size
620
622
  # The maximum number of items to return. This is a suggestion for the server.
623
+ # The server can return fewer liens than requested. If unspecified, server picks
624
+ # an appropriate default.
621
625
  # @param [String] page_token
622
626
  # The `next_page_token` value returned from a previous List request, if any.
623
627
  # @param [String] parent
@@ -761,8 +765,9 @@ module Google
761
765
  # take a small amount of time to appear. Search will only return organizations
762
766
  # on which the user has the permission `resourcemanager.organizations.get`
763
767
  # @param [Fixnum] page_size
764
- # Optional. The maximum number of organizations to return in the response. If
765
- # unspecified, server picks an appropriate default.
768
+ # Optional. The maximum number of organizations to return in the response. The
769
+ # server can return fewer organizations than requested. If unspecified, server
770
+ # picks an appropriate default.
766
771
  # @param [String] page_token
767
772
  # Optional. A pagination token returned from a previous call to `
768
773
  # SearchOrganizations` that indicates from where listing should continue.
@@ -987,8 +992,9 @@ module Google
987
992
  execute_or_queue_command(command, &block)
988
993
  end
989
994
 
990
- # Returns the IAM access control policy for the specified project. Permission is
991
- # denied if the policy or the resource do not exist.
995
+ # Returns the IAM access control policy for the specified project, in the format
996
+ # `projects/`ProjectIdOrNumber`` e.g. projects/123. Permission is denied if the
997
+ # policy or the resource do not exist.
992
998
  # @param [String] resource
993
999
  # REQUIRED: The resource for which the policy is being requested. See the
994
1000
  # operation documentation for the appropriate value for this field.
@@ -1076,11 +1082,10 @@ module Google
1076
1082
  # resource parent. Returns an operation which can be used to track the process
1077
1083
  # of the project move workflow. Upon success, the `Operation.response` field
1078
1084
  # will be populated with the moved project. The caller must have `
1079
- # resourcemanager.projects.update` permission on the project and have `
1080
- # resourcemanager.projects.move` permission on the project's current and
1081
- # proposed new parent. If project has no current parent, or it currently does
1082
- # not have an associated organization resource, you will also need the `
1083
- # 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.
1084
1089
  # @param [String] name
1085
1090
  # Required. The name of the project to move.
1086
1091
  # @param [Google::Apis::CloudresourcemanagerV3::MoveProjectRequest] move_project_request_object
@@ -1218,33 +1223,34 @@ module Google
1218
1223
  execute_or_queue_command(command, &block)
1219
1224
  end
1220
1225
 
1221
- # Sets the IAM access control policy for the specified project. CAUTION: This
1222
- # method will replace the existing policy, and cannot be used to append
1223
- # additional IAM settings. Note: Removing service accounts from policies or
1224
- # changing their roles can render services completely inoperable. It is
1225
- # important to understand how the service account is being used before removing
1226
- # or updating its roles. The following constraints apply when using `
1227
- # setIamPolicy()`: + Project does not support `allUsers` and `
1228
- # allAuthenticatedUsers` as `members` in a `Binding` of a `Policy`. + The owner
1229
- # role can be granted to a `user`, `serviceAccount`, or a group that is part of
1230
- # an organization. For example, group@myownpersonaldomain.com could be added as
1231
- # an owner to a project in the myownpersonaldomain.com organization, but not the
1232
- # examplepetstore.com organization. + Service accounts can be made owners of a
1233
- # project directly without any restrictions. However, to be added as an owner, a
1234
- # user must be invited using the Cloud Platform console and must accept the
1235
- # invitation. + A user cannot be granted the owner role using `setIamPolicy()`.
1236
- # The user must be granted the owner role using the Cloud Platform Console and
1237
- # must explicitly accept the invitation. + Invitations to grant the owner role
1238
- # cannot be sent using `setIamPolicy()`; they must be sent only using the Cloud
1239
- # Platform Console. + Membership changes that leave the project without any
1240
- # owners that have accepted the Terms of Service (ToS) will be rejected. + If
1241
- # the project is not part of an organization, there must be at least one owner
1242
- # who has accepted the Terms of Service (ToS) agreement in the policy. Calling `
1243
- # setIamPolicy()` to remove the last ToS-accepted owner from the policy will
1244
- # fail. This restriction also applies to legacy projects that no longer have
1245
- # owners who have accepted the ToS. Edits to IAM policies will be rejected until
1246
- # the lack of a ToS-accepting owner is rectified. + Calling this method requires
1247
- # enabling the App Engine Admin API.
1226
+ # Sets the IAM access control policy for the specified project, in the format `
1227
+ # projects/`ProjectIdOrNumber`` e.g. projects/123. CAUTION: This method will
1228
+ # replace the existing policy, and cannot be used to append additional IAM
1229
+ # settings. Note: Removing service accounts from policies or changing their
1230
+ # roles can render services completely inoperable. It is important to understand
1231
+ # how the service account is being used before removing or updating its roles.
1232
+ # The following constraints apply when using `setIamPolicy()`: + Project does
1233
+ # not support `allUsers` and `allAuthenticatedUsers` as `members` in a `Binding`
1234
+ # of a `Policy`. + The owner role can be granted to a `user`, `serviceAccount`,
1235
+ # or a group that is part of an organization. For example, group@
1236
+ # myownpersonaldomain.com could be added as an owner to a project in the
1237
+ # myownpersonaldomain.com organization, but not the examplepetstore.com
1238
+ # organization. + Service accounts can be made owners of a project directly
1239
+ # without any restrictions. However, to be added as an owner, a user must be
1240
+ # invited using the Cloud Platform console and must accept the invitation. + A
1241
+ # user cannot be granted the owner role using `setIamPolicy()`. The user must be
1242
+ # granted the owner role using the Cloud Platform Console and must explicitly
1243
+ # accept the invitation. + Invitations to grant the owner role cannot be sent
1244
+ # using `setIamPolicy()`; they must be sent only using the Cloud Platform
1245
+ # Console. + Membership changes that leave the project without any owners that
1246
+ # have accepted the Terms of Service (ToS) will be rejected. + If the project is
1247
+ # not part of an organization, there must be at least one owner who has accepted
1248
+ # the Terms of Service (ToS) agreement in the policy. Calling `setIamPolicy()`
1249
+ # to remove the last ToS-accepted owner from the policy will fail. This
1250
+ # restriction also applies to legacy projects that no longer have owners who
1251
+ # have accepted the ToS. Edits to IAM policies will be rejected until the lack
1252
+ # of a ToS-accepting owner is rectified. + Calling this method requires enabling
1253
+ # the App Engine Admin API.
1248
1254
  # @param [String] resource
1249
1255
  # REQUIRED: The resource for which the policy is being specified. See the
1250
1256
  # operation documentation for the appropriate value for this field.
@@ -1278,7 +1284,8 @@ module Google
1278
1284
  execute_or_queue_command(command, &block)
1279
1285
  end
1280
1286
 
1281
- # Returns permissions that a caller has on the specified project.
1287
+ # Returns permissions that a caller has on the specified project, in the format `
1288
+ # projects/`ProjectIdOrNumber`` e.g. projects/123..
1282
1289
  # @param [String] resource
1283
1290
  # REQUIRED: The resource for which the policy detail is being requested. See the
1284
1291
  # operation documentation for the appropriate value for this field.
@@ -30,10 +30,10 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V3'
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_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.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-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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.11.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: []