ListServicesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for retrieving a list of Services.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The location and project to list resources on. Location must be a valid Google Cloud region, and cannot be the "-" wildcard. Format: projects/{project}/locations/{location}, where {project} can be project id or number. |
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. |