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 reference documentation for the `ListOperationsResponse` class within the Google Kubernetes Engine v1 API for .NET, specifically within version 3.9.0 and its previous 38 versions."],["The `ListOperationsResponse` class is used to represent the result of a `ListOperationsRequest` and it inherits and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListOperationsResponse` class includes two primary properties: `MissingZones`, which indicates zones that might have missing operation data, and `Operations`, which is a list of operations within the specified project zone."],["The documentation covers the constructor methods of the class, as well as detailing the type, description, and property values for the properties of `ListOperationsResponse`."],["The webpage has a navigable list of versions from 3.33.0, listed as latest, down to version 2.3.0 for Google Cloud Container V1 API."]]],[]]