google-cloud-confidential_computing 1.1.1 → 1.2.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: efa7318821b15d539b23e5177840b40e6a60db56a361d8c4b6b2f66bdddbd0e4
4
- data.tar.gz: acc780da49bdd421a6c0e5eb2809a3040872bafcf75d487ad95c846e776b117f
3
+ metadata.gz: 53d9496a6470b75a1dbfe5864ab7f1a61c9029b45c0f85db7fc9e83219bea883
4
+ data.tar.gz: 343927e3a9a4e52ee5126cbe71531ef1b889d30d33ba50e2d203c33c9a2bdc57
5
5
  SHA512:
6
- metadata.gz: '03404195a4136c5a195bea253466c88925c4a21235de32f83f640fab450b4d1d9c92db8eb10b81d50d58cf2b7c31748c44c4e62b703604d84a72dd00c9207fb6'
7
- data.tar.gz: d9e218b000bf44285fc197b66c49eef99af372c1650259ea1870adadc723a2327f86455ef722a2d11a63300f977791d33bdaaa287b111e2b6c20a1639cabd900
6
+ metadata.gz: 9502d2affef296cd499b07edb36aa73da27098b19836aa841a23b1874ae9e6bccb7000d0e1d5001b5babdaccda6f4741a87d3f1b0d84a66e91212ee3e9d58dd3
7
+ data.tar.gz: 0ca44e69e8b46fcaff35f6bcab611c4f3e3f6ac263c1bb92a7dfceea1fd40fbe2b62b6d8853b329a66d8d94f55874e624e0d32c5f3f604d25b402a9b67bf8d77
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.2.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-confidential_computing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.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: Attestation verifier for Confidential Space.
80
80
  test_files: []