Cloud Composer v1 API - Class ExecuteAirflowCommandRequest (2.7.0)

public sealed class ExecuteAirflowCommandRequest : IMessage<ExecuteAirflowCommandRequest>, IEquatable<ExecuteAirflowCommandRequest>, IDeepCloneable<ExecuteAirflowCommandRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class ExecuteAirflowCommandRequest.

Execute Airflow Command request.

Inheritance

object > ExecuteAirflowCommandRequest

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

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

Constructors

ExecuteAirflowCommandRequest()

public ExecuteAirflowCommandRequest()

ExecuteAirflowCommandRequest(ExecuteAirflowCommandRequest)

public ExecuteAirflowCommandRequest(ExecuteAirflowCommandRequest other)
Parameter
NameDescription
otherExecuteAirflowCommandRequest

Properties

Command

public string Command { get; set; }

Airflow command.

Property Value
TypeDescription
string

Environment

public string Environment { get; set; }

The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".

Property Value
TypeDescription
string

Parameters

public RepeatedField<string> Parameters { get; }

Parameters for the Airflow command/subcommand as an array of arguments. It may contain positional arguments like ["my-dag-id"], key-value parameters like ["--foo=bar"] or ["--foo","bar"], or other flags like ["-f"].

Property Value
TypeDescription
RepeatedFieldstring

Subcommand

public string Subcommand { get; set; }

Airflow subcommand.

Property Value
TypeDescription
string