Class ListEntriesRequest (3.9.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 to list. Can be provided in URL format.
page_size int
The maximum number of items to return. Default is 10. Maximum limit is 1000. Throws an invalid argument if ``page_size`` is more than 1000.
page_token str
Pagination token that specifies the next page to return. If empty, the first page is returned.
read_mask google.protobuf.field_mask_pb2.FieldMask
The fields to return for each entry. If empty or omitted, all fields are returned. For example, to return a list of entries with only the ``name`` field, set ``read_mask`` to only one path with the ``name`` value.

Inheritance

builtins.object > proto.message.Message > ListEntriesRequest