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 HashResource.Builder. getContentHash()The hash of the resource content.HashResource. getContentHash()The hash of the resource content.HashResourceOrBuilder. getContentHash()The hash of the resource content.Methods in io.grafeas.v1beta1 with parameters of type Hash Modifier and Type Method Description Resource.BuilderResource.Builder. mergeContentHash(Hash value)The hash of the resource content.Resource.BuilderResource.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 HashHash.Builder. build()HashHash.Builder. buildPartial()static HashHash. getDefaultInstance()HashHash.Builder. getDefaultInstanceForType()HashHash. getDefaultInstanceForType()HashFileHashes.Builder. getFileHash(int index)Required.HashFileHashes. getFileHash(int index)Required.HashFileHashesOrBuilder. getFileHash(int index)Required.static HashHash. parseDelimitedFrom(InputStream input)static HashHash. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HashHash. parseFrom(byte[] data)static HashHash. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HashHash. parseFrom(com.google.protobuf.ByteString data)static HashHash. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HashHash. parseFrom(com.google.protobuf.CodedInputStream input)static HashHash. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HashHash. parseFrom(InputStream input)static HashHash. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HashHash. parseFrom(ByteBuffer data)static HashHash. 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.BuilderFileHashes.Builder. addFileHash(int index, Hash value)Required.FileHashes.BuilderFileHashes.Builder. addFileHash(Hash value)Required.Hash.BuilderHash.Builder. mergeFrom(Hash other)static Hash.BuilderHash. newBuilder(Hash prototype)FileHashes.BuilderFileHashes.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.BuilderFileHashes.Builder. addAllFileHash(Iterable<? extends Hash> values)Required.
-