Class: Google::Cloud::Build::V1::BuildOptions::PoolOption
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::BuildOptions::PoolOption
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Details about how a build should be executed on a WorkerPool
.
See running builds in a private pool for more information.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The
WorkerPool
resource to execute the build on.
Instance Attribute Details
#name ⇒ ::String
Returns The WorkerPool
resource to execute the build on.
You must have cloudbuild.workerpools.use
on the project hosting the
WorkerPool.
Format projects/{project}/locations/{location}/workerPools/{workerPoolId}.
1881 1882 1883 1884 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1881 class PoolOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |