google-cloud-deploy 2.0.1 → 2.0.2

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: 05d42838196ad88a1c18174b70ffebbd7567859fa9cea6c49b67daf82eefadc6
4
- data.tar.gz: 881aea5c1f194be50c47c283ea69f71142299fb9464d5cefae1eddb131c11901
3
+ metadata.gz: a45c490f8d46272562f2c57b712ad6355cb44ba0879c9e8b546fd91ae1acbcb0
4
+ data.tar.gz: 4599c08ae0ae8799a0a5186c8cecd7e621a99b3ea2b0d324034be8f289ec39c2
5
5
  SHA512:
6
- metadata.gz: dc7b050f25c00f46d16fa58ce8ff99af8db617eb4b1d521a8fa81787d2c5df6270acb266406bfb8fe8edfce54a82c2a5be1e5d85018d7765f1e40ac3704c06e9
7
- data.tar.gz: 109cc0070d160a0620f4274007799b53e4fdf0b51b212a5fe4930b388ae74f7ca08ebdfd111d0e5ff1b9dd7822235cf28453470d9926216a374c7c5508813625
6
+ metadata.gz: 8d8c3f57b0ff59487ed7803173a46853a39e487ebcdc0f72bd236a57be9fdc67046f09b8dccbc9c30bc53c7f14fb533a446ce526bb6945e853347b37f68f5d96
7
+ data.tar.gz: adf131b23398a42466161a468f6e5ecde6865996a6b7fb3110f37f23ff162dcae85abae58f80e76e9db2c483d24417f410cc6c4ff70944c08540f3bca1aba931
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/clouddeploy.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/deploy"
39
+
40
+ client = Google::Cloud::Deploy.cloud_deploy
41
+ request = ::Google::Cloud::Deploy::V1::ListDeliveryPipelinesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_delivery_pipelines 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 Deploy
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.2"
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-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.6.8
72
+ rubygems_version: 3.6.9
73
73
  specification_version: 4
74
74
  summary: API Client library for the Google Cloud Deploy API
75
75
  test_files: []