google-apis-cloudtasks_v2 0.16.0 → 0.17.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: 5d99662d4f0890e2ca33a3faf197231eb9efac06c619b066a3d0a08514526d97
4
- data.tar.gz: afbf20a11383094bb6a7042ea91b18d42e145ada322f4ca25c234b3f47c97894
3
+ metadata.gz: dfa458c55cac2ab7877b32f82dd17304af92546e6ad32e1ccf3a2d41e3b784e1
4
+ data.tar.gz: 424fdb5bd72a32efd4da38e81b8433e77371c33ad6b75be08244d153c87487bb
5
5
  SHA512:
6
- metadata.gz: 415c189371b669c3e229822d293194a390a0a902e66749b4b4c3d1be368c6d86efe7f903e3ee37e03ad59cf428075a1d887c8b406ecc95d71fac39133c667550
7
- data.tar.gz: 690c010c41a9dbc5674efc45d0ddaa2bf4ebea4d0327770940eec0dac7d0a19381fd71fa708a43beedfac6204c266c200cf376e992a3996d6ecb9a592320b86e
6
+ metadata.gz: a2e2926bef78f402d3750e384b11c580abbcb38319fc9f118f32bd5149ee70aab83233d72507d09a3a23ca6dba7d50613f878703b22dd9702b12b37491c54399
7
+ data.tar.gz: 95e6e2ea6eaa4ce9b14a7f321d9f1420ba7d87e3049fdb84993ad5fb68c31ac1ba73a2a6d02baf02fb5d0fff0d9d770543a2f2acf2328899a62b4e0291d59cce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2
2
2
 
3
+ ### v0.17.0 (2022-05-28)
4
+
5
+ * Regenerated from discovery document revision 20220520
6
+
3
7
  ### v0.16.0 (2022-05-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20220428
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudtasksV2
18
18
  # Version of the google-apis-cloudtasks_v2 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220428"
25
+ REVISION = "20220520"
26
26
  end
27
27
  end
28
28
  end
@@ -235,8 +235,9 @@ module Google
235
235
  # following [Google IAM](https://cloud.google.com/iam) permission on the
236
236
  # specified resource parent: * `cloudtasks.queues.getIamPolicy`
237
237
  # @param [String] resource
238
- # REQUIRED: The resource for which the policy is being requested. See the
239
- # operation documentation for the appropriate value for this field.
238
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
239
+ # names](https://cloud.google.com/apis/design/resource_names) for the
240
+ # appropriate value for this field.
240
241
  # @param [Google::Apis::CloudtasksV2::GetIamPolicyRequest] get_iam_policy_request_object
241
242
  # @param [String] fields
242
243
  # Selector specifying which fields to include in a partial response.
@@ -491,8 +492,9 @@ module Google
491
492
  # requires the following [Google IAM](https://cloud.google.com/iam) permission
492
493
  # on the specified resource parent: * `cloudtasks.queues.setIamPolicy`
493
494
  # @param [String] resource
494
- # REQUIRED: The resource for which the policy is being specified. See the
495
- # operation documentation for the appropriate value for this field.
495
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
496
+ # names](https://cloud.google.com/apis/design/resource_names) for the
497
+ # appropriate value for this field.
496
498
  # @param [Google::Apis::CloudtasksV2::SetIamPolicyRequest] set_iam_policy_request_object
497
499
  # @param [String] fields
498
500
  # Selector specifying which fields to include in a partial response.
@@ -529,8 +531,9 @@ module Google
529
531
  # and command-line tools, not for authorization checking. This operation may "
530
532
  # fail open" without warning.
531
533
  # @param [String] resource
532
- # REQUIRED: The resource for which the policy detail is being requested. See the
533
- # operation documentation for the appropriate value for this field.
534
+ # REQUIRED: The resource for which the policy detail is being requested. See [
535
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
536
+ # appropriate value for this field.
534
537
  # @param [Google::Apis::CloudtasksV2::TestIamPermissionsRequest] test_iam_permissions_request_object
535
538
  # @param [String] fields
536
539
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudtasks_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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-05-09 00:00:00.000000000 Z
11
+ date: 2022-05-30 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-cloudtasks_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2
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.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Tasks API V2