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 documentation for the `ListOperationsResponse` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The `ListOperationsResponse` class is the result of a `ListOperationsRequest` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties `MissingZones` to indicate potentially incomplete operation lists from certain zones, and `Operations`, which is a list of operations in the project and specified zone."],["The available version on the webpage range from 3.33.0 all the way to 2.3.0, with the latest version being 3.33.0, and all versions are referencing the same `ListOperationsResponse` object."],["The documentation for the `ListOperationsResponse` object details its constructors, including a default constructor and a constructor for cloning, alongside properties and their type and description."]]],[]]