Required. The Execution from which the Executions should be listed.
To list all Executions across Jobs, use "-" instead of Job name.
Format: projects/{project}/locations/{location}/jobs/{job}, where {project}
can be project id or number.
[[["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."],[[["The `ListExecutionsRequest` class is used to retrieve a list of Executions from the Cloud Run Admin v2 API, enabling the querying of execution details."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, indicating its role in message handling, comparison, cloning, buffer operations, and paginated requests."],["It supports versioning and provides access to multiple versions of the API, from version 2.13.0 (latest) down to version 1.0.0-beta02, with each version offering the `ListExecutionsRequest` functionality."],["Properties such as `PageSize`, `PageToken`, `Parent`, `ParentAsJobName`, and `ShowDeleted` allow for customization of the request, including pagination, filtering by parent job, and the option to show deleted resources."],["The class provides constructors to create a new request either empty or by cloning an existing `ListExecutionsRequest`, ensuring flexibility in constructing request objects."]]],[]]