ListDataAccessLabelsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for ListDataAccessLabels.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent resource where this data access label will be created. Format: projects/{project}/locations/{location}/instances/{instance}
|
page_size |
int
The maximum number of data access labels to return. The service may return fewer than this value. If unspecified, at most 100 data access labels will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
page_token |
str
A page token, received from a previous ListDataAccessLabelsRequest call. Provide this to
retrieve the subsequent page.
|
filter |
str
Optional. A filter which should follow the guidelines of AIP-160. Supports filtering on all fieds of DataAccessLabel and all operations as mentioned in https://google.aip.dev/160. example filter: "create_time greater than "2023-04-21T11:30:00-04:00" OR display_name:"-21-1"". |