public sealed class PollAirflowCommandResponse : IMessage<PollAirflowCommandResponse>, IEquatable<PollAirflowCommandResponse>, IDeepCloneable<PollAirflowCommandResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class PollAirflowCommandResponse.
[[["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 page provides reference documentation for the `PollAirflowCommandResponse` class within the Google Cloud Composer v1 API, detailing its structure and usage."],["The `PollAirflowCommandResponse` class represents the response to a `PollAirflowCommandRequest`, containing information about the command's execution status, including its exit status and output."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various .NET functionalities."],["Key properties of `PollAirflowCommandResponse` include `ExitInfo` to check the status of the command, `Output` to get the command output as lines, and `OutputEnd` to identify if there is any more data to come."],["The page also lists the available versions of this reference documentation, ranging from version 1.0.0 to 2.9.0, with 2.9.0 being the latest version."]]],[]]