google-cloud-confidential_computing-v1 1.5.1 → 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.
|
4
|
+
version: 1.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -13,22 +13,16 @@ dependencies:
|
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
18
|
+
version: '1.0'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version:
|
25
|
+
version: '1.0'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,22 +41,16 @@ dependencies:
|
|
47
41
|
name: google-cloud-location
|
48
42
|
requirement: !ruby/object:Gem::Requirement
|
49
43
|
requirements:
|
50
|
-
- - "
|
51
|
-
- !ruby/object:Gem::Version
|
52
|
-
version: '0.7'
|
53
|
-
- - "<"
|
44
|
+
- - "~>"
|
54
45
|
- !ruby/object:Gem::Version
|
55
|
-
version:
|
46
|
+
version: '1.0'
|
56
47
|
type: :runtime
|
57
48
|
prerelease: false
|
58
49
|
version_requirements: !ruby/object:Gem::Requirement
|
59
50
|
requirements:
|
60
|
-
- - "
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '0.7'
|
63
|
-
- - "<"
|
51
|
+
- - "~>"
|
64
52
|
- !ruby/object:Gem::Version
|
65
|
-
version:
|
53
|
+
version: '1.0'
|
66
54
|
description: Attestation verifier for Confidential Space. Note that google-cloud-confidential_computing-v1
|
67
55
|
is a version-specific client library. For most uses, we recommend installing the
|
68
56
|
main client library google-cloud-confidential_computing instead. See the readme
|
@@ -111,14 +99,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
111
99
|
requirements:
|
112
100
|
- - ">="
|
113
101
|
- !ruby/object:Gem::Version
|
114
|
-
version: '3.
|
102
|
+
version: '3.1'
|
115
103
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
104
|
requirements:
|
117
105
|
- - ">="
|
118
106
|
- !ruby/object:Gem::Version
|
119
107
|
version: '0'
|
120
108
|
requirements: []
|
121
|
-
rubygems_version: 3.6.
|
109
|
+
rubygems_version: 3.6.9
|
122
110
|
specification_version: 4
|
123
111
|
summary: Attestation verifier for Confidential Space.
|
124
112
|
test_files: []
|