Class ListServicesRequest (1.10.2)

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

Request message for the ListServices method.

Attributes

NameDescription
parent str
Parent to search for services on. An example name would be: projects/123 where 123 is the project number.
page_size int
Requested size of the next page of data. Requested page size cannot exceed 200. If not set, the default page size is 50.
page_token str
Token identifying which result to start with, which is returned by a previous list call.
filter str
Only list services that conform to the given filter. The allowed filter strings are state:ENABLED and state:DISABLED.