Cloud Build v1 API - Enum Hash.Types.HashType (2.9.0)

public enum Hash.Types.HashType

Reference documentation and code samples for the Cloud Build v1 API enum Hash.Types.HashType.

Specifies the hash algorithm, if any.

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
Md5

Use a md5 hash.

None

No hash requested.

Sha256

Use a sha256 hash.

Sha512

Use a sha512 hash.