public interface ExecuteAirflowCommandRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand()
Airflow command.
|
com.google.protobuf.ByteString |
getCommandBytes()
Airflow command.
|
String |
getEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
|
com.google.protobuf.ByteString |
getEnvironmentBytes()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
|
String |
getParameters(int index)
Parameters for the Airflow command/subcommand as an array of arguments.
|
com.google.protobuf.ByteString |
getParametersBytes(int index)
Parameters for the Airflow command/subcommand as an array of arguments.
|
int |
getParametersCount()
Parameters for the Airflow command/subcommand as an array of arguments.
|
List<String> |
getParametersList()
Parameters for the Airflow command/subcommand as an array of arguments.
|
String |
getSubcommand()
Airflow subcommand.
|
com.google.protobuf.ByteString |
getSubcommandBytes()
Airflow subcommand.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;com.google.protobuf.ByteString getEnvironmentBytes()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;String getCommand()
Airflow command.
string command = 2;com.google.protobuf.ByteString getCommandBytes()
Airflow command.
string command = 2;String getSubcommand()
Airflow subcommand.
string subcommand = 3;com.google.protobuf.ByteString getSubcommandBytes()
Airflow subcommand.
string subcommand = 3;List<String> getParametersList()
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"]`.
repeated string parameters = 4;int getParametersCount()
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"]`.
repeated string parameters = 4;String getParameters(int index)
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"]`.
repeated string parameters = 4;index - The index of the element to return.com.google.protobuf.ByteString getParametersBytes(int index)
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"]`.
repeated string parameters = 4;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.