public static final class ExecuteAirflowCommandRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder> implements ExecuteAirflowCommandRequestOrBuilder
Execute Airflow Command request.Protobuf type
google.cloud.orchestration.airflow.service.v1beta1.ExecuteAirflowCommandRequest| Modifier and Type | Method and Description |
|---|---|
ExecuteAirflowCommandRequest.Builder |
addAllParameters(Iterable<String> values)
Parameters for the Airflow command/subcommand as an array of arguments.
|
ExecuteAirflowCommandRequest.Builder |
addParameters(String value)
Parameters for the Airflow command/subcommand as an array of arguments.
|
ExecuteAirflowCommandRequest.Builder |
addParametersBytes(com.google.protobuf.ByteString value)
Parameters for the Airflow command/subcommand as an array of arguments.
|
ExecuteAirflowCommandRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExecuteAirflowCommandRequest |
build() |
ExecuteAirflowCommandRequest |
buildPartial() |
ExecuteAirflowCommandRequest.Builder |
clear() |
ExecuteAirflowCommandRequest.Builder |
clearCommand()
Airflow command.
|
ExecuteAirflowCommandRequest.Builder |
clearEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
|
ExecuteAirflowCommandRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ExecuteAirflowCommandRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ExecuteAirflowCommandRequest.Builder |
clearParameters()
Parameters for the Airflow command/subcommand as an array of arguments.
|
ExecuteAirflowCommandRequest.Builder |
clearSubcommand()
Airflow subcommand.
|
ExecuteAirflowCommandRequest.Builder |
clone() |
String |
getCommand()
Airflow command.
|
com.google.protobuf.ByteString |
getCommandBytes()
Airflow command.
|
ExecuteAirflowCommandRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
com.google.protobuf.ProtocolStringList |
getParametersList()
Parameters for the Airflow command/subcommand as an array of arguments.
|
String |
getSubcommand()
Airflow subcommand.
|
com.google.protobuf.ByteString |
getSubcommandBytes()
Airflow subcommand.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ExecuteAirflowCommandRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExecuteAirflowCommandRequest.Builder |
mergeFrom(ExecuteAirflowCommandRequest other) |
ExecuteAirflowCommandRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ExecuteAirflowCommandRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ExecuteAirflowCommandRequest.Builder |
setCommand(String value)
Airflow command.
|
ExecuteAirflowCommandRequest.Builder |
setCommandBytes(com.google.protobuf.ByteString value)
Airflow command.
|
ExecuteAirflowCommandRequest.Builder |
setEnvironment(String value)
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
|
ExecuteAirflowCommandRequest.Builder |
setEnvironmentBytes(com.google.protobuf.ByteString value)
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
|
ExecuteAirflowCommandRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExecuteAirflowCommandRequest.Builder |
setParameters(int index,
String value)
Parameters for the Airflow command/subcommand as an array of arguments.
|
ExecuteAirflowCommandRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExecuteAirflowCommandRequest.Builder |
setSubcommand(String value)
Airflow subcommand.
|
ExecuteAirflowCommandRequest.Builder |
setSubcommandBytes(com.google.protobuf.ByteString value)
Airflow subcommand.
|
ExecuteAirflowCommandRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder>public ExecuteAirflowCommandRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder>public ExecuteAirflowCommandRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ExecuteAirflowCommandRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ExecuteAirflowCommandRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ExecuteAirflowCommandRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder>public ExecuteAirflowCommandRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder>public ExecuteAirflowCommandRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder>public ExecuteAirflowCommandRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder>public ExecuteAirflowCommandRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder>public ExecuteAirflowCommandRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder>public ExecuteAirflowCommandRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExecuteAirflowCommandRequest.Builder>public ExecuteAirflowCommandRequest.Builder mergeFrom(ExecuteAirflowCommandRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder>public ExecuteAirflowCommandRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExecuteAirflowCommandRequest.Builder>IOExceptionpublic String getEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;getEnvironment in interface ExecuteAirflowCommandRequestOrBuilderpublic com.google.protobuf.ByteString getEnvironmentBytes()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;getEnvironmentBytes in interface ExecuteAirflowCommandRequestOrBuilderpublic ExecuteAirflowCommandRequest.Builder setEnvironment(String value)
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;value - The environment to set.public ExecuteAirflowCommandRequest.Builder clearEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;public ExecuteAirflowCommandRequest.Builder setEnvironmentBytes(com.google.protobuf.ByteString value)
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;value - The bytes for environment to set.public String getCommand()
Airflow command.
string command = 2;getCommand in interface ExecuteAirflowCommandRequestOrBuilderpublic com.google.protobuf.ByteString getCommandBytes()
Airflow command.
string command = 2;getCommandBytes in interface ExecuteAirflowCommandRequestOrBuilderpublic ExecuteAirflowCommandRequest.Builder setCommand(String value)
Airflow command.
string command = 2;value - The command to set.public ExecuteAirflowCommandRequest.Builder clearCommand()
Airflow command.
string command = 2;public ExecuteAirflowCommandRequest.Builder setCommandBytes(com.google.protobuf.ByteString value)
Airflow command.
string command = 2;value - The bytes for command to set.public String getSubcommand()
Airflow subcommand.
string subcommand = 3;getSubcommand in interface ExecuteAirflowCommandRequestOrBuilderpublic com.google.protobuf.ByteString getSubcommandBytes()
Airflow subcommand.
string subcommand = 3;getSubcommandBytes in interface ExecuteAirflowCommandRequestOrBuilderpublic ExecuteAirflowCommandRequest.Builder setSubcommand(String value)
Airflow subcommand.
string subcommand = 3;value - The subcommand to set.public ExecuteAirflowCommandRequest.Builder clearSubcommand()
Airflow subcommand.
string subcommand = 3;public ExecuteAirflowCommandRequest.Builder setSubcommandBytes(com.google.protobuf.ByteString value)
Airflow subcommand.
string subcommand = 3;value - The bytes for subcommand to set.public com.google.protobuf.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;getParametersList in interface ExecuteAirflowCommandRequestOrBuilderpublic 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;getParametersCount in interface ExecuteAirflowCommandRequestOrBuilderpublic 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;getParameters in interface ExecuteAirflowCommandRequestOrBuilderindex - The index of the element to return.public 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;getParametersBytes in interface ExecuteAirflowCommandRequestOrBuilderindex - The index of the value to return.public ExecuteAirflowCommandRequest.Builder setParameters(int index, String value)
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 to set the value at.value - The parameters to set.public ExecuteAirflowCommandRequest.Builder addParameters(String value)
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;value - The parameters to add.public ExecuteAirflowCommandRequest.Builder addAllParameters(Iterable<String> values)
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;values - The parameters to add.public ExecuteAirflowCommandRequest.Builder clearParameters()
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;public ExecuteAirflowCommandRequest.Builder addParametersBytes(com.google.protobuf.ByteString value)
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;value - The bytes of the parameters to add.public final ExecuteAirflowCommandRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder>public final ExecuteAirflowCommandRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandRequest.Builder>Copyright © 2023 Google LLC. All rights reserved.