google-apis-cloudtasks_v2beta2 0.27.0 → 0.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16c11069f091bcd532e0b1b6b3028a48bf2c64a2ad1fcfc4a133bb4a5b33f56a
|
4
|
+
data.tar.gz: a2111fb554262198b06a6861d91db29ce4b7d70ab7ac69da3837c3907d41ba07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3ebc3297ad7b11ca1a49d1a5acfca75e8a647b85e87fa2d9d3935ad1de2fc6c56c3fae92b2adc8c688f9a38d6439a8b3f656ef0b6b38aa790ef9299521a8785
|
7
|
+
data.tar.gz: 7df5468a709666f5968b7a3d2b6aae4477139d031268dc2c657963581c047ae1b1abbeba955b1632514c92ccec92870f86564d257bb57585d00d35073633f8c1
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudtasksV2beta2
|
18
18
|
# Version of the google-apis-cloudtasks_v2beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220923"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -49,6 +49,44 @@ module Google
|
|
49
49
|
@batch_path = 'batch'
|
50
50
|
end
|
51
51
|
|
52
|
+
# Update queue list by uploading a queue.yaml file. The queue.yaml file is
|
53
|
+
# supplied in the request body as a YAML encoded string. This method was added
|
54
|
+
# to support gcloud clients versions before 322.0.0. New clients should use
|
55
|
+
# CreateQueue instead of this method.
|
56
|
+
# @param [Google::Apis::CloudtasksV2beta2::HttpBody] http_body_object
|
57
|
+
# @param [String] app_id
|
58
|
+
# Required. The App ID is supplied as an HTTP parameter. Unlike internal usage
|
59
|
+
# of App ID, it does not include a region prefix. Rather, the App ID represents
|
60
|
+
# the Project ID against which to make the request.
|
61
|
+
# @param [String] fields
|
62
|
+
# Selector specifying which fields to include in a partial response.
|
63
|
+
# @param [String] quota_user
|
64
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
65
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
66
|
+
# @param [Google::Apis::RequestOptions] options
|
67
|
+
# Request-specific options
|
68
|
+
#
|
69
|
+
# @yield [result, err] Result & error if block supplied
|
70
|
+
# @yieldparam result [Google::Apis::CloudtasksV2beta2::Empty] parsed result object
|
71
|
+
# @yieldparam err [StandardError] error object if request failed
|
72
|
+
#
|
73
|
+
# @return [Google::Apis::CloudtasksV2beta2::Empty]
|
74
|
+
#
|
75
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
76
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
77
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
78
|
+
def update_api_queue(http_body_object = nil, app_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
79
|
+
command = make_simple_command(:post, 'api/queue/update', options)
|
80
|
+
command.request_representation = Google::Apis::CloudtasksV2beta2::HttpBody::Representation
|
81
|
+
command.request_object = http_body_object
|
82
|
+
command.response_representation = Google::Apis::CloudtasksV2beta2::Empty::Representation
|
83
|
+
command.response_class = Google::Apis::CloudtasksV2beta2::Empty
|
84
|
+
command.query['appId'] = app_id unless app_id.nil?
|
85
|
+
command.query['fields'] = fields unless fields.nil?
|
86
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
87
|
+
execute_or_queue_command(command, &block)
|
88
|
+
end
|
89
|
+
|
52
90
|
# Gets information about a location.
|
53
91
|
# @param [String] name
|
54
92
|
# Resource name for the location.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudtasks_v2beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.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-
|
11
|
+
date: 2022-10-17 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_v2beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.28.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|