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."],[[["Version 3.33.0 is the latest release for the Google.Cloud.Container.V1 API, with a complete history of versions available, including the current version 3.28.0, down to version 2.3.0."],["The `CheckAutopilotCompatibilityResponse` class provides details about compatibility issues when using Google Kubernetes Engine Autopilot, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CheckAutopilotCompatibilityResponse` class includes a `RepeatedField` property called `Issues`, which contains a list of `AutopilotCompatibilityIssue` objects, and a `Summary` property, which contains a string description of the overall compatibility response."],["The class `CheckAutopilotCompatibilityResponse` inherits from the base `object` class, and contains the constructor `CheckAutopilotCompatibilityResponse` and overloads for said constructor."]]],[]]