google-cloud-confidential_computing 1.1.0 → 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: 739006cf41da29f9023ecddd49228fa8663177c5c14e2c15e09fd1c3cde24e4d
4
- data.tar.gz: 7206b72691e77090150745850fe405e98eacd58d1403efe939b18478a2e3b10f
3
+ metadata.gz: 31b52b10b3c6f0999108be3d565a38ba5ba091e9df028db82ec87351ea57611f
4
+ data.tar.gz: 55462ad66d7560ba8cfe4a1e4becc1bf45f9460160e0b2caec59a67359540cb8
5
5
  SHA512:
6
- metadata.gz: e040ed1c84f8694140f267234133367e174133bb5b586ab5e4a07f1e68f61ae3ae81b13074c22e212c6758eadbedf7356d2759a4f2f470085805020bb8ce25a0
7
- data.tar.gz: e2b2e813d649935060bf801e2280531846d35002c2b8bb0152770cfef2874c7fdd884ee48be9898b3de7256ca49a68caa285f00eeb6fb732383e0f7c79e8d650
6
+ metadata.gz: 7b5c5d2efcbd2457c500fc07dbb08af19d7632f48f5fbb041dd4b1f07781d96c616d296edffc8ef620374bb2c41e2466627293d5a397fc06820dbbe64e38c953
7
+ data.tar.gz: 35fe98b404960cbc6f5d7c97f13890b7b5a66384a48c056efee81057c072e575ab985190113c1be59bb52218bd4bc596d4c99c5db3610f559e2a3bec1d6017fd
data/README.md CHANGED
@@ -6,7 +6,7 @@ Attestation verifier for Confidential Space.
6
6
  Actual client classes for the various versions of this API are defined in
7
7
  _versioned_ client gems, with names of the form `google-cloud-confidential_computing-v*`.
8
8
  The gem `google-cloud-confidential_computing` is the main client library that brings the
9
- verisoned gems in as dependencies, and provides high-level methods for
9
+ versioned gems in as dependencies, and provides high-level methods for
10
10
  constructing clients. More information on versioned clients can be found below
11
11
  in the section titled *Which client should I use?*.
12
12
 
@@ -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.0"
23
+ VERSION = "1.1.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-confidential_computing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 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-confidential_computing-v1
@@ -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.2
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: Attestation verifier for Confidential Space.
80
80
  test_files: []