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 documentation for the `ListOperationsResponse` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, covering versions from 2.3.0 to the latest 3.33.0."],["`ListOperationsResponse` is the resulting data structure from a `ListOperationsRequest` in the Google Container API, and it includes details on its implementation, inheritance, and interface information."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from the base `Object` class."],["Key properties within `ListOperationsResponse` include `MissingZones`, which indicates if operations from some zones might be absent, and `Operations`, which is a list of operation objects within a specified project zone."],["The page contains a list of versioned links, enabling developers to access documentation for any specific version from 2.3.0 all the way to 3.33.0."]]],[]]