Interface AuthorityOrBuilder (2.4.1)

See more code actions.
public interface AuthorityOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract Authority.Hint getHint()

Hint hints at the purpose of the attestation authority.

.grafeas.v1beta1.attestation.Authority.Hint hint = 1;

Returns
TypeDescription
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

hasHint()

public abstract boolean hasHint()

Hint hints at the purpose of the attestation authority.

.grafeas.v1beta1.attestation.Authority.Hint hint = 1;

Returns
TypeDescription
boolean

Whether the hint field is set.