public interface KeyOperationAttestationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCertChains()
public abstract KeyOperationAttestation.CertificateChains getCertChains()Output only. The certificate chains needed to validate the attestation
.google.cloud.kms.v1.KeyOperationAttestation.CertificateChains cert_chains = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| KeyOperationAttestation.CertificateChains | The certChains. |
getCertChainsOrBuilder()
public abstract KeyOperationAttestation.CertificateChainsOrBuilder getCertChainsOrBuilder()Output only. The certificate chains needed to validate the attestation
.google.cloud.kms.v1.KeyOperationAttestation.CertificateChains cert_chains = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| KeyOperationAttestation.CertificateChainsOrBuilder |
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];
| 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];
| 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];
| Type | Description |
| int | The enum numeric value on the wire for format. |
hasCertChains()
public abstract boolean hasCertChains()Output only. The certificate chains needed to validate the attestation
.google.cloud.kms.v1.KeyOperationAttestation.CertificateChains cert_chains = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the certChains field is set. |