public interface HashOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getType()
Required.
|
ByteString |
getTypeBytes()
Required.
|
ByteString |
getValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getType()
Required. The type of hash that was performed, e.g. "SHA-256".
string type = 1;
ByteString getTypeBytes()
Required. The type of hash that was performed, e.g. "SHA-256".
string type = 1;
ByteString getValue()
Required. The hash value.
bytes value = 2;
Copyright © 2019 Google LLC. All rights reserved.