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 the .NET environment, spanning versions from 2.3.0 up to the latest version 3.33.0."],["`ListOperationsResponse` is the result of a `ListOperationsRequest`, used to retrieve a list of operations within a specific zone in the Google Cloud environment."],["The class `ListOperationsResponse` inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as message handling, equality comparison, deep cloning, and buffer message operations."],["Key properties of `ListOperationsResponse` include `MissingZones`, which indicates zones where operations might be missing from the returned list, and `Operations`, which contains the actual list of operations."],["The webpage lists the documentation on the class ListOperationsResponse for versions 3.22.0, and below, going back to 2.3.0, with 3.33.0 being the latest version, indicating that the documentation is for a range of specific versions of this API."]]],[]]