google-apis-cloudtasks_v2beta3 0.45.0 → 0.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58a0452863218a5791757c79cf11a3750b44524db02607702a393a738927445c
4
- data.tar.gz: 8608cfeff883eb8c2806dfaaa6fd07217a83e208a23102f60a5fd3692ee67a55
3
+ metadata.gz: f087f87c1cfa296461b8de6a4bbb9671c9f2f195151cdbde9780277e280817e8
4
+ data.tar.gz: 77ae7eb9845119fc158942c7a3e097c9ce49964f7a80a63e3513e8268be518e4
5
5
  SHA512:
6
- metadata.gz: 7306b8e4980ed0df661ef9d23d570543501759df494d2127462a57e60fa8b97d1dbfe974c36132e8bcf9c313199c83b2babad15798c794d2823316f493441f93
7
- data.tar.gz: f3966c53f49e8a7a00f6df05cf2681ece21f4258971074f2a8035b867d967989814742d181bc9e9c8fa33b42d5fe6d0347f920461a8f1d02193af847dac1fd11
6
+ metadata.gz: 33ee659c16dbec0d8fe1d92b8adb6baaf3f8133c9b307fc49043b007a8c67b8a30890a66616f9f1ae2a7cef9a71771d013a6eb175a63c719442024ec9e6f8a36
7
+ data.tar.gz: 983db37a457d871a08339b2d8215caef3a92b0b43d7f4ab7dc8af70239146e7849dce328e927da6026b5d6083c93d8f3567affc3e7dfc3c80f7e4d6123e5faba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta3
2
2
 
3
+ ### v0.46.0 (2025-09-28)
4
+
5
+ * Regenerated from discovery document revision 20250914
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.45.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -1973,9 +1973,10 @@ module Google
1973
1973
  attr_accessor :path_override
1974
1974
 
1975
1975
  # Port override. When specified, replaces the port part of the task URI. For
1976
- # instance, for a URI http://www.google.com/foo and port=123, the overridden URI
1977
- # becomes http://www.google.com:123/foo. Note that the port value must be a
1978
- # positive integer. Setting the port to 0 (Zero) clears the URI port.
1976
+ # instance, for a URI "https://www.example.com/example" and port=123, the
1977
+ # overridden URI becomes "https://www.example.com:123/example". Note that the
1978
+ # port value must be a positive integer. Setting the port to 0 (Zero) clears the
1979
+ # URI port.
1979
1980
  # Corresponds to the JSON property `port`
1980
1981
  # @return [Fixnum]
1981
1982
  attr_accessor :port
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudtasksV2beta3
18
18
  # Version of the google-apis-cloudtasks_v2beta3 gem
19
- GEM_VERSION = "0.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250411"
25
+ REVISION = "20250914"
26
26
  end
27
27
  end
28
28
  end
@@ -117,8 +117,8 @@ module Google
117
117
  # @param [String] name
118
118
  # The resource that owns the locations collection, if applicable.
119
119
  # @param [Array<String>, String] extra_location_types
120
- # Optional. A list of extra location types that should be used as conditions for
121
- # controlling the visibility of the locations.
120
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
121
+ # field which is primarily intended for internal usage.
122
122
  # @param [String] filter
123
123
  # A filter to narrow down results to a preferred subset. The filtering language
124
124
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -772,7 +772,9 @@ module Google
772
772
  execute_or_queue_command(command, &block)
773
773
  end
774
774
 
775
- # Gets a task.
775
+ # Gets a task. After a task is successfully executed or has exhausted its retry
776
+ # attempts, the task is deleted. A `GetTask` request for a deleted task returns
777
+ # a `NOT_FOUND` error.
776
778
  # @param [String] name
777
779
  # Required. The task name. For example: `projects/PROJECT_ID/locations/
778
780
  # LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudtasks_v2beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.45.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.46.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta3
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Tasks API V2beta3
79
79
  test_files: []