Package-level declarations
Types
Link copied to clipboard
                object Cloudbuild_v1beta1Functions
Link copied to clipboard
                Creates a WorkerPool to run the builds, and returns the new worker pool. NOTE: As of now, this method returns an Operation that is always complete. Auto-naming is currently not supported for this resource.
Link copied to clipboard
                data class WorkerPoolArgs(val annotations: Output<Map<String, String>>? = null, val displayName: Output<String>? = null, val location: Output<String>? = null, val networkConfig: Output<NetworkConfigArgs>? = null, val project: Output<String>? = null, val workerConfig: Output<WorkerConfigArgs>? = null, val workerPoolId: Output<String>? = null) : ConvertibleToJava<WorkerPoolArgs> 
Creates a WorkerPool to run the builds, and returns the new worker pool. NOTE: As of now, this method returns an Operation that is always complete. Auto-naming is currently not supported for this resource.
Link copied to clipboard
                class WorkerPoolArgsBuilder
Builder for WorkerPoolArgs.
Link copied to clipboard
                Link copied to clipboard
                Builder for WorkerPool.
Functions
Link copied to clipboard
                suspend fun workerPool(name: String, block: suspend WorkerPoolResourceBuilder.() -> Unit): WorkerPool