Interface AttestationNoteOrBuilder (2.3.1)

public interface AttestationNoteOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHint()

public abstract AttestationNote.Hint getHint()

Hint hints at the purpose of the attestation authority.

.grafeas.v1.AttestationNote.Hint hint = 1;

Returns
TypeDescription
AttestationNote.Hint

The hint.

getHintOrBuilder()

public abstract AttestationNote.HintOrBuilder getHintOrBuilder()

Hint hints at the purpose of the attestation authority.

.grafeas.v1.AttestationNote.Hint hint = 1;

Returns
TypeDescription
AttestationNote.HintOrBuilder

hasHint()

public abstract boolean hasHint()

Hint hints at the purpose of the attestation authority.

.grafeas.v1.AttestationNote.Hint hint = 1;

Returns
TypeDescription
boolean

Whether the hint field is set.