Class ListViewsRequest (1.4.4)

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

The request to list views.

Attributes

NameDescription
parent str
Required. The parent resource of the views.
page_size int
The maximum number of views to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty ``next_page_token`` in the response indicates that more data is available.
page_token str
The value returned by the last ``ListViewsResponse``; indicates that this is a continuation of a prior ``ListViews`` call and the system should return the next page of data.

Inheritance

builtins.object > proto.message.Message > ListViewsRequest