Class ListServingConfigsRequest (1.10.1)

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

Request for ListServingConfigs method.

Attributes

NameDescription
parent str
Required. The catalog resource name. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
page_size int
Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value greater than 100 is provided, at most 100 results are returned.
page_token str
Optional. A page token, received from a previous ``ListServingConfigs`` call. Provide this to retrieve the subsequent page.

Inheritance

builtins.object > proto.message.Message > ListServingConfigsRequest