google-cloud-security-public_ca 2.0.0 → 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: 905001dd3bd2f0df37370a3cc30e1c42ff4a5b83970d420404cac998bf88afe4
4
- data.tar.gz: 31c1db75c96b39ff248d0374fdb5464b208a928d684525c28075862a73e92cca
3
+ metadata.gz: 839de7f318aeae50198d98ddb38928a4f0183a893554ad001548d8bb3a8a9c94
4
+ data.tar.gz: 89799f3e519b1a81dc9774c86c21ea344255b8ede72c93f8c3284e15e2cd2913
5
5
  SHA512:
6
- metadata.gz: 7c61289faf068787028934f59f5a7c4374e510724bd564ef653703c10540d2429aa41aca77a92812928cbb9435eb2a08ae648b7307642d3de31db108494d4d3d
7
- data.tar.gz: 7221fba618f01475b072ed00eaf7c715b018e2760991f0107b5594e1f26922e841996f8731dc163172b3b56e1410f8e0842f40324cd107d8be957aea0b61b252
6
+ metadata.gz: 32066daa29ef7d14837a09f1647e6eb7a9cae6fd393ac8e7607adb46e2fcda37254fe670ec2ab84fcb3ede86bccaeda3a5a1a017fb2e64fe715693cd8c0a8ed3
7
+ data.tar.gz: dc3fbc54c3c34f0456cfc7fdbfa3a7562f6c70884bfdcbb7113e72d65d91277a9164acad4a9ae7ef0417819adb875d717d70ae54db124a27a44123de900acc5e
data/README.md CHANGED
@@ -7,7 +7,7 @@ Certificate Manager's Public Certificate Authority (CA) functionality allows you
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-security-public_ca-v*`.
9
9
  The gem `google-cloud-security-public_ca` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -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/publicca.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/security/public_ca"
39
+
40
+ client = Google::Cloud::Security::PublicCA.public_certificate_authority_service
41
+ request = ::Google::Cloud::Security::PublicCA::V1::CreateExternalAccountKeyRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_external_account_key request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Security
23
23
  module PublicCA
24
- VERSION = "2.0.0"
24
+ VERSION = "2.0.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security-public_ca
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.3
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: API Client library for the Public Certificate Authority API
80
80
  test_files: []