Class ListEntriesRequest (2.0.2)

ListEntriesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ListEntries.

Attributes

NameDescription
parent str
Required. The name of the entry group that contains the entries, which can be provided in URL format. Example: - projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
page_size int
The maximum number of items to return. Default is 10. Max limit is 1000. Throws an invalid argument for page_size > 1000.
page_token str
Token that specifies which page is requested. If empty, the first page is returned.
read_mask .field_mask.FieldMask
The fields to return for each Entry. If not set or empty, all fields are returned. For example, setting read_mask to contain only one path "name" will cause ListEntries to return a list of Entries with only "name" field.