public static interface AttestationNote.HintOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getHumanReadableName()
Required.
|
ByteString |
getHumanReadableNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getHumanReadableName()
Required. The human readable name of this attestation authority, for example "qa".
string human_readable_name = 1;
ByteString getHumanReadableNameBytes()
Required. The human readable name of this attestation authority, for example "qa".
string human_readable_name = 1;
Copyright © 2019 Google LLC. All rights reserved.