public interface AttestationNoteOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHint()
public abstract AttestationNote.Hint getHint()
Hint hints at the purpose of the attestation authority.
.grafeas.v1.AttestationNote.Hint hint = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
AttestationNote.HintOrBuilder |
hasHint()
public abstract boolean hasHint()
Hint hints at the purpose of the attestation authority.
.grafeas.v1.AttestationNote.Hint hint = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the hint field is set. |