google-apis-cloudresourcemanager_v2beta1 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: 2bfe045a2fe970484d5a62b6ef40f68cad2e502b2b7c7126b6bc475a20602867
4
- data.tar.gz: c87002080b3973364c1d9d185cf3da2242869d577ffe4b569e5ba053e30cd131
3
+ metadata.gz: 917b764cfff8441cc58d1c672465e1fc79d94ad581d613ed26c1357b32097794
4
+ data.tar.gz: 17090f7de59e2b7d55b78af208333b19cff30a4dd19e92d91ef88f36f3028043
5
5
  SHA512:
6
- metadata.gz: bf0bb74bf3b4b287d7feb775bd14b04c06f929e4942690109fb1f1145d73055ceabcca7ceb74626c25e18ba81b6b6fc539fa2229f07bfe3683e365281386e863
7
- data.tar.gz: 70a8b714fbb3e626156ebb49b2a2a080d2e01250897386572cf27c19e304bf4868dfbd0bd777e6e4bec83100005d4523c937fa44592e6b9e52bf2fa67d18e3cf
6
+ metadata.gz: c073c0c10ae3b63c4643cf2766d03aff213788b5c7d026084e6b2e7910141521b438aba8cf501ae9ef2688d592eb053791a0e29e89df1586d3b5f3720eeea3f1
7
+ data.tar.gz: cfec3d1770bfad4e98d5762689ba5b5a634f99b66ca18c6698acfa6579ddbc0e2fd602092c051ca2d82bb4ee8fe4fec49ac7d404914c1c80ccd05483b7d52be9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v2beta1
2
2
 
3
+ ### v0.14.0 (2021-10-05)
4
+
5
+ * Regenerated from discovery document revision 20211003
6
+
7
+ ### v0.13.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210830
10
+
11
+ ### v0.12.0 (2021-08-03)
12
+
13
+ * Regenerated from discovery document revision 20210801
14
+
15
+ ### v0.11.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.10.0 (2021-06-24)
4
20
 
5
21
  * Regenerated using generator version 0.3.0
@@ -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
 
@@ -811,7 +811,7 @@ module Google
811
811
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
812
812
  # roles/resourcemanager.organizationViewer condition: title: expirable access
813
813
  # description: Does not grant access after Sep 2020 expression: request.time <
814
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
814
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
815
815
  # description of IAM and its features, see the [IAM documentation](https://cloud.
816
816
  # google.com/iam/docs/).
817
817
  class Policy
@@ -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::CloudresourcemanagerV2beta1::Binding>]
830
835
  attr_accessor :bindings
@@ -917,7 +922,9 @@ module Google
917
922
  class SearchFoldersRequest
918
923
  include Google::Apis::Core::Hashable
919
924
 
920
- # Optional. The maximum number of folders to return in the response.
925
+ # Optional. The maximum number of folders to return in the response. The server
926
+ # can return fewer folders than requested. If unspecified, server picks an
927
+ # appropriate default.
921
928
  # Corresponds to the JSON property `pageSize`
922
929
  # @return [Fixnum]
923
930
  attr_accessor :page_size
@@ -1012,7 +1019,7 @@ module Google
1012
1019
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1013
1020
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1014
1021
  # description: Does not grant access after Sep 2020 expression: request.time <
1015
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1022
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1016
1023
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1017
1024
  # google.com/iam/docs/).
1018
1025
  # Corresponds to the JSON property `policy`
@@ -1143,8 +1150,8 @@ module Google
1143
1150
  end
1144
1151
  end
1145
1152
 
1146
- # A status object which is used as the `metadata` field for the Operation
1147
- # returned by UndeleteOrganization.
1153
+ # LINT.IfChange A status object which is used as the `metadata` field for the
1154
+ # Operation returned by UndeleteOrganization.
1148
1155
  class UndeleteOrganizationMetadata
1149
1156
  include Google::Apis::Core::Hashable
1150
1157
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV2beta1
18
18
  # Version of the google-apis-cloudresourcemanager_v2beta1 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 = "20210331"
25
+ REVISION = "20211003"
26
26
  end
27
27
  end
28
28
  end
@@ -212,7 +212,9 @@ module Google
212
212
  # ascending) lexical ordering of their display_name. The caller must have `
213
213
  # resourcemanager.folders.list` permission on the identified parent.
214
214
  # @param [Fixnum] page_size
215
- # Optional. The maximum number of Folders to return in the response.
215
+ # Optional. The maximum number of Folders to return in the response. The server
216
+ # can return fewer folders than requested. If unspecified, server picks an
217
+ # appropriate default.
216
218
  # @param [String] page_token
217
219
  # Optional. A pagination token returned from a previous call to `ListFolders`
218
220
  # that indicates where this listing should continue from.
@@ -30,10 +30,10 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V2beta1'
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_v2beta1
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-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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2beta1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2beta1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []