public static final class StopAirflowCommandRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StopAirflowCommandRequest.Builder> implements StopAirflowCommandRequestOrBuilder
Stop Airflow Command request.Protobuf type
google.cloud.orchestration.airflow.service.v1.StopAirflowCommandRequest| Modifier and Type | Method and Description |
|---|---|
StopAirflowCommandRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StopAirflowCommandRequest |
build() |
StopAirflowCommandRequest |
buildPartial() |
StopAirflowCommandRequest.Builder |
clear() |
StopAirflowCommandRequest.Builder |
clearEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
|
StopAirflowCommandRequest.Builder |
clearExecutionId()
The unique ID of the command execution.
|
StopAirflowCommandRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StopAirflowCommandRequest.Builder |
clearForce()
If true, the execution is terminated forcefully (SIGKILL).
|
StopAirflowCommandRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StopAirflowCommandRequest.Builder |
clearPod()
The name of the pod where the command is executed.
|
StopAirflowCommandRequest.Builder |
clearPodNamespace()
The namespace of the pod where the command is executed.
|
StopAirflowCommandRequest.Builder |
clone() |
StopAirflowCommandRequest |
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 |
getExecutionId()
The unique ID of the command execution.
|
com.google.protobuf.ByteString |
getExecutionIdBytes()
The unique ID of the command execution.
|
boolean |
getForce()
If true, the execution is terminated forcefully (SIGKILL).
|
String |
getPod()
The name of the pod where the command is executed.
|
com.google.protobuf.ByteString |
getPodBytes()
The name of the pod where the command is executed.
|
String |
getPodNamespace()
The namespace of the pod where the command is executed.
|
com.google.protobuf.ByteString |
getPodNamespaceBytes()
The namespace of the pod where the command is executed.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
StopAirflowCommandRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StopAirflowCommandRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
StopAirflowCommandRequest.Builder |
mergeFrom(StopAirflowCommandRequest other) |
StopAirflowCommandRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StopAirflowCommandRequest.Builder |
setEnvironment(String value)
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
|
StopAirflowCommandRequest.Builder |
setEnvironmentBytes(com.google.protobuf.ByteString value)
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
|
StopAirflowCommandRequest.Builder |
setExecutionId(String value)
The unique ID of the command execution.
|
StopAirflowCommandRequest.Builder |
setExecutionIdBytes(com.google.protobuf.ByteString value)
The unique ID of the command execution.
|
StopAirflowCommandRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StopAirflowCommandRequest.Builder |
setForce(boolean value)
If true, the execution is terminated forcefully (SIGKILL).
|
StopAirflowCommandRequest.Builder |
setPod(String value)
The name of the pod where the command is executed.
|
StopAirflowCommandRequest.Builder |
setPodBytes(com.google.protobuf.ByteString value)
The name of the pod where the command is executed.
|
StopAirflowCommandRequest.Builder |
setPodNamespace(String value)
The namespace of the pod where the command is executed.
|
StopAirflowCommandRequest.Builder |
setPodNamespaceBytes(com.google.protobuf.ByteString value)
The namespace of the pod where the command is executed.
|
StopAirflowCommandRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StopAirflowCommandRequest.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<StopAirflowCommandRequest.Builder>public StopAirflowCommandRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<StopAirflowCommandRequest.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<StopAirflowCommandRequest.Builder>public StopAirflowCommandRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StopAirflowCommandRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StopAirflowCommandRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StopAirflowCommandRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<StopAirflowCommandRequest.Builder>public StopAirflowCommandRequest.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<StopAirflowCommandRequest.Builder>public StopAirflowCommandRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<StopAirflowCommandRequest.Builder>public StopAirflowCommandRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StopAirflowCommandRequest.Builder>public StopAirflowCommandRequest.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<StopAirflowCommandRequest.Builder>public StopAirflowCommandRequest.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<StopAirflowCommandRequest.Builder>public StopAirflowCommandRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StopAirflowCommandRequest.Builder>public StopAirflowCommandRequest.Builder mergeFrom(StopAirflowCommandRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StopAirflowCommandRequest.Builder>public StopAirflowCommandRequest.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<StopAirflowCommandRequest.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 StopAirflowCommandRequestOrBuilderpublic 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 StopAirflowCommandRequestOrBuilderpublic StopAirflowCommandRequest.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 StopAirflowCommandRequest.Builder clearEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;public StopAirflowCommandRequest.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 getExecutionId()
The unique ID of the command execution.
string execution_id = 2;getExecutionId in interface StopAirflowCommandRequestOrBuilderpublic com.google.protobuf.ByteString getExecutionIdBytes()
The unique ID of the command execution.
string execution_id = 2;getExecutionIdBytes in interface StopAirflowCommandRequestOrBuilderpublic StopAirflowCommandRequest.Builder setExecutionId(String value)
The unique ID of the command execution.
string execution_id = 2;value - The executionId to set.public StopAirflowCommandRequest.Builder clearExecutionId()
The unique ID of the command execution.
string execution_id = 2;public StopAirflowCommandRequest.Builder setExecutionIdBytes(com.google.protobuf.ByteString value)
The unique ID of the command execution.
string execution_id = 2;value - The bytes for executionId to set.public String getPod()
The name of the pod where the command is executed.
string pod = 3;getPod in interface StopAirflowCommandRequestOrBuilderpublic com.google.protobuf.ByteString getPodBytes()
The name of the pod where the command is executed.
string pod = 3;getPodBytes in interface StopAirflowCommandRequestOrBuilderpublic StopAirflowCommandRequest.Builder setPod(String value)
The name of the pod where the command is executed.
string pod = 3;value - The pod to set.public StopAirflowCommandRequest.Builder clearPod()
The name of the pod where the command is executed.
string pod = 3;public StopAirflowCommandRequest.Builder setPodBytes(com.google.protobuf.ByteString value)
The name of the pod where the command is executed.
string pod = 3;value - The bytes for pod to set.public String getPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 4;getPodNamespace in interface StopAirflowCommandRequestOrBuilderpublic com.google.protobuf.ByteString getPodNamespaceBytes()
The namespace of the pod where the command is executed.
string pod_namespace = 4;getPodNamespaceBytes in interface StopAirflowCommandRequestOrBuilderpublic StopAirflowCommandRequest.Builder setPodNamespace(String value)
The namespace of the pod where the command is executed.
string pod_namespace = 4;value - The podNamespace to set.public StopAirflowCommandRequest.Builder clearPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 4;public StopAirflowCommandRequest.Builder setPodNamespaceBytes(com.google.protobuf.ByteString value)
The namespace of the pod where the command is executed.
string pod_namespace = 4;value - The bytes for podNamespace to set.public boolean getForce()
If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.
bool force = 5;getForce in interface StopAirflowCommandRequestOrBuilderpublic StopAirflowCommandRequest.Builder setForce(boolean value)
If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.
bool force = 5;value - The force to set.public StopAirflowCommandRequest.Builder clearForce()
If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.
bool force = 5;public final StopAirflowCommandRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StopAirflowCommandRequest.Builder>public final StopAirflowCommandRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StopAirflowCommandRequest.Builder>Copyright © 2024 Google LLC. All rights reserved.