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 webpage provides reference documentation for the `ListOperationsResponse` class within the Google Kubernetes Engine v1 API."],["`ListOperationsResponse` is a class that implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides functionalities for list operations requests."],["The page documents various versions of the Google Cloud Container .NET library, ranging from version 2.3.0 to the latest 3.33.0, including the current 3.24.0 in view."],["The `ListOperationsResponse` class has two main properties: `MissingZones`, which lists zones where operations might be missing, and `Operations`, a list of operations in the specified zone."],["The webpage defines that the class `ListOperationsResponse` can be constructed using a default constructor, or another passing the same type as a parameter."]]],[]]