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, spanning multiple versions from 2.3.0 to the latest 3.33.0."],["The `ListOperationsResponse` class, which is the result of a `ListOperationsRequest`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and transfer."],["The class contains two key properties: `MissingZones`, a `RepeatedField` of strings that lists any zones where operations might be missing, and `Operations`, a `RepeatedField` of `Operation` objects detailing the operations within the specified zone."],["The `ListOperationsResponse` class can be constructed using a default constructor, or by using another instance of the `ListOperationsResponse` class as a parameter."],["The namespace for this class is `Google.Cloud.Container.V1`, and it is included in the `Google.Cloud.Container.V1.dll` assembly."]]],[]]