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

public enum 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.