Package io.grafeas.v1beta1.attestation
Interface Authority.HintOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Authority.Hint,Authority.Hint.Builder
- Enclosing class:
- Authority
public static interface Authority.HintOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHumanReadableName()Required.com.google.protobuf.ByteStringgetHumanReadableNameBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHumanReadableName
String getHumanReadableName()
Required. The human readable name of this attestation authority, for example "qa".
string human_readable_name = 1;- Returns:
- The humanReadableName.
-
getHumanReadableNameBytes
com.google.protobuf.ByteString getHumanReadableNameBytes()
Required. The human readable name of this attestation authority, for example "qa".
string human_readable_name = 1;- Returns:
- The bytes for humanReadableName.
-
-