Interface HashOrBuilder (3.15.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface HashOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract Hash.HashType getType()

The type of hash that was performed.

.google.devtools.cloudbuild.v1.Hash.HashType type = 1;

Returns
TypeDescription
Hash.HashType

The type.

getTypeValue()

public abstract int getTypeValue()

The type of hash that was performed.

.google.devtools.cloudbuild.v1.Hash.HashType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

getValue()

public abstract ByteString getValue()

The hash value.

bytes value = 2;

Returns
TypeDescription
ByteString

The value.