Class VerifyConfidentialGkeResponse.Builder (0.69.0)

public static final class VerifyConfidentialGkeResponse.Builder extends GeneratedMessage.Builder<VerifyConfidentialGkeResponse.Builder> implements VerifyConfidentialGkeResponseOrBuilder

VerifyConfidentialGkeResponse response is returened once a Confidential GKE attestation has been successfully verified, containing a signed OIDC token.

Protobuf type google.cloud.confidentialcomputing.v1.VerifyConfidentialGkeResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public VerifyConfidentialGkeResponse build()
Returns
Type Description
VerifyConfidentialGkeResponse

buildPartial()

public VerifyConfidentialGkeResponse buildPartial()
Returns
Type Description
VerifyConfidentialGkeResponse

clear()

public VerifyConfidentialGkeResponse.Builder clear()
Returns
Type Description
VerifyConfidentialGkeResponse.Builder
Overrides

clearAttestationToken()

public VerifyConfidentialGkeResponse.Builder clearAttestationToken()

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
VerifyConfidentialGkeResponse.Builder

This builder for chaining.

getAttestationToken()

public 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 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.

getDefaultInstanceForType()

public VerifyConfidentialGkeResponse getDefaultInstanceForType()
Returns
Type Description
VerifyConfidentialGkeResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(VerifyConfidentialGkeResponse other)

public VerifyConfidentialGkeResponse.Builder mergeFrom(VerifyConfidentialGkeResponse other)
Parameter
Name Description
other VerifyConfidentialGkeResponse
Returns
Type Description
VerifyConfidentialGkeResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public VerifyConfidentialGkeResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VerifyConfidentialGkeResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public VerifyConfidentialGkeResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
VerifyConfidentialGkeResponse.Builder
Overrides

setAttestationToken(String value)

public VerifyConfidentialGkeResponse.Builder setAttestationToken(String value)

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];

Parameter
Name Description
value String

The attestationToken to set.

Returns
Type Description
VerifyConfidentialGkeResponse.Builder

This builder for chaining.

setAttestationTokenBytes(ByteString value)

public VerifyConfidentialGkeResponse.Builder setAttestationTokenBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for attestationToken to set.

Returns
Type Description
VerifyConfidentialGkeResponse.Builder

This builder for chaining.