Send feedback Class ExecuteAirflowCommandRequest (1.30.0) Stay organized with collections Save and categorize content based on your preferences.
Version 1.30.0keyboard_arrow_down
public final class ExecuteAirflowCommandRequest extends GeneratedMessageV3 implements ExecuteAirflowCommandRequestOrBuilder
Execute Airflow Command request.
Protobuf type google.cloud.orchestration.airflow.service.v1beta1.ExecuteAirflowCommandRequest
Inherited Members com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields COMMAND_FIELD_NUMBER
public static final int COMMAND_FIELD_NUMBER
Field Value Type Description int
ENVIRONMENT_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
Field Value Type Description int
PARAMETERS_FIELD_NUMBER
public static final int PARAMETERS_FIELD_NUMBER
Field Value Type Description int
SUBCOMMAND_FIELD_NUMBER
public static final int SUBCOMMAND_FIELD_NUMBER
Field Value Type Description int
Static Methods getDefaultInstance()
public static ExecuteAirflowCommandRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ExecuteAirflowCommandRequest . Builder newBuilder ()
newBuilder(ExecuteAirflowCommandRequest )
public static ExecuteAirflowCommandRequest . Builder newBuilder ( ExecuteAirflowCommandRequest )
public static ExecuteAirflowCommandRequest parseDelimitedFrom ( InputStream input )
public static ExecuteAirflowCommandRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ExecuteAirflowCommandRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExecuteAirflowCommandRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ExecuteAirflowCommandRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExecuteAirflowCommandRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ExecuteAirflowCommandRequest parseFrom ( CodedInputStream input )
public static ExecuteAirflowCommandRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ExecuteAirflowCommandRequest parseFrom ( InputStream input )
public static ExecuteAirflowCommandRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ExecuteAirflowCommandRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExecuteAirflowCommandRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ExecuteAirflowCommandRequest> parser ()
Methods equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides getCommand()
public String getCommand ()
Airflow command.
string command = 2;
Returns Type Description String
The command.
getCommandBytes()
public ByteString getCommandBytes ()
Airflow command.
string command = 2;
Returns Type Description ByteString
The bytes for command.
getDefaultInstanceForType()
public ExecuteAirflowCommandRequest getDefaultInstanceForType ()
getEnvironment()
public String getEnvironment ()
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;
Returns Type Description String
The environment.
getEnvironmentBytes()
public ByteString getEnvironmentBytes ()
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;
Returns Type Description ByteString
The bytes for environment.
getParameters(int index)
public 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;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The parameters at the given index.
getParametersBytes(int index)
public 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;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the parameters at the given index.
getParametersCount()
public 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;
Returns Type Description int
The count of parameters.
getParametersList()
public ProtocolStringList 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;
getParserForType()
public Parser<ExecuteAirflowCommandRequest> getParserForType ()
Overrides getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides getSubcommand()
public String getSubcommand ()
Airflow subcommand.
string subcommand = 3;
Returns Type Description String
The subcommand.
getSubcommandBytes()
public ByteString getSubcommandBytes ()
Airflow subcommand.
string subcommand = 3;
Returns Type Description ByteString
The bytes for subcommand.
hashCode() Returns Type Description int
Overrides internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides isInitialized()
public final boolean isInitialized ()
Overrides newBuilderForType()
public ExecuteAirflowCommandRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExecuteAirflowCommandRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides toBuilder()
public ExecuteAirflowCommandRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-05 UTC.
Need to tell us more? [[["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-06-05 UTC."],[],[]]