public sealed class ExecuteAirflowCommandResponse : IMessage<ExecuteAirflowCommandResponse>, IEquatable<ExecuteAirflowCommandResponse>, IDeepCloneable<ExecuteAirflowCommandResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class ExecuteAirflowCommandResponse.
[[["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 document provides reference information for the `ExecuteAirflowCommandResponse` class within the Google Cloud Composer v1 API, specifically for version 2.5.0."],["The `ExecuteAirflowCommandResponse` class is a response type for the `ExecuteAirflowCommandRequest`, designed to return information about the execution of Airflow commands."],["The class includes properties like `Error` (for error messages), `ExecutionId` (for unique command IDs), `Pod` (for the pod name), and `PodNamespace` (for the pod namespace)."],["The document lists previous versions of the ExecuteAirflowCommandResponse class all the way back to version 1.0.0, while the latest version available is 2.9.0."],["The `ExecuteAirflowCommandResponse` class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]