public interface HashOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getType()
public abstract Hash.HashType getType()
The type of hash that was performed.
.google.events.cloud.cloudbuild.v1.Hash.HashType type = 1;
Returns | |
---|---|
Type | Description |
Hash.HashType |
The type. |
getTypeValue()
public abstract int getTypeValue()
The type of hash that was performed.
.google.events.cloud.cloudbuild.v1.Hash.HashType type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |
getValue()
public abstract ByteString getValue()
The hash value.
bytes value = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The value. |