Class: Google::Cloud::Build::V1::GetWorkerPoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::GetWorkerPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Request to get a WorkerPool
with the specified name.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the WorkerPool
to retrieve.
Format: projects/{project}/locations/{location}/workerPools/{workerPool}
.
2313 2314 2315 2316 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2313 class GetWorkerPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |