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 GenericSignedAttestationgetGenericSignedAttestation().grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;GenericSignedAttestationOrBuildergetGenericSignedAttestationOrBuilder().grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;PgpSignedAttestationgetPgpSignedAttestation()A PGP signed attestation.PgpSignedAttestationOrBuildergetPgpSignedAttestationOrBuilder()A PGP signed attestation.Attestation.SignatureCasegetSignatureCase()booleanhasGenericSignedAttestation().grafeas.v1beta1.attestation.GenericSignedAttestation generic_signed_attestation = 2;booleanhasPgpSignedAttestation()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()
-
-