public sealed class CheckAutopilotCompatibilityResponse : IMessage<CheckAutopilotCompatibilityResponse>, IEquatable<CheckAutopilotCompatibilityResponse>, IDeepCloneable<CheckAutopilotCompatibilityResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class CheckAutopilotCompatibilityResponse.
CheckAutopilotCompatibilityResponse has a list of compatibility issues.
[[["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 `CheckAutopilotCompatibilityResponse` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment."],["The documentation covers multiple versions of the API, ranging from version 2.3.0 to the latest version 3.33.0, with links to detailed documentation for each version."],["The `CheckAutopilotCompatibilityResponse` class is designed to hold a list of compatibility issues related to autopilot functionality, and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Issues`, which is a `RepeatedField` of `AutopilotCompatibilityIssue` objects, and `Summary`, a string that summarizes the compatibility status."],["There are two constructors available for the `CheckAutopilotCompatibilityResponse` class: one default constructor and another that accepts another instance of the same class as a parameter for copying."]]],[]]