public sealed class StopAirflowCommandResponse : IMessage<StopAirflowCommandResponse>, IEquatable<StopAirflowCommandResponse>, IDeepCloneable<StopAirflowCommandResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Composer v1 API class StopAirflowCommandResponse.
Response to StopAirflowCommandRequest.
Implements
IMessageStopAirflowCommandResponse, IEquatableStopAirflowCommandResponse, IDeepCloneableStopAirflowCommandResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
StopAirflowCommandResponse()
public StopAirflowCommandResponse()StopAirflowCommandResponse(StopAirflowCommandResponse)
public StopAirflowCommandResponse(StopAirflowCommandResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
StopAirflowCommandResponse |
Properties
IsDone
public bool IsDone { get; set; }Whether the execution is still running.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Output
public RepeatedField<string> Output { get; }Output message from stopping execution request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|