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 reference documentation for the `ListOperationsRequest` class within the Google Kubernetes Engine v1 API for .NET, specifically detailing version 3.8.0, with links to older versions."],["The `ListOperationsRequest` class is used to list operations and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["The document details two constructors for the `ListOperationsRequest` class: a default constructor and one that takes another `ListOperationsRequest` object as a parameter, used for copying."],["The `ListOperationsRequest` class has properties such as `Parent`, `ProjectId`, and `Zone`, with `ProjectId` and `Zone` being deprecated and replaced by `Parent`, which specifies the project and location for the operations."],["There is a list of prior version references ranging from version 2.3.0 to the most recent 3.33.0 that reference the `ListOperationsRequest` within the Google Cloud Container documentation."]]],[]]