google-apis-cloudresourcemanager_v3 0.19.0 → 0.22.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: b06053f1de9ac07b76ee6cd3a8012e1a40ccc79f56ea7b0211f46b57b0138288
4
- data.tar.gz: 0fd903979844e9803d1c29187ccb2db1d0e2e550aeaa39fb7923f883ebb78759
3
+ metadata.gz: 2fcbb2b1b11e002b191a396ed6de9e688feb2f883bb143300b1c66aa879be75e
4
+ data.tar.gz: 4a686637763f134e71bbeef30d4115d0c26e05be2de7fe56feb996c41d902ba6
5
5
  SHA512:
6
- metadata.gz: 8453e55f65ea056d0aa42ae9c6929fc4d9942e8ee9f956183a40825bee6a4b6dc4bd101aea174a247357df2315f6dc2bce8896356d3cefb1d35145b0efc3d8bf
7
- data.tar.gz: e6de6bb3635c86b41fece2c79477e330567a2275b22046de3f7c6aaf4e5f782a001abdc7c3197339588d0efba79aac29ca106b332dfd9ca8241d1f0c4c66dd52
6
+ metadata.gz: 631171a0fb368a421b3c3690769e94923fdae47f1fbdf1d22f7f36d97474bca02fb2211ec9f37e6bc81c248debcb4d844e7000d648af0e98fdba2de6b1cc2b72
7
+ data.tar.gz: 30d77f3ed029e15955125c70e01235b8bda8864e7ff93a6822e2d5a5c91ac50d6d355e24db896ecb1da786289e93f1134ac5042b3438e353706dc81943edcbb9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.22.0 (2022-03-10)
4
+
5
+ * Regenerated from discovery document revision 20220306
6
+
7
+ ### v0.21.0 (2022-02-24)
8
+
9
+ * Regenerated from discovery document revision 20220219
10
+
11
+ ### v0.20.0 (2022-01-13)
12
+
13
+ * Regenerated from discovery document revision 20220109
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.19.0 (2021-12-16)
4
17
 
5
18
  * Unspecified changes
@@ -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.19.0"
19
+ GEM_VERSION = "0.22.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 = "20220306"
26
26
  end
27
27
  end
28
28
  end
@@ -1175,7 +1175,7 @@ module Google
1175
1175
  # @param [String] query
1176
1176
  # Optional. A query string for searching for projects that the caller has `
1177
1177
  # resourcemanager.projects.get` permission to. If multiple fields are included
1178
- # in the query, the it will return results that match any of the fields. Some
1178
+ # in the query, then it will return results that match any of the fields. Some
1179
1179
  # eligible fields are: ``` | Field | Description | |-------------------------|---
1180
1180
  # -------------------------------------------| | displayName, name | Filters by
1181
1181
  # displayName. | | parent | Project's parent (for example: folders/123,
@@ -1242,15 +1242,15 @@ module Google
1242
1242
  # granted the owner role using the Cloud Platform Console and must explicitly
1243
1243
  # accept the invitation. + Invitations to grant the owner role cannot be sent
1244
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.
1245
+ # Console. + If the project is not part of an organization, there must be at
1246
+ # least one owner who has accepted the Terms of Service (ToS) agreement in the
1247
+ # policy. Calling `setIamPolicy()` to remove the last ToS-accepted owner from
1248
+ # the policy will fail. This restriction also applies to legacy projects that no
1249
+ # longer have owners who have accepted the ToS. Edits to IAM policies will be
1250
+ # rejected until the lack of a ToS-accepting owner is rectified. If the project
1251
+ # is part of an organization, you can remove all owners, potentially making the
1252
+ # organization inaccessible. + Calling this method requires enabling the App
1253
+ # Engine Admin API.
1254
1254
  # @param [String] resource
1255
1255
  # REQUIRED: The resource for which the policy is being specified. See the
1256
1256
  # operation documentation for the appropriate value for this field.
@@ -1430,10 +1430,12 @@ module Google
1430
1430
  # @param [Fixnum] page_size
1431
1431
  # Optional. The maximum number of TagBindings to return in the response. The
1432
1432
  # server allows a maximum of 300 TagBindings to return. If unspecified, the
1433
- # server will use 100 as the default.
1433
+ # server will use 100 as the default. Currently this api returns unpaginated
1434
+ # response and `page_size` is ignored.
1434
1435
  # @param [String] page_token
1435
1436
  # Optional. A pagination token returned from a previous call to `ListTagBindings`
1436
- # that indicates where this listing should continue from.
1437
+ # that indicates where this listing should continue from. Currently this api
1438
+ # returns unpaginated response and `page_token` is ignored.
1437
1439
  # @param [String] parent
1438
1440
  # Required. The full resource name of a resource for which you want to list
1439
1441
  # existing TagBindings. E.g. "//cloudresourcemanager.googleapis.com/projects/123"
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.19.0
4
+ version: 0.22.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-03-14 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3
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.3.4
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 V3