Class ListRevisionsRequest (0.4.0)

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

Request message for retrieving a list of Revisions.

Attributes

NameDescription
parent str
Required. The Service from which the Revisions should be listed. To list all Revisions across Services, use "-" instead of Service name. Format: projects/{project}/locations/{location}/services/{service}
page_size int
Maximum number of revisions to return in this call.
page_token str
A page token received from a previous call to ListRevisions. 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 > ListRevisionsRequest