public interface AuthorityOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHint()
public abstract Authority.Hint getHint()
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;
Returns | |
---|---|
Type | Description |
Authority.Hint |
The hint. |
getHintOrBuilder()
public abstract Authority.HintOrBuilder getHintOrBuilder()
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;
Returns | |
---|---|
Type | Description |
Authority.HintOrBuilder |
hasHint()
public abstract boolean hasHint()
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the hint field is set. |