Class Hash.Builder (1.82.0)

public static final class Hash.Builder extends GeneratedMessage.Builder<Hash.Builder> implements HashOrBuilder

A hash of file content.

Protobuf type google.devtools.artifactregistry.v1beta2.Hash

Implements

HashOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Hash build()
Returns
Type Description
Hash

buildPartial()

public Hash buildPartial()
Returns
Type Description
Hash

clear()

public Hash.Builder clear()
Returns
Type Description
Hash.Builder
Overrides

clearType()

public Hash.Builder clearType()

The algorithm used to compute the hash value.

.google.devtools.artifactregistry.v1beta2.Hash.HashType type = 1;

Returns
Type Description
Hash.Builder

This builder for chaining.

clearValue()

public Hash.Builder clearValue()

The hash value.

bytes value = 2;

Returns
Type Description
Hash.Builder

This builder for chaining.

getDefaultInstanceForType()

public Hash getDefaultInstanceForType()
Returns
Type Description
Hash

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getType()

public Hash.HashType getType()

The algorithm used to compute the hash value.

.google.devtools.artifactregistry.v1beta2.Hash.HashType type = 1;

Returns
Type Description
Hash.HashType

The type.

getTypeValue()

public int getTypeValue()

The algorithm used to compute the hash value.

.google.devtools.artifactregistry.v1beta2.Hash.HashType type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.

getValue()

public ByteString getValue()

The hash value.

bytes value = 2;

Returns
Type Description
ByteString

The value.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Hash other)

public Hash.Builder mergeFrom(Hash other)
Parameter
Name Description
other Hash
Returns
Type Description
Hash.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Hash.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Hash.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Hash.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Hash.Builder
Overrides

setType(Hash.HashType value)

public Hash.Builder setType(Hash.HashType value)

The algorithm used to compute the hash value.

.google.devtools.artifactregistry.v1beta2.Hash.HashType type = 1;

Parameter
Name Description
value Hash.HashType

The type to set.

Returns
Type Description
Hash.Builder

This builder for chaining.

setTypeValue(int value)

public Hash.Builder setTypeValue(int value)

The algorithm used to compute the hash value.

.google.devtools.artifactregistry.v1beta2.Hash.HashType type = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for type to set.

Returns
Type Description
Hash.Builder

This builder for chaining.

setValue(ByteString value)

public Hash.Builder setValue(ByteString value)

The hash value.

bytes value = 2;

Parameter
Name Description
value ByteString

The value to set.

Returns
Type Description
Hash.Builder

This builder for chaining.