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 documentation for the `ListOperationsRequest` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, spanning multiple versions from 2.3.0 to the latest 3.33.0."],["`ListOperationsRequest` is used to list operations and is part of the `Google.Cloud.Container.V1` namespace, with its reference documentation found in the `Google.Cloud.Container.V1.dll` assembly."],["The class `ListOperationsRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class contains properties such as `Parent`, `ProjectId` (deprecated), and `Zone` (deprecated), which are used to specify the scope of operations to list."],["The two constructors provided for `ListOperationsRequest` are a default constructor and a copy constructor that takes another `ListOperationsRequest` object as a parameter."]]],[]]