Package io.grafeas.v1beta1.attestation
Interface AuthorityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Authority,Authority.Builder
public interface AuthorityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Authority.HintgetHint()Hint hints at the purpose of the attestation authority.Authority.HintOrBuildergetHintOrBuilder()Hint hints at the purpose of the attestation authority.booleanhasHint()Hint hints at the purpose of the attestation authority.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHint
boolean hasHint()
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;- Returns:
- Whether the hint field is set.
-
getHint
Authority.Hint getHint()
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;- Returns:
- The hint.
-
getHintOrBuilder
Authority.HintOrBuilder getHintOrBuilder()
Hint hints at the purpose of the attestation authority.
.grafeas.v1beta1.attestation.Authority.Hint hint = 1;
-
-