Uses of Class
com.google.devtools.artifactregistry.v1beta2.Hash
-
Packages that use Hash Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry API -
-
Uses of Hash in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 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
File.Builder. getHashes(int index)
The hashes of the file content.Hash
File. getHashes(int index)
The hashes of the file content.Hash
FileOrBuilder. getHashes(int index)
The hashes of the file content.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 com.google.devtools.artifactregistry.v1beta2 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.v1beta2 with parameters of type Hash Modifier and Type Method Description File.Builder
File.Builder. addHashes(int index, Hash value)
The hashes of the file content.File.Builder
File.Builder. addHashes(Hash value)
The hashes of the file content.Hash.Builder
Hash.Builder. mergeFrom(Hash other)
static Hash.Builder
Hash. newBuilder(Hash prototype)
File.Builder
File.Builder. setHashes(int index, Hash value)
The hashes of the file content.Method parameters in com.google.devtools.artifactregistry.v1beta2 with type arguments of type Hash Modifier and Type Method Description File.Builder
File.Builder. addAllHashes(Iterable<? extends Hash> values)
The hashes of the file content.
-