google-cloud-scheduler-v1beta1 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: af1a3b0f6b94758ac4de986690172706b8ccf9d0b42675b5c4d7f5db68b807f7
4
- data.tar.gz: 17551e0a95f3f91c9a9bd70c699905ccfbdac27df413ab78e3e0e7eccd5410c7
3
+ metadata.gz: 9d7e097d5d51df83f099730ae98db486ec2f4852926b21e38d877c16139dc385
4
+ data.tar.gz: 8c80a76e6132b639f4099cf28c9624346e349f68381a8067e4d4a28251c1fa45
5
5
  SHA512:
6
- metadata.gz: e414a1a954de8e5f8a63bef853d192bb807a0ea93e8aa37033bd793bc0829f80b60319cde05a5ce65ab899e9c338a461baf2f6c4a707b682ec51610f5844eb23
7
- data.tar.gz: a3d6f11fb54aea80e10b24d594de321ae4387d5f3ec2e73c3bcca0a015dda5a9f0c490707d9ec5f861e4c5d11d94b46bb25b9d4a6fda0336cb3f53d1c4663e14
6
+ metadata.gz: bd9b7b52616a4e0b5fac215ff7a0fabba588bef5c4d36b0bb5e8d1a82a4292beba93fd2a67dc2c4584ca1181b319e51b3f13fc592dc971bb70ab33773e2c7f01
7
+ data.tar.gz: de7b82d15f3f91e0ba8aa8759782c60d602bf878a2ca512090b4e23cf5d5b1d2c96cde24dfe767ef56419f30cb4fe461964fb7c51ebde04ab5d3598bb1779d74
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/cloudscheduler.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.list_jobs request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-scheduler-v1beta1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/scheduler)
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 Scheduler
23
23
  module V1beta1
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-scheduler-v1beta1
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