google-cloud-certificate_manager 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: 537191a99f9bd9f560401f46148689a3dd286603ee9dd33ccaab3875cbb266a0
4
- data.tar.gz: a783fe57e85121df106b8e717306b6863ce4fae26d8cde73484d59d843e78197
3
+ metadata.gz: 538cc9a13d5efc54fe89da5f95667fdd2613537616c6cb46eea10ed51410e03a
4
+ data.tar.gz: 7754e48d5fc384db4541a84dd182b0f265806a49bf2995483633884f2ca60d16
5
5
  SHA512:
6
- metadata.gz: c5ebaedaef6f50078ce8d932cf1bd43f08d8e21719410ff7977702dc79c2ba90d01db32a1a6746d3cf6940aed5dd44a54a4768b1c4b9dda6a9239fb20af09b2c
7
- data.tar.gz: a6a55a34d3cfa2297b7a421fc24f30ff70566c9b98f6bf5552e67f5495457f469859a9ab26ea7978411502e27f727fd2ace9a27d7f06d7dd03ee352c47f7cfb5
6
+ metadata.gz: 364ffa163bc50ca94e46156bd62509aeb88c4bc2d997e5efe66789961918d5a9bdbd7a80d12785ac2857472dec4ed60e713640901f228b844d776aa48ffe1122
7
+ data.tar.gz: 848062a3894a85fe2190e050b8d5a44923751e9ef7adf8a700d7b5965f30a5110a111027a7fca28420036acfc1c13e7e8b173a729fcdc11ee2838a943d19e698
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/certificatemanager.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/certificate_manager"
39
+
40
+ client = Google::Cloud::CertificateManager.certificate_manager
41
+ request = ::Google::Cloud::CertificateManager::V1::ListCertificatesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_certificates 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 CertificateManager
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-certificate_manager
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
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.6.8
73
+ rubygems_version: 3.6.9
74
74
  specification_version: 4
75
75
  summary: API Client library for the Certificate Manager API
76
76
  test_files: []