public sealed class StopAirflowCommandResponse : IMessage<StopAirflowCommandResponse>, IEquatable<StopAirflowCommandResponse>, IDeepCloneable<StopAirflowCommandResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class StopAirflowCommandResponse.
[[["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."],[[["The document provides reference documentation for the `StopAirflowCommandResponse` class within the Cloud Composer v1 API, specifically for version 2.5.0."],["`StopAirflowCommandResponse` is a class that represents the response to a `StopAirflowCommandRequest`, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is found in the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace and is contained within the `Google.Cloud.Orchestration.Airflow.Service.V1.dll` assembly."],["The class includes two constructors: a default constructor and one that accepts another `StopAirflowCommandResponse` instance."],["Key properties of the class are `IsDone`, which is a boolean indicating if execution is still ongoing, and `Output`, which is a `RepeatedField\u003cstring\u003e` for storing output messages."]]],[]]