google-cloud-scheduler 3.0.2 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: beff1286caeda89204c9d416c0e20cfa8b9087a469b1ce35b73979661818dfa5
4
- data.tar.gz: 0e4b416955b12a3d7772bf02d1db2a597afe61c87e571911a5ad060fdc739e59
3
+ metadata.gz: e7b7476bf0054075bc4a270e240286567154b9a5968d6537ed6f9d5899e768a2
4
+ data.tar.gz: 4222e67844ef649d077f3d6a9f228171f2c87ab9bb8ecc5e1af8b34fc9fb00a4
5
5
  SHA512:
6
- metadata.gz: 3c1f0abd9bfd207bd0850a74053e17445d1323a524aae1b09d05e9dcac3d6910ae1cb7d8e91ef5faaa7cb177dd611519df1d69f77e6af7284837ad73e8dc066c
7
- data.tar.gz: 2b0745e5e8219147f99a23e8b46442c15049ec689710526852ae85e52a80c789405a739990686e85035ba8ef91854890ba97d55689499f00f3c09f98f60efee7
6
+ metadata.gz: 45f1255cfae6d20354940f15751471bb19e3dea124b2ed5ed3b15f09c74d0e5b816e770a4d93e7c357c0a1aadbb71c7506fada2c24b8fa1a86577e4b37190859
7
+ data.tar.gz: 17ce9ead28423394781c7688bbfbc036c3055172d09bee63e29a08d2ced99a3b6a01609109f1f1dca71a374325ddf95d25695e03895bed19d30a03a17e427906
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/cloudscheduler.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/scheduler"
39
+
40
+ client = Google::Cloud::Scheduler.cloud_scheduler
41
+ request = ::Google::Cloud::Scheduler::V1::ListJobsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_jobs request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Scheduler
23
- VERSION = "3.0.2"
23
+ VERSION = "3.1.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-scheduler
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.0'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="