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 `StopAirflowCommandResponse` class in the Google Cloud Composer v1 API represents the response to a request to stop an Airflow command."],["This class is available across multiple versions, from 1.0.0 to the latest 2.9.0, each documented separately."],["The class inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer management."],["`StopAirflowCommandResponse` has properties such as `IsDone` (indicating if the process is still running) and `Output` (containing messages from the stopping request)."],["The class is found within the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace and is part of the `Google.Cloud.Orchestration.Airflow.Service.V1.dll` assembly."]]],[]]