google-cloud-tasks-v2beta2 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: c4455f8400956b2938daa38228109362e25c97b4d1ed7d9d0f224078878a8a29
4
- data.tar.gz: 70be65ba9665e674f4018f0f18359c4a74d816df0678a8ddaf8c829808805661
3
+ metadata.gz: 43dd0144f5510229aad34503d742d451e8d3c643e6d3f03154216652a855fc6b
4
+ data.tar.gz: 066b3288e12d81cc2db2884c688a5ec13dfcb514979168f560982ac1aa2347b1
5
5
  SHA512:
6
- metadata.gz: 4b53c4a5a0c29884d6164d22c6ae9ff274ebdd49a416fd8f5446d562675a6f6d1a2791c6b710073a0647975f75b05c81b7155729c99047d3cc1c587d05617c3e
7
- data.tar.gz: 83b1e4356608dc020b053d5dbf067e42793d04c765348a17a805d637da047764491b2a40bc5ec6701fe19ce76347d8e93024be06421f6b4001e5551631975ed5
6
+ metadata.gz: 05313dc8c9185de9b428f098342483f08b069cb4872e54cb434150ee3277852e3928703a2be834bce33c58792abde6c4483892429001c9d1d81f83a868fe19ea
7
+ data.tar.gz: 22d17198625ac7fc93cd6ad096d08e6e56020d75fab8b40180e6ea25c314d56563d59c2b6f69c355f888d2fe32dd0e140503b45ba4a001767309eec0a84b7637
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-v2beta2/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 V2beta2
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-v2beta2
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-06 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