Uses of Class
com.google.devtools.artifactregistry.v1.Hash
-
Packages that use Hash Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry API -
-
Uses of Hash in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return Hash Modifier and Type Method Description HashHash.Builder. build()HashHash.Builder. buildPartial()static HashHash. getDefaultInstance()HashHash.Builder. getDefaultInstanceForType()HashHash. getDefaultInstanceForType()HashFile.Builder. getHashes(int index)The hashes of the file content.HashFile. getHashes(int index)The hashes of the file content.HashFileOrBuilder. getHashes(int index)The hashes of the file content.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 com.google.devtools.artifactregistry.v1 that return types with arguments of type Hash Modifier and Type Method Description List<Hash>File.Builder. getHashesList()The hashes of the file content.List<Hash>File. getHashesList()The hashes of the file content.List<Hash>FileOrBuilder. getHashesList()The hashes of the file content.com.google.protobuf.Parser<Hash>Hash. getParserForType()static com.google.protobuf.Parser<Hash>Hash. parser()Methods in com.google.devtools.artifactregistry.v1 with parameters of type Hash Modifier and Type Method Description File.BuilderFile.Builder. addHashes(int index, Hash value)The hashes of the file content.File.BuilderFile.Builder. addHashes(Hash value)The hashes of the file content.Hash.BuilderHash.Builder. mergeFrom(Hash other)static Hash.BuilderHash. newBuilder(Hash prototype)File.BuilderFile.Builder. setHashes(int index, Hash value)The hashes of the file content.Method parameters in com.google.devtools.artifactregistry.v1 with type arguments of type Hash Modifier and Type Method Description File.BuilderFile.Builder. addAllHashes(Iterable<? extends Hash> values)The hashes of the file content.
-