Cloud Composer v1 API - Class StopAirflowCommandResponse (2.6.0)

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.

Response to StopAirflowCommandRequest.

Inheritance

object > StopAirflowCommandResponse

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

StopAirflowCommandResponse()

public StopAirflowCommandResponse()

StopAirflowCommandResponse(StopAirflowCommandResponse)

public StopAirflowCommandResponse(StopAirflowCommandResponse other)
Parameter
NameDescription
otherStopAirflowCommandResponse

Properties

IsDone

public bool IsDone { get; set; }

Whether the execution is still running.

Property Value
TypeDescription
bool

Output

public RepeatedField<string> Output { get; }

Output message from stopping execution request.

Property Value
TypeDescription
RepeatedFieldstring