google-cloud-confidential_computing-v1 1.6.0 → 1.6.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c69f3bb1cdca783e42b9248559897fd42cab5bc655fc19d5449543dd61b61ab
|
4
|
+
data.tar.gz: aa7f8f5dd2f353ed66898f0962cc675d3824997bbf1e8e9e475ae93ae013c713
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 497baf54d0cbcbdd08dc4dd26a09baff2867421e0817641f39ec7ae6af8cfae748aef52640f7ce4d64fbb345f274c0185467dcfdde44eceb601e2a933ea83139
|
7
|
+
data.tar.gz: dc5d7db2959e03dcacd4ef87669a83e4883fb1e235e1bacb533a5b56698731a791bbf7cfc68d9407e1ccdba190b85c95309f90fc5bf35224cefcc5a55ad863ed
|
@@ -321,11 +321,11 @@ module Google
|
|
321
321
|
# @param td_ccel [::Google::Cloud::ConfidentialComputing::V1::TdxCcelAttestation, ::Hash]
|
322
322
|
# Optional. A TDX with CCEL and RTMR Attestation Quote.
|
323
323
|
#
|
324
|
-
# Note: The following
|
324
|
+
# Note: The following parameters are mutually exclusive: `td_ccel`, `sev_snp_attestation`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
325
325
|
# @param sev_snp_attestation [::Google::Cloud::ConfidentialComputing::V1::SevSnpAttestation, ::Hash]
|
326
326
|
# Optional. An SEV-SNP Attestation Report.
|
327
327
|
#
|
328
|
-
# Note: The following
|
328
|
+
# Note: The following parameters are mutually exclusive: `sev_snp_attestation`, `td_ccel`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
329
329
|
# @param challenge [::String]
|
330
330
|
# Required. The name of the Challenge whose nonce was used to generate the
|
331
331
|
# attestation, in the format `projects/*/locations/*/challenges/*`. The
|
@@ -308,11 +308,11 @@ module Google
|
|
308
308
|
# @param td_ccel [::Google::Cloud::ConfidentialComputing::V1::TdxCcelAttestation, ::Hash]
|
309
309
|
# Optional. A TDX with CCEL and RTMR Attestation Quote.
|
310
310
|
#
|
311
|
-
# Note: The following
|
311
|
+
# Note: The following parameters are mutually exclusive: `td_ccel`, `sev_snp_attestation`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
312
312
|
# @param sev_snp_attestation [::Google::Cloud::ConfidentialComputing::V1::SevSnpAttestation, ::Hash]
|
313
313
|
# Optional. An SEV-SNP Attestation Report.
|
314
314
|
#
|
315
|
-
# Note: The following
|
315
|
+
# Note: The following parameters are mutually exclusive: `sev_snp_attestation`, `td_ccel`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
316
316
|
# @param challenge [::String]
|
317
317
|
# Required. The name of the Challenge whose nonce was used to generate the
|
318
318
|
# attestation, in the format `projects/*/locations/*/challenges/*`. The
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-confidential_computing-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
106
|
- !ruby/object:Gem::Version
|
107
107
|
version: '0'
|
108
108
|
requirements: []
|
109
|
-
rubygems_version: 3.6.
|
109
|
+
rubygems_version: 3.6.9
|
110
110
|
specification_version: 4
|
111
111
|
summary: Attestation verifier for Confidential Space.
|
112
112
|
test_files: []
|