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: 6b4e61ccff37323f1525be2b40af9c937a5cd81225242f411eb2942cdac08fe6
4
- data.tar.gz: 0f31cc18dbf0dd261ea7ea5902ef805730e48af072ce35141b62c0d25363651a
3
+ metadata.gz: 16c11069f091bcd532e0b1b6b3028a48bf2c64a2ad1fcfc4a133bb4a5b33f56a
4
+ data.tar.gz: a2111fb554262198b06a6861d91db29ce4b7d70ab7ac69da3837c3907d41ba07
5
5
  SHA512:
6
- metadata.gz: 20973ceb792faca97d33d7cd6b98cebcd1ef7fe64e35b539726e00ce3252943d1a3357e26ca27d07d2f441766b52f94c7b491058ff5585352ed76c54d989ec7e
7
- data.tar.gz: c66946a25342c3183784571d305f750caf4044926a78a939e05e9072fbb197c289842283dbb121ff99e172dc4cbf97e0a57b37d0fde75c91cd3ffac657ae98ca
6
+ metadata.gz: c3ebc3297ad7b11ca1a49d1a5acfca75e8a647b85e87fa2d9d3935ad1de2fc6c56c3fae92b2adc8c688f9a38d6439a8b3f656ef0b6b38aa790ef9299521a8785
7
+ data.tar.gz: 7df5468a709666f5968b7a3d2b6aae4477139d031268dc2c657963581c047ae1b1abbeba955b1632514c92ccec92870f86564d257bb57585d00d35073633f8c1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta2
2
2
 
3
+ ### v0.28.0 (2022-10-10)
4
+
5
+ * Regenerated from discovery document revision 20220923
6
+
3
7
  ### v0.27.0 (2022-09-22)
4
8
 
5
9
  * Regenerated using generator version 0.10.0
@@ -402,7 +402,7 @@ module Google
402
402
  end
403
403
  end
404
404
 
405
- # Request message for BufferTask.
405
+ # LINT.IfChange Request message for BufferTask.
406
406
  class BufferTaskRequest
407
407
  include Google::Apis::Core::Hashable
408
408
 
@@ -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.27.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 = "20220914"
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.27.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-09-26 00:00:00.000000000 Z
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.27.0
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: []