public sealed class ListOperationsRequest : IMessage<ListOperationsRequest>, IEquatable<ListOperationsRequest>, IDeepCloneable<ListOperationsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ListOperationsRequest.
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 provides documentation for the `ListOperationsRequest` class within the Google Kubernetes Engine v1 API for .NET, offering reference materials and code samples."],["The `ListOperationsRequest` class, found within the `Google.Cloud.Container.V1` namespace, is used to list operations and is implemented as part of multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of the API is 3.33.0, with a history of prior releases dating back to version 2.3.0, all accessible via the provided links."],["Key properties of the `ListOperationsRequest` class include `Parent` to specify the project and location for listing operations, along with the now deprecated properties `ProjectId` and `Zone`."],["The document also shows that `ListOperationsRequest` class is inheriting members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]