Class ListAgentPoolsRequest (1.4.0)

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

The request passed to ListAgentPools.

Attributes

NameDescription
project_id str
Required. The ID of the Google Cloud project that owns the job.
filter str
An optional list of query parameters specified as JSON text in the form of: ``{"agentPoolNames":["agentpool1","agentpool2",...]}`` Since ``agentPoolNames`` support multiple values, its values must be specified with array notation. When the filter is either empty or not provided, the list returns all agent pools for the project.
page_size int
The list page size. The max allowed value is ``256``.
page_token str
The list page token.

Inheritance

builtins.object > proto.message.Message > ListAgentPoolsRequest