Reference documentation and code samples for the Google Cloud Build V1 Client class GetWorkerPoolRequest.
Request to get a WorkerPool with the specified name.
Generated from protobuf message google.devtools.cloudbuild.v1.GetWorkerPoolRequest
Namespace
Google \ Cloud \ Build \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the |
getName
Required. The name of the WorkerPool to retrieve.
Format: projects/{project}/locations/{location}/workerPools/{workerPool}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the WorkerPool to retrieve.
Format: projects/{project}/locations/{location}/workerPools/{workerPool}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|