google-apis-cloudresourcemanager_v1 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: 1b453abd89b23605e2e2dfaabec7b898b3cae01055cc6e90a314cd1659650470
4
- data.tar.gz: 4496049b86bb318f6fe1bccadd3d6eb692baff43c0b4b145c4fa9ded3c16ea75
3
+ metadata.gz: ccd6f2ecd6c429d20f6d00fa1f2b6bfbe1b5ad12d74eb65c89377344feea8a4b
4
+ data.tar.gz: b7797b415a3c684a74832734c8daf95fcd5a7dbdd43177d21aaddf1ef13dd9b3
5
5
  SHA512:
6
- metadata.gz: 5c23a8cf72982dd8ff55768a3e7f35c888b03a70a2529ba988a51b44217d9e30e8141e3a739f9cc7a90dc66fe64489630899f0b4eaf67997694c7df1cc2f755d
7
- data.tar.gz: 7e5d7c46a17125e31941425fefa28fd76fd1ba6c8c3c75d107dccd90c05c1f407de17cc8d545cfc62e808969c64f6752cf2f45d7c5e8d823a3d71dc9c0be623d
6
+ metadata.gz: 1170576e3a93b49f061685573fa4b85b20a316376b101193f6d33d4bf81cc8774d424dbdca17f6fcb3862923f24578e7fe9a527f9b0338f3c477837b218a5f92
7
+ data.tar.gz: 8fb925bd744af69bceeef3f962421f70e6af13de5490c1646677f6d7e102c1968db1b52d338be324a63765b11c23d6715c20ea1002c04835bf3c39cdcd1065e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1
2
2
 
3
+ ### v0.15.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210830
6
+
7
+ ### v0.14.0 (2021-08-03)
8
+
9
+ * Regenerated from discovery document revision 20210801
10
+
11
+ ### v0.13.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.12.0 (2021-06-24)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.11.0 (2021-06-17)
4
20
 
5
21
  * Regenerated from discovery document revision 20210613
@@ -1522,7 +1522,7 @@ module Google
1522
1522
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1523
1523
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1524
1524
  # description: Does not grant access after Sep 2020 expression: request.time <
1525
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1525
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1526
1526
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1527
1527
  # google.com/iam/docs/).
1528
1528
  class Policy
@@ -1760,8 +1760,9 @@ module Google
1760
1760
  # @return [String]
1761
1761
  attr_accessor :filter
1762
1762
 
1763
- # The maximum number of Organizations to return in the response. This field is
1764
- # optional.
1763
+ # The maximum number of Organizations to return in the response. The server can
1764
+ # return fewer organizations than requested. If unspecified, server picks an
1765
+ # appropriate default.
1765
1766
  # Corresponds to the JSON property `pageSize`
1766
1767
  # @return [Fixnum]
1767
1768
  attr_accessor :page_size
@@ -1841,7 +1842,7 @@ module Google
1841
1842
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1842
1843
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1843
1844
  # description: Does not grant access after Sep 2020 expression: request.time <
1844
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1845
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1845
1846
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1846
1847
  # google.com/iam/docs/).
1847
1848
  # Corresponds to the JSON property `policy`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV1
18
18
  # Version of the google-apis-cloudresourcemanager_v1 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 = "20210613"
25
+ REVISION = "20210830"
26
26
  end
27
27
  end
28
28
  end
@@ -361,6 +361,8 @@ module Google
361
361
  # parent` of `projects/1234` requires permission `resourcemanager.projects.get`.
362
362
  # @param [Fixnum] page_size
363
363
  # The maximum number of items to return. This is a suggestion for the server.
364
+ # The server can return fewer liens than requested. If unspecified, server picks
365
+ # an appropriate default.
364
366
  # @param [String] page_token
365
367
  # The `next_page_token` value returned from a previous List request, if any.
366
368
  # @param [String] parent
@@ -30,10 +30,10 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
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_v1
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-21 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 V1. 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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.15.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v1
57
63
  post_install_message:
58
64
  rdoc_options: []