Package io.grafeas.v1
Interface AttestationNote.HintOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AttestationNote.Hint
,AttestationNote.Hint.Builder
- Enclosing class:
- AttestationNote
public static interface AttestationNote.HintOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHumanReadableName()
Required.com.google.protobuf.ByteString
getHumanReadableNameBytes()
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.
-
-