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-04-09 UTC."],[[["Version 3.33.0 is the latest version available for the `Google.Cloud.Container.V1.ListOperationsRequest` class, which is part of the Google Cloud Container API."],["The provided content lists various versions of the `ListOperationsRequest` class, ranging from version 3.0.0 to 3.33.0, as well as older versions under version 2."],["The `ListOperationsRequest` class is used to list operations and inherits from `Object`, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListOperationsRequest` class includes properties like `Parent` to specify the project and location, as well as deprecated properties `ProjectId` and `Zone` for backward compatibility."],["The `ListOperationsRequest` class contains two constructors, one default constructor, and another to allow for copying values from another `ListOperationsRequest` instance."]]],[]]