Enum Hash.HashType (3.39.0)

public enum Hash.HashType extends Enum<Hash.HashType> implements ProtocolMessageEnum

Specifies the hash algorithm, if any.

Protobuf enum google.devtools.cloudbuild.v1.Hash.HashType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MD5

Use a md5 hash.

MD5 = 2;

MD5_VALUE

Use a md5 hash.

MD5 = 2;

NONE

No hash requested.

NONE = 0;

NONE_VALUE

No hash requested.

NONE = 0;

SHA256

Use a sha256 hash.

SHA256 = 1;

SHA256_VALUE

Use a sha256 hash.

SHA256 = 1;

SHA512

Use a sha512 hash.

SHA512 = 4;

SHA512_VALUE

Use a sha512 hash.

SHA512 = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()