google-cloud-tasks 3.0.2 → 3.1.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: a04071b7903d6bbe3aa7c5b8a8886fba3c03638a4ff03ab6f82613f7425373f7
4
- data.tar.gz: 30ac46903ffad6a3b47e4427ab047681a3c417d4683215888a19bf1a6bd37b87
3
+ metadata.gz: 642aee7e8bc74bc85e766cc96e5c46fcc794bf0a1f911d967a9aa726a33b6f28
4
+ data.tar.gz: 93a9dbaa8ea658872d9976102cb734ef7e1c44d8317a39a51d3d6693ad196331
5
5
  SHA512:
6
- metadata.gz: b238f601165f9ff540e5de95376ce3cc110c1895a47f7f223424228c65771e46d7bc4ae5a8320fc0e4b8bac6f51c41a8fe476cb47ba28951e9d76a01b2cb4ff6
7
- data.tar.gz: 55cfb44f67dd57a94abb395b56a2c2b009a01cffa73f674a79bbf70e8663da033374f57514c95159693c6f7008d101c71c7f8b3ed5d13f30dd6f44a10cc293d8
6
+ metadata.gz: c71b002efb49cdaafa856e55ae05d0ab0e97c7da020ee5cdfb899e7c6b9e1ea968d0fed7f4a495dcef30e5ce54ce05541a3a11d5fe9ec9657b40600adc23f8fa
7
+ data.tar.gz: e2659fa6f046c4c2016ea7ad419b1cc2c8da5c2a1d6b4755e05804ad189d0f15e29ba3e16be77e9a4627f32b72a6d5a1d7a3a10c6e29c3c6712b6a2d7621a50e
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/cloudtasks.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/tasks"
39
+
40
+ client = Google::Cloud::Tasks.cloud_tasks
41
+ request = ::Google::Cloud::Tasks::V2::ListQueuesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_queues request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Tasks
23
- VERSION = "3.0.2"
23
+ VERSION = "3.1.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -64,7 +64,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - ">="
66
66
  - !ruby/object:Gem::Version
67
- version: '3.0'
67
+ version: '3.2'
68
68
  required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="