public interface HashOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Hash.HashType |
getType()
The type of hash that was performed.
|
int |
getTypeValue()
The type of hash that was performed.
|
com.google.protobuf.ByteString |
getValue()
The hash value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The type of hash that was performed.
.grafeas.v1beta1.provenance.Hash.HashType type = 1;Hash.HashType getType()
The type of hash that was performed.
.grafeas.v1beta1.provenance.Hash.HashType type = 1;com.google.protobuf.ByteString getValue()
The hash value.
bytes value = 2;Copyright © 2019 Google LLC. All rights reserved.