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."],[[["The latest version of the Google Cloud Container V1 API is 3.33.0, as indicated by the (latest) tag, and the documentation provides access to versions ranging from 3.33.0 down to 2.3.0."],["`ListOperationsResponse` is a class within the `Google.Cloud.Container.V1` namespace that is the result of a `ListOperationsRequest` in the Google Kubernetes Engine v1 API."],["The `ListOperationsResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, comparison, and cloning."],["`ListOperationsResponse` has two key properties: `MissingZones`, which is a list of any zones that may be missing operations in the returned list, and `Operations`, which is the actual list of operations in the project."],["The reference documentation for `ListOperationsResponse` includes details on its constructors, inherited members, and the assemblies it is a part of, which is the `Google.Cloud.Container.V1.dll`."]]],[]]