ListAccessibleDataAgentsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Message for requesting list of accessible DataAgents.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. Parent value for ListAccessibleDataAgentsRequest. |
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 ListAccessibleDataAgents call. Provide this to retrieve
the subsequent page.
When paginating, all other parameters provided to
ListAccessibleDataAgents 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. |
creator_filter |
google.cloud.geminidataanalytics_v1alpha.types.ListAccessibleDataAgentsRequest.CreatorFilter
Optional. Filter for the creator of the agent. |
Classes
CreatorFilter
CreatorFilter(value)Filter for the creator of the agent.