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}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ListRevisionsRequest` class, which is used to retrieve a list of Revisions in Google Cloud Run."],["The latest version of this class is `2.13.0`, but the page lists all versions from `2.0.0` up to the latest, in addition to version `1.0.0-beta02`."],["`ListRevisionsRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, indicating its role in message handling, comparison, cloning, and page request operations."],["Key properties of `ListRevisionsRequest` include `PageSize`, `PageToken`, `Parent`, `ParentAsServiceName`, and `ShowDeleted`, which allow for controlling the number of revisions returned, pagination, specifying the service to list revisions from, and including deleted revisions in the response."],["The `ListRevisionsRequest` class can be constructed using a default constructor or a copy constructor, and it inherits basic methods from the `Object` class."]]],[]]