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-04-09 UTC."],[[["The webpage provides documentation for the `ListOperationsRequest` class within the Google Kubernetes Engine v1 API, covering versions from 2.3.0 up to the latest, 3.33.0."],["`ListOperationsRequest` is used to list operations and is part of the `Google.Cloud.Container.V1` namespace, implemented with several interfaces for functionality and inheritance from the Object class."],["The `ListOperationsRequest` class includes properties such as `Parent`, which specifies the project and location, and deprecated properties `ProjectId` and `Zone`, which have been replaced by the `Parent` property."],["The class has two constructors: a default one and one that copies another `ListOperationsRequest` object, providing flexibility in creating instances."],["The webpage lists the available versions, documentation, and code samples for `ListOperationsRequest` which can be found in the Google.Cloud.Container.V1.dll assembly."]]],[]]