Cloudbuild_v1Functions

Functions

Link copied to clipboard

Retrieve a BitbucketServerConfig. This API is experimental.

suspend fun getBitbucketServerConfig(bitbucketServerConfigId: String, location: String, project: String? = null): GetBitbucketServerConfigResult
Link copied to clipboard
suspend fun getBuild(argument: GetBuildPlainArgs): GetBuildResult

Returns information about a previously requested build. The Build that is returned includes its status (such as SUCCESS, FAILURE, or WORKING), and timing information.

suspend fun getBuild(argument: suspend GetBuildPlainArgsBuilder.() -> Unit): GetBuildResult
suspend fun getBuild(buildId: String, id: String, location: String, project: String? = null, projectId: String): GetBuildResult
Link copied to clipboard

Retrieve a GitHubEnterpriseConfig.

suspend fun getGithubEnterpriseConfig(configId: String? = null, githubEnterpriseConfigId: String, location: String, project: String? = null, projectId: String? = null): GetGithubEnterpriseConfigResult
Link copied to clipboard

Retrieves a GitLabConfig. This API is experimental

suspend fun getGitLabConfig(gitLabConfigId: String, location: String, project: String? = null): GetGitLabConfigResult
Link copied to clipboard

Returns information about a BuildTrigger. This API is experimental.

suspend fun getTrigger(argument: suspend GetTriggerPlainArgsBuilder.() -> Unit): GetTriggerResult
suspend fun getTrigger(location: String, project: String? = null, projectId: String, triggerId: String): GetTriggerResult
Link copied to clipboard

Returns details of a WorkerPool.

suspend fun getWorkerPool(location: String, project: String? = null, workerPoolId: String): GetWorkerPoolResult