google-apis-cloudtasks_v2beta2 0.26.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: b8034a195af832f6cd0cc7b8c3ec42e38c288c199b1795ac7415031c115ab298
4
- data.tar.gz: 28c43b0bfdc01c9f65f0b6081af07d290db35b3cd6e02ec2d30b8f6c7691f14c
3
+ metadata.gz: 16c11069f091bcd532e0b1b6b3028a48bf2c64a2ad1fcfc4a133bb4a5b33f56a
4
+ data.tar.gz: a2111fb554262198b06a6861d91db29ce4b7d70ab7ac69da3837c3907d41ba07
5
5
  SHA512:
6
- metadata.gz: 41d753bc295ca4b4feddc56a7d0839ebdae97da130cf22cc1951a39dfe8c28b1f8e3f700bae169d5e8a06e5ea69503aba9560deddde16e0f768c82f182716515
7
- data.tar.gz: 67ce42950452dbde678ff4779358aceb7d837e32d44590d9f7c1fe4a7454c0a9abbee82ea84055a646ad32fba5749c23effd1071432c32d29ff0dca13983de87
6
+ metadata.gz: c3ebc3297ad7b11ca1a49d1a5acfca75e8a647b85e87fa2d9d3935ad1de2fc6c56c3fae92b2adc8c688f9a38d6439a8b3f656ef0b6b38aa790ef9299521a8785
7
+ data.tar.gz: 7df5468a709666f5968b7a3d2b6aae4477139d031268dc2c657963581c047ae1b1abbeba955b1632514c92ccec92870f86564d257bb57585d00d35073633f8c1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.27.0 (2022-09-22)
8
+
9
+ * Regenerated using generator version 0.10.0
10
+
3
11
  ### v0.26.0 (2022-09-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20220914
@@ -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.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
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.26.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-19 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.7.2
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.7.2
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.26.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: []