ListDataAgentsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message for requesting list of DataAgents.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. Parent value for ListDataAgentsRequest. |
page_size |
int
Optional. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
page_token |
str
Optional. A page token, received from a previous ListDataAgents call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
ListDataAgents must match the call that provided the
page token. The service may return fewer than this value.
|
filter |
str
Optional. Filtering results. See AIP-160 __ for syntax.
|
order_by |
str
Optional. User specification for how to order the results. |
show_deleted |
bool
Optional. If true, the list results will include soft-deleted DataAgents. Defaults to false. |