Class ListCustomClassesRequest (2.8.0)

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

Message sent by the client for the ListCustomClasses method. .. attribute:: parent

Required. The parent, which owns this collection of custom classes. Format: {api_version}/projects/{project}/locations/{location}/customClasses

:type: str

Attributes

NameDescription
page_size int
The maximum number of custom classes to return. The service may return fewer than this value. If unspecified, at most 50 custom classes 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 ListCustomClass call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListCustomClass must match the call that provided the page token.