public sealed class ListOperationsRequest : IMessage<ListOperationsRequest>, IEquatable<ListOperationsRequest>, IDeepCloneable<ListOperationsRequest>, IBufferMessage, IMessage
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 details the `ListOperationsRequest` class within the `Google.Cloud.Container.V1` namespace, providing a comprehensive list of its available versions, ranging from 2.3.0 to the latest 3.33.0."],["`ListOperationsRequest` is used to list operations and is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `Object` class."],["The class offers two constructors, a default constructor and one that accepts another `ListOperationsRequest` object as a parameter for copying."],["Key properties of `ListOperationsRequest` include `Parent` (to specify the project and location for listing operations) and deprecated fields `ProjectId` and `Zone`."],["The `ListOperationsRequest` class in the `Google.Cloud.Container.V1.dll` assembly, has inherited members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]