public interface AttestationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGenericSignedAttestation()
public abstract GenericSignedAttestation getGenericSignedAttestation().grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
| Type | Description |
| GenericSignedAttestation | The genericSignedAttestation. |
getGenericSignedAttestationOrBuilder()
public abstract GenericSignedAttestationOrBuilder getGenericSignedAttestationOrBuilder().grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
| Type | Description |
| GenericSignedAttestationOrBuilder |
getPgpSignedAttestation()
public abstract PgpSignedAttestation getPgpSignedAttestation()A PGP signed attestation.
.grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
| Type | Description |
| PgpSignedAttestation | The pgpSignedAttestation. |
getPgpSignedAttestationOrBuilder()
public abstract PgpSignedAttestationOrBuilder getPgpSignedAttestationOrBuilder()A PGP signed attestation.
.grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
| Type | Description |
| PgpSignedAttestationOrBuilder |
getSignatureCase()
public abstract Attestation.SignatureCase getSignatureCase()| Type | Description |
| Attestation.SignatureCase |
hasGenericSignedAttestation()
public abstract boolean hasGenericSignedAttestation().grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
| Type | Description |
| boolean | Whether the genericSignedAttestation field is set. |
hasPgpSignedAttestation()
public abstract boolean hasPgpSignedAttestation()A PGP signed attestation.
.grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
| Type | Description |
| boolean | Whether the pgpSignedAttestation field is set. |