Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::BuildOptions::PoolOption.
Details about how a build should be executed on a WorkerPool
.
See running builds in a private pool for more information.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
-
(::String) — The
WorkerPool
resource to execute the build on. You must havecloudbuild.workerpools.use
on the project hosting the WorkerPool.Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
#name=
def name=(value) -> ::String
-
value (::String) — The
WorkerPool
resource to execute the build on. You must havecloudbuild.workerpools.use
on the project hosting the WorkerPool.Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
-
(::String) — The
WorkerPool
resource to execute the build on. You must havecloudbuild.workerpools.use
on the project hosting the WorkerPool.Format projects/{project}/locations/{location}/workerPools/{workerPoolId}