Class: Google::Cloud::Run::V2::GetWorkerPoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::GetWorkerPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/worker_pool.rb
Overview
Request message for obtaining a WorkerPool by its full name.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The full name of the WorkerPool.
Format:
projects/{project}/locations/{location}/workerPools/{worker_pool}, where
{project} can be project id or number.
122 123 124 125 |
# File 'proto_docs/google/cloud/run/v2/worker_pool.rb', line 122 class GetWorkerPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |