Interface AttestationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Attestation, Attestation.Builder

    public interface AttestationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasPgpSignedAttestation

        boolean hasPgpSignedAttestation()
         A PGP signed attestation.
         
        .grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
        Returns:
        Whether the pgpSignedAttestation field is set.
      • getPgpSignedAttestation

        PgpSignedAttestation getPgpSignedAttestation()
         A PGP signed attestation.
         
        .grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
        Returns:
        The pgpSignedAttestation.
      • getPgpSignedAttestationOrBuilder

        PgpSignedAttestationOrBuilder getPgpSignedAttestationOrBuilder()
         A PGP signed attestation.
         
        .grafeas.v1beta1.attestation.PgpSignedAttestation pgp_signed_attestation = 1;
      • hasGenericSignedAttestation

        boolean hasGenericSignedAttestation()
        .grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
        Returns:
        Whether the genericSignedAttestation field is set.
      • getGenericSignedAttestation

        GenericSignedAttestation getGenericSignedAttestation()
        .grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
        Returns:
        The genericSignedAttestation.
      • getGenericSignedAttestationOrBuilder

        GenericSignedAttestationOrBuilder getGenericSignedAttestationOrBuilder()
        .grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;