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-04-09 UTC."],[[["The webpage provides a comprehensive list of versions for the `ListOperationsRequest` class, ranging from the latest version 3.33.0 down to 2.3.0."],["`ListOperationsRequest` is a class within the `Google.Cloud.Container.V1` namespace, used to list operations and is part of the Google Cloud Container API, implemented through several interfaces."],["The class `ListOperationsRequest` has two constructors: one default and another that takes another `ListOperationsRequest` object as a parameter for creation."],["`ListOperationsRequest` includes properties such as `Parent`, which specifies the project and location for listing operations, and deprecated properties `ProjectId` and `Zone` for legacy use."],["The `ListOperationsRequest` class has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the Object base class."]]],[]]