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