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, specifically for the .NET framework."],["The `ListOperationsResponse` class is used to represent the result of a `ListOperationsRequest`, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details two constructors for `ListOperationsResponse`: a default constructor and one that takes another `ListOperationsResponse` object as a parameter for copying."],["The `ListOperationsResponse` class contains two main properties: `MissingZones`, a `RepeatedField\u003cstring\u003e` that lists any zones where operations might be missing, and `Operations`, a `RepeatedField\u003cOperation\u003e` that lists the operations in the specified zone."],["The page also provides a comprehensive list of links to different versions of the `ListOperationsResponse` documentation, ranging from version 2.3.0 to the latest version 3.33.0."]]],[]]