google-cloud-tasks-v2 0.2.2 → 0.2.3

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: e2b3062477b50fc3adb3bf1692b4b3a788eb43328711114c71300d185401ef49
4
- data.tar.gz: e154f0279e6ff5c03b813260b7d5a54f050afc5fc223f5ad58f060680952883b
3
+ metadata.gz: e85aaf1cd505436913ad9774faae81294bdff471c419fa130c1b64b70400866e
4
+ data.tar.gz: 8e77442a9a7b2b0ede619317c88f7f982f1dd6c1043ef722a9ebe31df62a54c5
5
5
  SHA512:
6
- metadata.gz: a0554305c081ab02328b0df8b67f862cd617643fb7c88258510c979b7fd424faecb544415790d9f678bf1b075991b4376539c2f9a9a4c799f0461e99369ec8a6
7
- data.tar.gz: 5c5e6f0530c13396c7a15c5b92f0d2658db901a3d25f91325dace67a40b8b85be63f846ecf7e88817887d4bc3ca887b116c850b22f3c666d47b5c1e1bd3b3bf0
6
+ metadata.gz: aa429736cb52e96d8e02c0e2d6493ff12c9bac1ef1c4a025b8e88aec6d0aa0942d145329ed0852cc4a08d65615b127cf41e93c9c9babb175d25f558199d1b63b
7
+ data.tar.gz: 2b2467e1e623b640d677e310ae45b211b536a3f10abb7e3e7d14b76974d54bc8bde46efb3dfd0e88a88c6eac1cfb994bde72e8b44f941c1545ece5449de6ce15
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/cloudtasks.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.list_queues request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-tasks-v2/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/tasks)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Tasks
23
23
  module V2
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-tasks-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-05 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common