Interface AuthorityOrBuilder (2.5.0)

public interface AuthorityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHint()

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
TypeDescription
Authority.HintOrBuilder

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.