Uses of Class
com.google.devtools.artifactregistry.v1beta2.Hash.Builder
-
Packages that use Hash.Builder Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry API -
-
Uses of Hash.Builder in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return Hash.Builder Modifier and Type Method Description Hash.Builder
File.Builder. addHashesBuilder()
The hashes of the file content.Hash.Builder
File.Builder. addHashesBuilder(int index)
The hashes of the file content.Hash.Builder
Hash.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Hash.Builder
Hash.Builder. clear()
Hash.Builder
Hash.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Hash.Builder
Hash.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Hash.Builder
Hash.Builder. clearType()
The algorithm used to compute the hash value.Hash.Builder
Hash.Builder. clearValue()
The hash value.Hash.Builder
Hash.Builder. clone()
Hash.Builder
File.Builder. getHashesBuilder(int index)
The hashes of the file content.Hash.Builder
Hash.Builder. mergeFrom(Hash other)
Hash.Builder
Hash.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Hash.Builder
Hash.Builder. mergeFrom(com.google.protobuf.Message other)
Hash.Builder
Hash.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Hash.Builder
Hash. newBuilder()
static Hash.Builder
Hash. newBuilder(Hash prototype)
Hash.Builder
Hash. newBuilderForType()
protected Hash.Builder
Hash. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Hash.Builder
Hash.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Hash.Builder
Hash.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Hash.Builder
Hash.Builder. setType(Hash.HashType value)
The algorithm used to compute the hash value.Hash.Builder
Hash.Builder. setTypeValue(int value)
The algorithm used to compute the hash value.Hash.Builder
Hash.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Hash.Builder
Hash.Builder. setValue(com.google.protobuf.ByteString value)
The hash value.Hash.Builder
Hash. toBuilder()
Methods in com.google.devtools.artifactregistry.v1beta2 that return types with arguments of type Hash.Builder Modifier and Type Method Description List<Hash.Builder>
File.Builder. getHashesBuilderList()
The hashes of the file content.Methods in com.google.devtools.artifactregistry.v1beta2 with parameters of type Hash.Builder Modifier and Type Method Description File.Builder
File.Builder. addHashes(int index, Hash.Builder builderForValue)
The hashes of the file content.File.Builder
File.Builder. addHashes(Hash.Builder builderForValue)
The hashes of the file content.File.Builder
File.Builder. setHashes(int index, Hash.Builder builderForValue)
The hashes of the file content.
-