google-apis-cloudresourcemanager_v1 0.18.0 → 0.21.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: 33c3cb00e698cea301b637e533ff70b4266f2f063f7e8869e170853e53833464
4
- data.tar.gz: d41f3d1b28efb9385e982845e099067a1aafbee142e04ee5a61015644a6a0bae
3
+ metadata.gz: efff53213a6c37c55697c3252eb0d572b1ad890f72114435fac763890f2acada
4
+ data.tar.gz: 824a88f47f281d96b5645348496ab194a732582aed4484ce11a4e31bf5720287
5
5
  SHA512:
6
- metadata.gz: 07f76fd99b5ae85e4caa6bba005d854a23916392b22d76816463a49b55d4ae60449b915b1bae9225339168575cdce45e11451036f2573b7fb9c14d0cd609371a
7
- data.tar.gz: b0b4cd8c1e10fcee327105f0165f8c06bf782ad53d564198ff975bf311f44208b429fcbb3922e01d5cb2140babedb99d7e5e21a7e7368ae6715015a726b1b788
6
+ metadata.gz: cff35f227bcaff0c3d65563aea6097804d8a4a80580b3ff492fd9016ed2e15bcb80e41f5fdae3e1d14b28de6c569411e0ae795d3d8599b426958c6a930914219
7
+ data.tar.gz: 96352bf8360a0a7eb1e6d8ab6ad6d53628ceb89a2620002a27af633b5b24942ac71a2b7219be78232fa57f7d287fdca443f113411b6a8b92743e611987ef91cb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1
2
2
 
3
+ ### v0.21.0 (2022-03-24)
4
+
5
+ * Regenerated from discovery document revision 20220320
6
+
7
+ ### v0.20.0 (2022-01-13)
8
+
9
+ * Regenerated from discovery document revision 20220109
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.19.0 (2021-12-16)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.18.0 (2021-11-09)
4
17
 
5
18
  * Regenerated from discovery document revision 20211107
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/cloudresourcemanager_v1"
51
51
  client = Google::Apis::CloudresourcemanagerV1::CloudResourceManagerService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -605,8 +605,7 @@ module Google
605
605
  # A generic empty message that you can re-use to avoid defining duplicated empty
606
606
  # messages in your APIs. A typical example is to use it as the request or the
607
607
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
608
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
609
- # `Empty` is empty JSON object ````.
608
+ # protobuf.Empty) returns (google.protobuf.Empty); `
610
609
  class Empty
611
610
  include Google::Apis::Core::Hashable
612
611
 
@@ -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.18.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211107"
25
+ REVISION = "20220320"
26
26
  end
27
27
  end
28
28
  end
@@ -1262,15 +1262,15 @@ module Google
1262
1262
  # to a member by using the GCP Console. Inviting a member will deliver an
1263
1263
  # invitation email that they must accept. An invitation email is not generated
1264
1264
  # if you are granting a role other than owner, or if both the member you are
1265
- # inviting and the project are part of your organization. + Membership changes
1266
- # that leave the project without any owners that have accepted the Terms of
1267
- # Service (ToS) will be rejected. + If the project is not part of an
1268
- # organization, there must be at least one owner who has accepted the Terms of
1269
- # Service (ToS) agreement in the policy. Calling `setIamPolicy()` to remove the
1270
- # last ToS-accepted owner from the policy will fail. This restriction also
1271
- # applies to legacy projects that no longer have owners who have accepted the
1272
- # ToS. Edits to IAM policies will be rejected until the lack of a ToS-accepting
1273
- # owner is rectified. Authorization requires the Google IAM permission `
1265
+ # inviting and the project are part of your organization. + If the project is
1266
+ # not part of an organization, there must be at least one owner who has accepted
1267
+ # the Terms of Service (ToS) agreement in the policy. Calling `setIamPolicy()`
1268
+ # to remove the last ToS-accepted owner from the policy will fail. This
1269
+ # restriction also applies to legacy projects that no longer have owners who
1270
+ # have accepted the ToS. Edits to IAM policies will be rejected until the lack
1271
+ # of a ToS-accepting owner is rectified. If the project is part of an
1272
+ # organization, you can remove all owners, potentially making the organization
1273
+ # inaccessible. Authorization requires the Google IAM permission `
1274
1274
  # resourcemanager.projects.setIamPolicy` on the project
1275
1275
  # @param [String] resource
1276
1276
  # REQUIRED: The resource for which the policy is being specified. See the
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.21.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-11-15 00:00:00.000000000 Z
11
+ date: 2022-03-28 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/main/generated/google-apis-cloudresourcemanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Resource Manager API V1