Interface KeyOperationAttestationOrBuilder (2.3.1)

public interface KeyOperationAttestationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContent()

public abstract ByteString getContent()

Output only. The attestation data provided by the HSM when the key operation was performed.

bytes content = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The content.

getFormat()

public abstract KeyOperationAttestation.AttestationFormat getFormat()

Output only. The format of the attestation data.

.google.cloud.kms.v1.KeyOperationAttestation.AttestationFormat format = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
KeyOperationAttestation.AttestationFormat

The format.

getFormatValue()

public abstract int getFormatValue()

Output only. The format of the attestation data.

.google.cloud.kms.v1.KeyOperationAttestation.AttestationFormat format = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for format.