google-cloud-tasks-v2beta3 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: a1da8fed76646740b7b0f81dd48bf94796c5c40449671aee2db449dfed6ac287
4
- data.tar.gz: 25f75de6285eb18006bdf79759fe4970707b716bd6e76cb2944ba369c9f3be24
3
+ metadata.gz: 53d835c6402ab6f7a1f66dcd3ee0fa41b667fd0b8af00736941e5a1222e360fd
4
+ data.tar.gz: d408280a015209de68712750fe5efc5bcc571a8c4d36db56bdf1a946d92bf358
5
5
  SHA512:
6
- metadata.gz: 9ca87d6c51117548954f13d2aac5f5c83401f90c8d95683255692b46745501e04bf670de6a85eab2d0cd3c51f2dc7798ef354c86e70cb3477f3b6db3310fcc34
7
- data.tar.gz: f3ee655a01746d9e609a195580da35015d72e16f68452c9090f1a5fe9c00a8806190408bfd0c87e1406603a2e9fb098a7af526b6214fc078a654fe290443e180
6
+ metadata.gz: 35b96fdd31bfd516dc591ab8b991a8376c0416e046421453ba68f7fe77c27785e64c81d391754a2a96d0c2463491ad9da1fe5c759bd9e40238f71fa858d2a8d1
7
+ data.tar.gz: '08445bdadd25eacbd44154b5cf62a696a797610fc73b9c594dc47304dd68870e47f6464b2f0e28b61b2a1dd959977582539f93a462460c3e8279b24dbb7e8c3c'
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-v2beta3/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 V2beta3
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-v2beta3
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