Class Hash.Builder (2.84.0)

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

Container message for hash values.

Protobuf type grafeas.v1.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()

Required. The type of hash that was performed, e.g. "SHA-256".

string type = 1;

Returns
Type Description
Hash.Builder

This builder for chaining.

clearValue()

public Hash.Builder clearValue()

Required. 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 String getType()

Required. The type of hash that was performed, e.g. "SHA-256".

string type = 1;

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

Required. The type of hash that was performed, e.g. "SHA-256".

string type = 1;

Returns
Type Description
ByteString

The bytes for type.

getValue()

public ByteString getValue()

Required. 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(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

mergeFrom(Hash other)

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

setType(String value)

public Hash.Builder setType(String value)

Required. The type of hash that was performed, e.g. "SHA-256".

string type = 1;

Parameter
Name Description
value String

The type to set.

Returns
Type Description
Hash.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public Hash.Builder setTypeBytes(ByteString value)

Required. The type of hash that was performed, e.g. "SHA-256".

string type = 1;

Parameter
Name Description
value ByteString

The bytes for type to set.

Returns
Type Description
Hash.Builder

This builder for chaining.

setValue(ByteString value)

public Hash.Builder setValue(ByteString value)

Required. The hash value.

bytes value = 2;

Parameter
Name Description
value ByteString

The value to set.

Returns
Type Description
Hash.Builder

This builder for chaining.