google-apis-cloudresourcemanager_v3 0.10.0 → 0.14.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: 0fabe62b3161b86f545fad3695e40d20d0612c5bc9964daf73ac5a391ee2b50a
4
- data.tar.gz: 8e04ca979aeb5e4be06ce61baad700f4c3977865496f09cb3817f05e6bd45976
3
+ metadata.gz: 8fae18b1b31735ac6ee1541443e2f4ecaad810793ddc653149c5451500806f3b
4
+ data.tar.gz: 390f69dcc358ae596c5eb1a8400a5780352bef217f3b7ae6e5036f7dc0498e85
5
5
  SHA512:
6
- metadata.gz: 74e9f2b47233dd7cbbfdc0d80e21101e7232d47cb5368627e68f0a6ee5e2e6419c0986e17c148455f035bcc2d2d3845de96307f501f7322cd688656d2ae62edb
7
- data.tar.gz: 8f0f7683a86cd34400812ff924d568266fc42c8a3cdd305a2e24e5542a01d62908c71a66b4e129bf4c1bb9d1f64f9dd10a6a751aeab42d40f031cb9b13c6c2f8
6
+ metadata.gz: 0470fb59d98b1441b6249d4a159c26c6ba12c8718cb1228d605393e5f23d17f39ebce04b641ffd02ea33fd82bb1cd11476ed14dfbbaef7aac7ca79136d60fa01
7
+ data.tar.gz: 74822c53060e2d1dd73635b2d535effcd27d6eff70ad039e2cc9e63ac6fbe5ab18765297f82f386fc8367350ff785f50ffde5646feea4438685506737eca9dc5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.14.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210830
6
+
7
+ ### v0.13.0 (2021-08-03)
8
+
9
+ * Regenerated from discovery document revision 20210801
10
+
11
+ ### v0.12.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.11.0 (2021-06-24)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.10.0 (2021-06-03)
4
20
 
5
21
  * Regenerated from discovery document revision 20210601
@@ -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
@@ -1446,7 +1446,7 @@ module Google
1446
1446
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1447
1447
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1448
1448
  # 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
1449
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1450
1450
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1451
1451
  # google.com/iam/docs/).
1452
1452
  # Corresponds to the JSON property `policy`
@@ -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.10.0"
19
+ GEM_VERSION = "0.14.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 = "20210830"
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.
@@ -1218,33 +1224,34 @@ module Google
1218
1224
  execute_or_queue_command(command, &block)
1219
1225
  end
1220
1226
 
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.
1227
+ # Sets the IAM access control policy for the specified project, in the format `
1228
+ # projects/`ProjectIdOrNumber`` e.g. projects/123. CAUTION: This method will
1229
+ # replace the existing policy, and cannot be used to append additional IAM
1230
+ # settings. Note: Removing service accounts from policies or changing their
1231
+ # roles can render services completely inoperable. It is important to understand
1232
+ # how the service account is being used before removing or updating its roles.
1233
+ # The following constraints apply when using `setIamPolicy()`: + Project does
1234
+ # not support `allUsers` and `allAuthenticatedUsers` as `members` in a `Binding`
1235
+ # of a `Policy`. + The owner role can be granted to a `user`, `serviceAccount`,
1236
+ # or a group that is part of an organization. For example, group@
1237
+ # myownpersonaldomain.com could be added as an owner to a project in the
1238
+ # myownpersonaldomain.com organization, but not the examplepetstore.com
1239
+ # organization. + Service accounts can be made owners of a project directly
1240
+ # without any restrictions. However, to be added as an owner, a user must be
1241
+ # invited using the Cloud Platform console and must accept the invitation. + A
1242
+ # user cannot be granted the owner role using `setIamPolicy()`. The user must be
1243
+ # granted the owner role using the Cloud Platform Console and must explicitly
1244
+ # accept the invitation. + Invitations to grant the owner role cannot be sent
1245
+ # using `setIamPolicy()`; they must be sent only using the Cloud Platform
1246
+ # Console. + Membership changes that leave the project without any owners that
1247
+ # have accepted the Terms of Service (ToS) will be rejected. + If the project is
1248
+ # not part of an organization, there must be at least one owner who has accepted
1249
+ # the Terms of Service (ToS) agreement in the policy. Calling `setIamPolicy()`
1250
+ # to remove the last ToS-accepted owner from the policy will fail. This
1251
+ # restriction also applies to legacy projects that no longer have owners who
1252
+ # have accepted the ToS. Edits to IAM policies will be rejected until the lack
1253
+ # of a ToS-accepting owner is rectified. + Calling this method requires enabling
1254
+ # the App Engine Admin API.
1248
1255
  # @param [String] resource
1249
1256
  # REQUIRED: The resource for which the policy is being specified. See the
1250
1257
  # operation documentation for the appropriate value for this field.
@@ -1278,7 +1285,8 @@ module Google
1278
1285
  execute_or_queue_command(command, &block)
1279
1286
  end
1280
1287
 
1281
- # Returns permissions that a caller has on the specified project.
1288
+ # Returns permissions that a caller has on the specified project, in the format `
1289
+ # projects/`ProjectIdOrNumber`` e.g. projects/123..
1282
1290
  # @param [String] resource
1283
1291
  # REQUIRED: The resource for which the policy detail is being requested. See the
1284
1292
  # 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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.14.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-07 00:00:00.000000000 Z
11
+ date: 2021-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Resource Manager API V3. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.14.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3
57
63
  post_install_message:
58
64
  rdoc_options: []