ListPhraseSetsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for the ListPhraseSets method.
Attributes
Name | Description |
parent |
str
Required. The project and location of PhraseSet resources to list. The expected format is projects/{project}/locations/{location} .
|
page_size |
int
The maximum number of PhraseSets to return. The service may return fewer than this value. If unspecified, at most 20 PhraseSets will be returned. The maximum value is 20; values above 20 will be coerced to 20. |
page_token |
str
A page token, received from a previous ListPhraseSets call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPhraseSets must match the call that provided the page token. |
show_deleted |
bool
Whether, or not, to show resources that have been deleted. |