Interface VerifyAttestationRequestOrBuilder (0.34.0)

publicinterface VerifyAttestationRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getChallenge()

publicabstractStringgetChallenge()

Required. The name of the Challenge whose nonce was used to generate the attestation, in the format projects/*/locations/*/challenges/*. The provided Challenge will be consumed, and cannot be used again.

string challenge = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The challenge.

getChallengeBytes()

publicabstractByteStringgetChallengeBytes()

Required. The name of the Challenge whose nonce was used to generate the attestation, in the format projects/*/locations/*/challenges/*. The provided Challenge will be consumed, and cannot be used again.

string challenge = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for challenge.

getConfidentialSpaceInfo()

publicabstractConfidentialSpaceInfogetConfidentialSpaceInfo()

Optional. Optional information related to the Confidential Space TEE.

.google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo confidential_space_info = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ConfidentialSpaceInfo

The confidentialSpaceInfo.

getConfidentialSpaceInfoOrBuilder()

publicabstractConfidentialSpaceInfoOrBuildergetConfidentialSpaceInfoOrBuilder()

Optional. Optional information related to the Confidential Space TEE.

.google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo confidential_space_info = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ConfidentialSpaceInfoOrBuilder

getGcpCredentials()

publicabstractGcpCredentialsgetGcpCredentials()

Optional. Credentials used to populate the "emails" claim in the claims_token.

.google.cloud.confidentialcomputing.v1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GcpCredentials

The gcpCredentials.

getGcpCredentialsOrBuilder()

publicabstractGcpCredentialsOrBuildergetGcpCredentialsOrBuilder()

Optional. Credentials used to populate the "emails" claim in the claims_token.

.google.cloud.confidentialcomputing.v1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GcpCredentialsOrBuilder

getSevSnpAttestation()

publicabstractSevSnpAttestationgetSevSnpAttestation()

Optional. An SEV-SNP Attestation Report.

.google.cloud.confidentialcomputing.v1.SevSnpAttestation sev_snp_attestation = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SevSnpAttestation

The sevSnpAttestation.

getSevSnpAttestationOrBuilder()

publicabstractSevSnpAttestationOrBuildergetSevSnpAttestationOrBuilder()

Optional. An SEV-SNP Attestation Report.

.google.cloud.confidentialcomputing.v1.SevSnpAttestation sev_snp_attestation = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SevSnpAttestationOrBuilder

getTdCcel()

publicabstractTdxCcelAttestationgetTdCcel()

Optional. A TDX with CCEL and RTMR Attestation Quote.

.google.cloud.confidentialcomputing.v1.TdxCcelAttestation td_ccel = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TdxCcelAttestation

The tdCcel.

getTdCcelOrBuilder()

publicabstractTdxCcelAttestationOrBuildergetTdCcelOrBuilder()

Optional. A TDX with CCEL and RTMR Attestation Quote.

.google.cloud.confidentialcomputing.v1.TdxCcelAttestation td_ccel = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TdxCcelAttestationOrBuilder

getTeeAttestationCase()

publicabstractVerifyAttestationRequest.TeeAttestationCasegetTeeAttestationCase()
Returns
Type Description
VerifyAttestationRequest.TeeAttestationCase

getTokenOptions()

publicabstractTokenOptionsgetTokenOptions()

Optional. A collection of optional, workload-specified claims that modify the token output.

.google.cloud.confidentialcomputing.v1.TokenOptions token_options = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TokenOptions

The tokenOptions.

getTokenOptionsOrBuilder()

publicabstractTokenOptionsOrBuildergetTokenOptionsOrBuilder()

Optional. A collection of optional, workload-specified claims that modify the token output.

.google.cloud.confidentialcomputing.v1.TokenOptions token_options = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TokenOptionsOrBuilder

getTpmAttestation()

publicabstractTpmAttestationgetTpmAttestation()

Required. The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.

.google.cloud.confidentialcomputing.v1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TpmAttestation

The tpmAttestation.

getTpmAttestationOrBuilder()

publicabstractTpmAttestationOrBuildergetTpmAttestationOrBuilder()

Required. The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.

.google.cloud.confidentialcomputing.v1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TpmAttestationOrBuilder

hasConfidentialSpaceInfo()

publicabstractbooleanhasConfidentialSpaceInfo()

Optional. Optional information related to the Confidential Space TEE.

.google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo confidential_space_info = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the confidentialSpaceInfo field is set.

hasGcpCredentials()

publicabstractbooleanhasGcpCredentials()

Optional. Credentials used to populate the "emails" claim in the claims_token.

.google.cloud.confidentialcomputing.v1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the gcpCredentials field is set.

hasSevSnpAttestation()

publicabstractbooleanhasSevSnpAttestation()

Optional. An SEV-SNP Attestation Report.

.google.cloud.confidentialcomputing.v1.SevSnpAttestation sev_snp_attestation = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the sevSnpAttestation field is set.

hasTdCcel()

publicabstractbooleanhasTdCcel()

Optional. A TDX with CCEL and RTMR Attestation Quote.

.google.cloud.confidentialcomputing.v1.TdxCcelAttestation td_ccel = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the tdCcel field is set.

hasTokenOptions()

publicabstractbooleanhasTokenOptions()

Optional. A collection of optional, workload-specified claims that modify the token output.

.google.cloud.confidentialcomputing.v1.TokenOptions token_options = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the tokenOptions field is set.

hasTpmAttestation()

publicabstractbooleanhasTpmAttestation()

Required. The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.

.google.cloud.confidentialcomputing.v1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the tpmAttestation field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.