google-cloud-security-public_ca 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: 9a7957ed245bce56223555861a6e9efd54a0dbb10d3e9d353df8673b76502602
4
- data.tar.gz: 578bcbf115ef4640523209f0bfad6fb8d2e3166875382995712824ea3b21ccd1
3
+ metadata.gz: 6adbab11497ecaa5540ffebaf7077451481b94bb12ddb53c44b81406e096254b
4
+ data.tar.gz: 2667fe0b54c19fa191ab85c415fe23590e9e4cd7cb3d3fb7f547e43888b34fb3
5
5
  SHA512:
6
- metadata.gz: a860f013c904bda16c13642c15bfc77d3316a6ce96af5cc4086af2b713e6208dbb2f9dc82060d6bc7eb11f0be5c4e301933018aa5e0d8f89b896499b72837c4d
7
- data.tar.gz: 06403ed88f98356aebfbcac356c83154d84ac8ff52355b21c26ca601a7e449398a6ada6265715a88d2e38e5abcd64d1d0531723c9b0af30dcb6a3145e8ef8d98
6
+ metadata.gz: f77d974b3fce2e0b710ab477a25511ad12964b1e02da19086854fb5a8986957562bd441af427b848bb8bcc9c4e5bed83d64ad0c0f31b1498d7e71f95cdffe3bb
7
+ data.tar.gz: a1f9a5ea7909c814697372c8b91d55a445874debc4ac069b3fb26b894a6c83872bd06b519a5629d68759897bf1ed64fd22fb0a80a69223c8b6635b6b900b7aeb
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.1.0"
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.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -67,14 +67,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: '3.0'
70
+ version: '3.2'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
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: []