Interface VerifyConfidentialGkeResponseOrBuilder (0.60.0)

public interface VerifyConfidentialGkeResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttestationToken()

public abstract String getAttestationToken()

Output only. The attestation token issued by this service for Confidential GKE. It contains specific platform claims based on the contents of the provided attestation.

string attestation_token = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The attestationToken.

getAttestationTokenBytes()

public abstract ByteString getAttestationTokenBytes()

Output only. The attestation token issued by this service for Confidential GKE. It contains specific platform claims based on the contents of the provided attestation.

string attestation_token = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for attestationToken.