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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudtasks_v2/gem_version.rb +2 -2
- data/lib/google/apis/cloudtasks_v2/service.rb +9 -6
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dfa458c55cac2ab7877b32f82dd17304af92546e6ad32e1ccf3a2d41e3b784e1
|
4
|
+
data.tar.gz: 424fdb5bd72a32efd4da38e81b8433e77371c33ad6b75be08244d153c87487bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2e2926bef78f402d3750e384b11c580abbcb38319fc9f118f32bd5149ee70aab83233d72507d09a3a23ca6dba7d50613f878703b22dd9702b12b37491c54399
|
7
|
+
data.tar.gz: 95e6e2ea6eaa4ce9b14a7f321d9f1420ba7d87e3049fdb84993ad5fb68c31ac1ba73a2a6d02baf02fb5d0fff0d9d770543a2f2acf2328899a62b4e0291d59cce
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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
|
239
|
-
#
|
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
|
495
|
-
#
|
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
|
533
|
-
#
|
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.
|
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-
|
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.
|
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.
|
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
|