google-cloud-tasks-v2beta3 0.14.0 → 0.15.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: c2925024bb984638b4b28272fa9fc91f238fd19f483497d2ebfb6d33876c0535
4
- data.tar.gz: b6461353ae0e011c7a20e376196487934be663e5ddf3bf66a43334e580c5a18e
3
+ metadata.gz: 54d58e4706ad94ccfbe9a8cdbfb761c1801dbcb1ff08c5cb40db62f6f4971c4e
4
+ data.tar.gz: 0db2f1d2225698688d55171e86b234302665a9e0130690458e11334e8930ce70
5
5
  SHA512:
6
- metadata.gz: 5cee037649f8489bec184b6f5d75ecead55bbee7b43c807f9e03acee77b690a962b93cf67370f2e33b7af9bf10c5fbf0d7a31696e97483b4f7a103f9970b34a6
7
- data.tar.gz: 8ecf1acbc0cf27dbeb242a13fe4fa31092752f0983e476670faf88605e1a3f608b10c5689ed44e07de6cd1009216d932567583cf0605a46c0ffb522282fb3a0a
6
+ metadata.gz: b5611330464ee350d8c2c63cf8ffe1cfec78f4bc7701f1fb8b5f5df940d3df33410a025fb6ad022cc26a156d632dc7a3e0b79ef1595019f6e18dd762cd0d713b
7
+ data.tar.gz: 34c53d2a00b8af94b11c813bd4f80f8c5aa24e46e66f5fccc807fa42f020105cce13765a992c827604b12b07784a8a085e0e26ac19552556e3b40d36bf425365
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -2010,6 +2010,13 @@ module Google
2010
2010
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
2011
2011
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
2012
2012
  # * (`nil`) indicating no credentials
2013
+ #
2014
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
2015
+ # external source for authentication to Google Cloud, you must validate it before
2016
+ # providing it to a Google API client library. Providing an unvalidated credential
2017
+ # configuration to Google APIs can compromise the security of your systems and data.
2018
+ # For more information, refer to [Validate credential configurations from external
2019
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
2013
2020
  # @return [::Object]
2014
2021
  # @!attribute [rw] scope
2015
2022
  # The OAuth scopes
@@ -1890,6 +1890,13 @@ module Google
1890
1890
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1891
1891
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1892
1892
  # * (`nil`) indicating no credentials
1893
+ #
1894
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1895
+ # external source for authentication to Google Cloud, you must validate it before
1896
+ # providing it to a Google API client library. Providing an unvalidated credential
1897
+ # configuration to Google APIs can compromise the security of your systems and data.
1898
+ # For more information, refer to [Validate credential configurations from external
1899
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1893
1900
  # @return [::Object]
1894
1901
  # @!attribute [rw] scope
1895
1902
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Tasks
23
23
  module V2beta3
24
- VERSION = "0.14.0"
24
+ VERSION = "0.15.0"
25
25
  end
26
26
  end
27
27
  end
@@ -209,6 +209,8 @@ module Google
209
209
  #
210
210
  # This type of authorization should generally only be used when calling
211
211
  # Google APIs hosted on *.googleapis.com.
212
+ #
213
+ # Note: The following fields are mutually exclusive: `oauth_token`, `oidc_token`. If a field in that set is populated, all other fields in the set will automatically be cleared.
212
214
  # @!attribute [rw] oidc_token
213
215
  # @return [::Google::Cloud::Tasks::V2beta3::OidcToken]
214
216
  # If specified, an
@@ -219,6 +221,8 @@ module Google
219
221
  # This type of authorization can be used for many scenarios, including
220
222
  # calling Cloud Run, or endpoints where you intend to validate the token
221
223
  # yourself.
224
+ #
225
+ # Note: The following fields are mutually exclusive: `oidc_token`, `oauth_token`. If a field in that set is populated, all other fields in the set will automatically be cleared.
222
226
  class HttpTarget
223
227
  include ::Google::Protobuf::MessageExts
224
228
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -340,6 +344,8 @@ module Google
340
344
  #
341
345
  # This type of authorization should generally only be used when calling
342
346
  # Google APIs hosted on *.googleapis.com.
347
+ #
348
+ # Note: The following fields are mutually exclusive: `oauth_token`, `oidc_token`. If a field in that set is populated, all other fields in the set will automatically be cleared.
343
349
  # @!attribute [rw] oidc_token
344
350
  # @return [::Google::Cloud::Tasks::V2beta3::OidcToken]
345
351
  # If specified, an
@@ -350,6 +356,8 @@ module Google
350
356
  # This type of authorization can be used for many scenarios, including
351
357
  # calling Cloud Run, or endpoints where you intend to validate the token
352
358
  # yourself.
359
+ #
360
+ # Note: The following fields are mutually exclusive: `oidc_token`, `oauth_token`. If a field in that set is populated, all other fields in the set will automatically be cleared.
353
361
  class HttpRequest
354
362
  include ::Google::Protobuf::MessageExts
355
363
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -52,12 +52,16 @@ module Google
52
52
  # An App Engine task is a task that has
53
53
  # {::Google::Cloud::Tasks::V2beta3::AppEngineHttpRequest AppEngineHttpRequest}
54
54
  # set.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `app_engine_http_request`, `http_request`, `pull_message`. If a field in that set is populated, all other fields in the set will automatically be cleared.
55
57
  # @!attribute [rw] http_request
56
58
  # @return [::Google::Cloud::Tasks::V2beta3::HttpRequest]
57
59
  # HTTP request that is sent to the task's target.
58
60
  #
59
61
  # An HTTP task is a task that has
60
62
  # {::Google::Cloud::Tasks::V2beta3::HttpRequest HttpRequest} set.
63
+ #
64
+ # Note: The following fields are mutually exclusive: `http_request`, `app_engine_http_request`, `pull_message`. If a field in that set is populated, all other fields in the set will automatically be cleared.
61
65
  # @!attribute [rw] pull_message
62
66
  # @return [::Google::Cloud::Tasks::V2beta3::PullMessage]
63
67
  # Pull Message contained in a task in a
@@ -67,6 +71,8 @@ module Google
67
71
  # [pull](https://cloud.google.com/appengine/docs/standard/java/taskqueue/pull/)
68
72
  # queues to provide a way to inspect contents of pull tasks through the
69
73
  # {::Google::Cloud::Tasks::V2beta3::CloudTasks::Client#get_task CloudTasks.GetTask}.
74
+ #
75
+ # Note: The following fields are mutually exclusive: `pull_message`, `app_engine_http_request`, `http_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
70
76
  # @!attribute [rw] schedule_time
71
77
  # @return [::Google::Protobuf::Timestamp]
72
78
  # The time when the task is scheduled to be attempted.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-tasks-v2beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -133,7 +132,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
133
132
  licenses:
134
133
  - Apache-2.0
135
134
  metadata: {}
136
- post_install_message:
137
135
  rdoc_options: []
138
136
  require_paths:
139
137
  - lib
@@ -141,15 +139,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
141
139
  requirements:
142
140
  - - ">="
143
141
  - !ruby/object:Gem::Version
144
- version: '2.7'
142
+ version: '3.0'
145
143
  required_rubygems_version: !ruby/object:Gem::Requirement
146
144
  requirements:
147
145
  - - ">="
148
146
  - !ruby/object:Gem::Version
149
147
  version: '0'
150
148
  requirements: []
151
- rubygems_version: 3.5.23
152
- signing_key:
149
+ rubygems_version: 3.6.2
153
150
  specification_version: 4
154
151
  summary: Manages the execution of large numbers of distributed requests.
155
152
  test_files: []