Class: Google::Cloud::Build::V1::GetWorkerPoolRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The name of the WorkerPool to retrieve. Format: projects/{project}/locations/{location}/workerPools/{workerPool}.

Returns:

  • (::String)

    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