public sealed class ListOperationsRequest : IMessage<ListOperationsRequest>, IEquatable<ListOperationsRequest>, IDeepCloneable<ListOperationsRequest>, IBufferMessage, IMessage
The parent (project and location) where the operations will be listed.
Specified in the format projects/*/locations/*.
Location "-" matches all zones and all regions.
Deprecated. The name of the Google Compute Engine
zone to return
operations for, or - for all zones. This field has been deprecated and
replaced by the parent field.
[[["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 `ListOperationsRequest` class within the `Google.Cloud.Container.V1` namespace, used for listing operations within Google Cloud Container."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like serialization and comparison."],["The `ListOperationsRequest` class includes properties such as `Parent`, `ProjectId` (deprecated), and `Zone` (deprecated) for specifying the scope of operations to be listed, with `Parent` now preferred."],["The page provides a version history of the class, ranging from version 3.33.0 (latest) down to version 2.3.0, with links to each version's documentation for `ListOperationsRequest`."],["There are two constructors for the `ListOperationsRequest` class: one default constructor and another that accepts an instance of `ListOperationsRequest` to copy its properties."]]],[]]