ListDatabaseCharacterSetsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The request for DatabaseCharacterSet.List.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent value for DatabaseCharacterSets in the following format: projects/{project}/locations/{location}. |
page_size |
int
Optional. The maximum number of DatabaseCharacterSets to return. The service may return fewer than this value. If unspecified, at most 50 DatabaseCharacterSets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
page_token |
str
Optional. A page token, received from a previous ListDatabaseCharacterSets call. Provide this to retrieve
the subsequent page.
When paginating, all other parameters provided to
ListDatabaseCharacterSets must match the call that
provided the page token.
|
filter |
str
Optional. An expression for filtering the results of the request. Only the **character_set_type** field is supported in the following format: character_set_type="{characterSetType}". Accepted values
include DATABASE and NATIONAL.
|