Uses of Class
io.grafeas.v1beta1.provenance.Hash
-
Packages that use Hash Package Description io.grafeas.v1beta1 io.grafeas.v1beta1.provenance -
-
Uses of Hash in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return Hash Modifier and Type Method Description Hash
Resource.Builder. getContentHash()
The hash of the resource content.Hash
Resource. getContentHash()
The hash of the resource content.Hash
ResourceOrBuilder. getContentHash()
The hash of the resource content.Methods in io.grafeas.v1beta1 with parameters of type Hash Modifier and Type Method Description Resource.Builder
Resource.Builder. mergeContentHash(Hash value)
The hash of the resource content.Resource.Builder
Resource.Builder. setContentHash(Hash value)
The hash of the resource content. -
Uses of Hash in io.grafeas.v1beta1.provenance
Methods in io.grafeas.v1beta1.provenance that return Hash Modifier and Type Method Description Hash
Hash.Builder. build()
Hash
Hash.Builder. buildPartial()
static Hash
Hash. getDefaultInstance()
Hash
Hash.Builder. getDefaultInstanceForType()
Hash
Hash. getDefaultInstanceForType()
Hash
FileHashes.Builder. getFileHash(int index)
Required.Hash
FileHashes. getFileHash(int index)
Required.Hash
FileHashesOrBuilder. getFileHash(int index)
Required.static Hash
Hash. parseDelimitedFrom(InputStream input)
static Hash
Hash. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Hash
Hash. parseFrom(byte[] data)
static Hash
Hash. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Hash
Hash. parseFrom(com.google.protobuf.ByteString data)
static Hash
Hash. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Hash
Hash. parseFrom(com.google.protobuf.CodedInputStream input)
static Hash
Hash. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Hash
Hash. parseFrom(InputStream input)
static Hash
Hash. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Hash
Hash. parseFrom(ByteBuffer data)
static Hash
Hash. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grafeas.v1beta1.provenance that return types with arguments of type Hash Modifier and Type Method Description List<Hash>
FileHashes.Builder. getFileHashList()
Required.List<Hash>
FileHashes. getFileHashList()
Required.List<Hash>
FileHashesOrBuilder. getFileHashList()
Required.com.google.protobuf.Parser<Hash>
Hash. getParserForType()
static com.google.protobuf.Parser<Hash>
Hash. parser()
Methods in io.grafeas.v1beta1.provenance with parameters of type Hash Modifier and Type Method Description FileHashes.Builder
FileHashes.Builder. addFileHash(int index, Hash value)
Required.FileHashes.Builder
FileHashes.Builder. addFileHash(Hash value)
Required.Hash.Builder
Hash.Builder. mergeFrom(Hash other)
static Hash.Builder
Hash. newBuilder(Hash prototype)
FileHashes.Builder
FileHashes.Builder. setFileHash(int index, Hash value)
Required.Method parameters in io.grafeas.v1beta1.provenance with type arguments of type Hash Modifier and Type Method Description FileHashes.Builder
FileHashes.Builder. addAllFileHash(Iterable<? extends Hash> values)
Required.
-