public enum Hash.HashType extends Enum<Hash.HashType> implements ProtocolMessageEnum
Specifies the hash algorithm, if any.
Protobuf enum google.events.cloud.cloudbuild.v1.Hash.HashType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MD5 |
Use a md5 hash. |
MD5_VALUE |
Use a md5 hash. |
NONE |
No hash requested. |
NONE_VALUE |
No hash requested. |
SHA256 |
Use a sha256 hash. |
SHA256_VALUE |
Use a sha256 hash. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |