public sealed class ListOperationsResponse : IMessage<ListOperationsResponse>, IEquatable<ListOperationsResponse>, IDeepCloneable<ListOperationsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ListOperationsResponse.
ListOperationsResponse is the result of ListOperationsRequest.
[[["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 documentation for the `ListOperationsResponse` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, showcasing versions from 2.3.0 to the latest 3.33.0."],["The `ListOperationsResponse` class is part of the `Google.Cloud.Container.V1` namespace and is used to represent the result of a `ListOperationsRequest` in the API."],["It inherits from `object` and implements `IMessage`, `IEquatable\u003cListOperationsResponse\u003e`, `IDeepCloneable\u003cListOperationsResponse\u003e`, and `IBufferMessage`, offering functionalities like deep cloning and buffer messaging."],["Key properties of `ListOperationsResponse` include `MissingZones`, a `RepeatedField\u003cstring\u003e` that lists zones potentially missing from the operation list, and `Operations`, a `RepeatedField\u003cOperation\u003e` containing the operations within the project and specified zone."],["The latest version of this specific api is 3.33.0, and all of the versions of the api are documented."]]],[]]