google-cloud-scheduler-v1 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: 5a347fd837eb4cc34f71fc3537e8bef883a2cc124c561c4baae3b9db40008b28
4
- data.tar.gz: 6de9021f52ca754e0b406a6cede9f327c1fd2e75d6e6b6e54979d2cd690c8482
3
+ metadata.gz: 3097892b631b6be7c6bec64985b9e6dfb66d07457e5a8ac30dd2446dc3a72499
4
+ data.tar.gz: 535e0637d505930997267a50c4261544a781ccd9365899797a0bb98cd504c94c
5
5
  SHA512:
6
- metadata.gz: 3afbfcc3203a41d44ff05ee943fd8eafc905a071a789f2b62725169b3e16e57586aba746c51b003896e6ae9df08d6c09b0d9573ebed0fb97fcff63cda95698b4
7
- data.tar.gz: 002bff1d6b9a4de9ad9db7b2673a39da45862b58c2975cf710992a7fd6b7e6ea1eab6c690de8a8970b2ecd4cf0b4f86e20f0dc85a280aeb0250a0589accf6c9a
6
+ metadata.gz: eb0cab1b0c4a39b3b3c7d877ab66ac5e160b1795facaa2348455cdd1542a808f127191a1066ddd0868e2b43f94c5c895e229b9b1faccdf23d1c8b47a0d4aaed5
7
+ data.tar.gz: e19c1eb1cad209369542a3b3e22dcc2fba9458a83b4bc2779cbc60438244471063769faf8b8b585f7875e6c96a1666a9f86e18f68e50b602e8fae2427428464e
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-v1/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 V1
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-v1
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