google-cloud-confidential_computing 1.1.1 → 1.1.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: efa7318821b15d539b23e5177840b40e6a60db56a361d8c4b6b2f66bdddbd0e4
4
- data.tar.gz: acc780da49bdd421a6c0e5eb2809a3040872bafcf75d487ad95c846e776b117f
3
+ metadata.gz: 31b52b10b3c6f0999108be3d565a38ba5ba091e9df028db82ec87351ea57611f
4
+ data.tar.gz: 55462ad66d7560ba8cfe4a1e4becc1bf45f9460160e0b2caec59a67359540cb8
5
5
  SHA512:
6
- metadata.gz: '03404195a4136c5a195bea253466c88925c4a21235de32f83f640fab450b4d1d9c92db8eb10b81d50d58cf2b7c31748c44c4e62b703604d84a72dd00c9207fb6'
7
- data.tar.gz: d9e218b000bf44285fc197b66c49eef99af372c1650259ea1870adadc723a2327f86455ef722a2d11a63300f977791d33bdaaa287b111e2b6c20a1639cabd900
6
+ metadata.gz: 7b5c5d2efcbd2457c500fc07dbb08af19d7632f48f5fbb041dd4b1f07781d96c616d296edffc8ef620374bb2c41e2466627293d5a397fc06820dbbe64e38c953
7
+ data.tar.gz: 35fe98b404960cbc6f5d7c97f13890b7b5a66384a48c056efee81057c072e575ab985190113c1be59bb52218bd4bc596d4c99c5db3610f559e2a3bec1d6017fd
data/README.md CHANGED
@@ -33,6 +33,14 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Enable the API.](https://console.cloud.google.com/apis/library/confidentialcomputing.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/cloud/confidential_computing"
38
+
39
+ client = Google::Cloud::ConfidentialComputing.confidential_computing
40
+ request = ::Google::Cloud::ConfidentialComputing::V1::CreateChallengeRequest.new # (request fields as keyword arguments...)
41
+ response = client.create_challenge request
42
+ ```
43
+
36
44
  ## Debug Logging
37
45
 
38
46
  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 ConfidentialComputing
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.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-confidential_computing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.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: Attestation verifier for Confidential Space.
80
80
  test_files: []