google-cloud-security-public_ca 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: 9a7957ed245bce56223555861a6e9efd54a0dbb10d3e9d353df8673b76502602
4
- data.tar.gz: 578bcbf115ef4640523209f0bfad6fb8d2e3166875382995712824ea3b21ccd1
3
+ metadata.gz: 839de7f318aeae50198d98ddb38928a4f0183a893554ad001548d8bb3a8a9c94
4
+ data.tar.gz: 89799f3e519b1a81dc9774c86c21ea344255b8ede72c93f8c3284e15e2cd2913
5
5
  SHA512:
6
- metadata.gz: a860f013c904bda16c13642c15bfc77d3316a6ce96af5cc4086af2b713e6208dbb2f9dc82060d6bc7eb11f0be5c4e301933018aa5e0d8f89b896499b72837c4d
7
- data.tar.gz: 06403ed88f98356aebfbcac356c83154d84ac8ff52355b21c26ca601a7e449398a6ada6265715a88d2e38e5abcd64d1d0531723c9b0af30dcb6a3145e8ef8d98
6
+ metadata.gz: 32066daa29ef7d14837a09f1647e6eb7a9cae6fd393ac8e7607adb46e2fcda37254fe670ec2ab84fcb3ede86bccaeda3a5a1a017fb2e64fe715693cd8c0a8ed3
7
+ data.tar.gz: dc3fbc54c3c34f0456cfc7fdbfa3a7562f6c70884bfdcbb7113e72d65d91277a9164acad4a9ae7ef0417819adb875d717d70ae54db124a27a44123de900acc5e
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/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.1"
24
+ VERSION = "2.0.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.8
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: []