google-cloud-confidential_computing-v1 1.3.0 → 1.4.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: 10c6265b8e206f45908ac12f0c4c7ff7b0a7f8568f14a0b6fbf57f203bf215db
4
- data.tar.gz: 26f1cfa9caa92136acfe17b78ce41867afcb1b1672df8f146f43536d6250bd2c
3
+ metadata.gz: c950bfd2db670f1c8019b285f44faebe042ed46cc58b5493781fc0f9655cc984
4
+ data.tar.gz: 5b4e0121358facbd0d5c4ee4b4b10b91efd1ceb7a5b49f5a2e09f34caba2a60a
5
5
  SHA512:
6
- metadata.gz: '02843fb6ca4a5122a0a37f90daf0e014a0556dc9d8918baad8bad121f9578e516996e13509432081706e595ede14fadcb10265d095da1af480bada327b05a7f9'
7
- data.tar.gz: 0c4f00ac4d253003099cfe5c75e3b58f2f24ab0dc85870903b49e6eebf6571739b028a0753972c9d1e5ec7e703e45a3f90fc2cec84fb4dd1ec47316917e0a78b
6
+ metadata.gz: 91cfc15248f36a8b5c727825774be43e224d2c95afaa8b7d3e33425cad8c503f8c47a32f2fceb1398ca72435f18c67aca1eb845d91fb7483b2ec84be17873bbe
7
+ data.tar.gz: 562a6c442e3ea6360e3721c32a8638e8b611fb5297b1641b59caf8a7a58c55ad21a69c2bbb00b68869397dbab256ce4c20fc28fea258c74ae6da418afca33fcf
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 2.7+.
88
+ This library is supported on Ruby 3.0+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -320,8 +320,12 @@ module Google
320
320
  #
321
321
  # @param td_ccel [::Google::Cloud::ConfidentialComputing::V1::TdxCcelAttestation, ::Hash]
322
322
  # Optional. A TDX with CCEL and RTMR Attestation Quote.
323
+ #
324
+ # Note: The following fields are mutually exclusive: `td_ccel`, `sev_snp_attestation`. If a field in that set is populated, all other fields in the set will automatically be cleared.
323
325
  # @param sev_snp_attestation [::Google::Cloud::ConfidentialComputing::V1::SevSnpAttestation, ::Hash]
324
326
  # Optional. An SEV-SNP Attestation Report.
327
+ #
328
+ # Note: The following fields are mutually exclusive: `sev_snp_attestation`, `td_ccel`. If a field in that set is populated, all other fields in the set will automatically be cleared.
325
329
  # @param challenge [::String]
326
330
  # Required. The name of the Challenge whose nonce was used to generate the
327
331
  # attestation, in the format `projects/*/locations/*/challenges/*`. The
@@ -446,6 +450,13 @@ module Google
446
450
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
447
451
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
448
452
  # * (`nil`) indicating no credentials
453
+ #
454
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
455
+ # external source for authentication to Google Cloud, you must validate it before
456
+ # providing it to a Google API client library. Providing an unvalidated credential
457
+ # configuration to Google APIs can compromise the security of your systems and data.
458
+ # For more information, refer to [Validate credential configurations from external
459
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
449
460
  # @return [::Object]
450
461
  # @!attribute [rw] scope
451
462
  # The OAuth scopes
@@ -307,8 +307,12 @@ module Google
307
307
  #
308
308
  # @param td_ccel [::Google::Cloud::ConfidentialComputing::V1::TdxCcelAttestation, ::Hash]
309
309
  # Optional. A TDX with CCEL and RTMR Attestation Quote.
310
+ #
311
+ # Note: The following fields are mutually exclusive: `td_ccel`, `sev_snp_attestation`. If a field in that set is populated, all other fields in the set will automatically be cleared.
310
312
  # @param sev_snp_attestation [::Google::Cloud::ConfidentialComputing::V1::SevSnpAttestation, ::Hash]
311
313
  # Optional. An SEV-SNP Attestation Report.
314
+ #
315
+ # Note: The following fields are mutually exclusive: `sev_snp_attestation`, `td_ccel`. If a field in that set is populated, all other fields in the set will automatically be cleared.
312
316
  # @param challenge [::String]
313
317
  # Required. The name of the Challenge whose nonce was used to generate the
314
318
  # attestation, in the format `projects/*/locations/*/challenges/*`. The
@@ -424,6 +428,13 @@ module Google
424
428
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
425
429
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
426
430
  # * (`nil`) indicating no credentials
431
+ #
432
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
433
+ # external source for authentication to Google Cloud, you must validate it before
434
+ # providing it to a Google API client library. Providing an unvalidated credential
435
+ # configuration to Google APIs can compromise the security of your systems and data.
436
+ # For more information, refer to [Validate credential configurations from external
437
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
427
438
  # @return [::Object]
428
439
  # @!attribute [rw] scope
429
440
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ConfidentialComputing
23
23
  module V1
24
- VERSION = "1.3.0"
24
+ VERSION = "1.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -63,9 +63,13 @@ module Google
63
63
  # @!attribute [rw] td_ccel
64
64
  # @return [::Google::Cloud::ConfidentialComputing::V1::TdxCcelAttestation]
65
65
  # Optional. A TDX with CCEL and RTMR Attestation Quote.
66
+ #
67
+ # Note: The following fields are mutually exclusive: `td_ccel`, `sev_snp_attestation`. If a field in that set is populated, all other fields in the set will automatically be cleared.
66
68
  # @!attribute [rw] sev_snp_attestation
67
69
  # @return [::Google::Cloud::ConfidentialComputing::V1::SevSnpAttestation]
68
70
  # Optional. An SEV-SNP Attestation Report.
71
+ #
72
+ # Note: The following fields are mutually exclusive: `sev_snp_attestation`, `td_ccel`. If a field in that set is populated, all other fields in the set will automatically be cleared.
69
73
  # @!attribute [rw] challenge
70
74
  # @return [::String]
71
75
  # Required. The name of the Challenge whose nonce was used to generate the
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-confidential_computing-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -105,7 +104,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
105
104
  licenses:
106
105
  - Apache-2.0
107
106
  metadata: {}
108
- post_install_message:
109
107
  rdoc_options: []
110
108
  require_paths:
111
109
  - lib
@@ -113,15 +111,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
113
111
  requirements:
114
112
  - - ">="
115
113
  - !ruby/object:Gem::Version
116
- version: '2.7'
114
+ version: '3.0'
117
115
  required_rubygems_version: !ruby/object:Gem::Requirement
118
116
  requirements:
119
117
  - - ">="
120
118
  - !ruby/object:Gem::Version
121
119
  version: '0'
122
120
  requirements: []
123
- rubygems_version: 3.5.23
124
- signing_key:
121
+ rubygems_version: 3.6.2
125
122
  specification_version: 4
126
123
  summary: Attestation verifier for Confidential Space.
127
124
  test_files: []