Class ListInstancesRequest (0.2.0)

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

Request message for Instances.ListInstances. .. attribute:: parent

Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1.

:type: str

Attributes

NameDescription
page_size int
Maximum results to return per page.
page_token str
Continuation token for fetching the next page of results.

Inheritance

builtins.object > proto.message.Message > ListInstancesRequest