Package io.grafeas.v1beta1.attestation
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericSignedAttestation
getGenericSignedAttestation()
.grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
GenericSignedAttestationOrBuilder
getGenericSignedAttestationOrBuilder()
.grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
PgpSignedAttestation
getPgpSignedAttestation()
A PGP signed attestation.PgpSignedAttestationOrBuilder
getPgpSignedAttestationOrBuilder()
A PGP signed attestation.Attestation.SignatureCase
getSignatureCase()
boolean
hasGenericSignedAttestation()
.grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;
boolean
hasPgpSignedAttestation()
A PGP signed attestation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getSignatureCase
Attestation.SignatureCase getSignatureCase()
-
-