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."],[[["The webpage provides reference documentation for the `ListOperationsRequest` class within the Google Kubernetes Engine v1 API, specifically for the .NET framework."],["The latest version of the class is 3.33.0, and the page also lists previous versions going back to version 2.3.0, allowing for version specific documentation."],["`ListOperationsRequest` is a class used to list operations within the Google Kubernetes Engine, with properties for `Parent`, `ProjectId`, and `Zone` to filter the operations that are listed."],["The `ProjectId` and `Zone` properties are now deprecated, replaced by a single `Parent` property for specifying the project and location of the operations to list, which are identified with the format `projects/*/locations/*`."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality, it also inherits basic methods like `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]