Class ListServicesRequest (0.2.0)

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

Request message for retrieving a list of Services.

Attributes

NameDescription
parent str
Required. The location and project to list resources on. Location must be a valid GCP region, and may not be the "-" wildcard. Format: projects/{projectnumber}/locations/{location}
page_size int
Maximum number of Services to return in this call.
page_token str
A page token received from a previous call to ListServices. All other parameters must match.
show_deleted bool
If true, returns deleted (but unexpired) resources along with active ones.

Inheritance

builtins.object > proto.message.Message > ListServicesRequest