Class GetWorkerPoolRequest (3.9.2)

GetWorkerPoolRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to get a WorkerPool with the specified name.

Attribute

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

Inheritance

builtins.object > proto.message.Message > GetWorkerPoolRequest