Interface DSSEAttestationNoteOrBuilder (2.42.0)

public interface DSSEAttestationNoteOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHint()

public abstract DSSEAttestationNote.DSSEHint getHint()

DSSEHint hints at the purpose of the attestation authority.

.grafeas.v1.DSSEAttestationNote.DSSEHint hint = 1;

Returns
TypeDescription
DSSEAttestationNote.DSSEHint

The hint.

getHintOrBuilder()

public abstract DSSEAttestationNote.DSSEHintOrBuilder getHintOrBuilder()

DSSEHint hints at the purpose of the attestation authority.

.grafeas.v1.DSSEAttestationNote.DSSEHint hint = 1;

Returns
TypeDescription
DSSEAttestationNote.DSSEHintOrBuilder

hasHint()

public abstract boolean hasHint()

DSSEHint hints at the purpose of the attestation authority.

.grafeas.v1.DSSEAttestationNote.DSSEHint hint = 1;

Returns
TypeDescription
boolean

Whether the hint field is set.