TriggerSourceToBuildArgs

data class TriggerSourceToBuildArgs(val githubEnterpriseConfig: Output<String>? = null, val ref: Output<String>, val repoType: Output<String>, val uri: Output<String>) : ConvertibleToJava<TriggerSourceToBuildArgs>

Constructors

Link copied to clipboard
fun TriggerSourceToBuildArgs(githubEnterpriseConfig: Output<String>? = null, ref: Output<String>, repoType: Output<String>, uri: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): TriggerSourceToBuildArgs

Properties

Link copied to clipboard
val githubEnterpriseConfig: Output<String>? = null

The full resource name of the github enterprise config. Format: projects/{project}/locations/{location}/githubEnterpriseConfigs/{id}. projects/{project}/githubEnterpriseConfigs/{id}.

Link copied to clipboard
val ref: Output<String>

The branch or tag to use. Must start with "refs/" (required).

Link copied to clipboard
val repoType: Output<String>

The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB, BITBUCKET_SERVER Possible values are UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB, and BITBUCKET_SERVER.

Link copied to clipboard
val uri: Output<String>

The URI of the repo (required).