google-cloud-certificate_manager 2.0.1 → 2.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: 537191a99f9bd9f560401f46148689a3dd286603ee9dd33ccaab3875cbb266a0
4
- data.tar.gz: a783fe57e85121df106b8e717306b6863ce4fae26d8cde73484d59d843e78197
3
+ metadata.gz: e7338a416f11568eb247082b9c6e520309c1f587bd8803952d914bc2d7b633da
4
+ data.tar.gz: b277890737429813577fcf483ff2a44690a4dc3321ab3a674b456840d881f4a6
5
5
  SHA512:
6
- metadata.gz: c5ebaedaef6f50078ce8d932cf1bd43f08d8e21719410ff7977702dc79c2ba90d01db32a1a6746d3cf6940aed5dd44a54a4768b1c4b9dda6a9239fb20af09b2c
7
- data.tar.gz: a6a55a34d3cfa2297b7a421fc24f30ff70566c9b98f6bf5552e67f5495457f469859a9ab26ea7978411502e27f727fd2ace9a27d7f06d7dd03ee352c47f7cfb5
6
+ metadata.gz: 319c921d84a80f325cc1a8a18b46a853b64ad807be98e3ca64bb1cb8ee0f9e4a4dbbdcf9d6cb0dc9264d60d8714565f68a5b0ae2ed52ea3f68ff74dc64ebbad1
7
+ data.tar.gz: a1714e1be4241b9adca9a09fe542478f87c64fb18a2ac8d2b61253f0ec1d1d2aa53524ac919b8c6fd428698b01556ee84721281cfa466f0bf3e6f1814d7cc471
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.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-certificate_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -63,14 +63,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
- version: '3.0'
66
+ version: '3.2'
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
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: []