Class StopAirflowCommandRequest (1.49.0)

publicfinalclass StopAirflowCommandRequestextendsGeneratedMessageV3implementsStopAirflowCommandRequestOrBuilder

Stop Airflow Command request.

Protobuf type google.cloud.orchestration.airflow.service.v1beta1.StopAirflowCommandRequest

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>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

ENVIRONMENT_FIELD_NUMBER

publicstaticfinalintENVIRONMENT_FIELD_NUMBER
Field Value
Type Description
int

EXECUTION_ID_FIELD_NUMBER

publicstaticfinalintEXECUTION_ID_FIELD_NUMBER
Field Value
Type Description
int

FORCE_FIELD_NUMBER

publicstaticfinalintFORCE_FIELD_NUMBER
Field Value
Type Description
int

POD_FIELD_NUMBER

publicstaticfinalintPOD_FIELD_NUMBER
Field Value
Type Description
int

POD_NAMESPACE_FIELD_NUMBER

publicstaticfinalintPOD_NAMESPACE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticStopAirflowCommandRequestgetDefaultInstance()
Returns
Type Description
StopAirflowCommandRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticStopAirflowCommandRequest.BuildernewBuilder()
Returns
Type Description
StopAirflowCommandRequest.Builder

newBuilder(StopAirflowCommandRequest prototype)

publicstaticStopAirflowCommandRequest.BuildernewBuilder(StopAirflowCommandRequestprototype)
Parameter
Name Description
prototype StopAirflowCommandRequest
Returns
Type Description
StopAirflowCommandRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticStopAirflowCommandRequestparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
StopAirflowCommandRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStopAirflowCommandRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StopAirflowCommandRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticStopAirflowCommandRequestparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
StopAirflowCommandRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticStopAirflowCommandRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StopAirflowCommandRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticStopAirflowCommandRequestparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
StopAirflowCommandRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticStopAirflowCommandRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StopAirflowCommandRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticStopAirflowCommandRequestparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
StopAirflowCommandRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStopAirflowCommandRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StopAirflowCommandRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticStopAirflowCommandRequestparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
StopAirflowCommandRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStopAirflowCommandRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StopAirflowCommandRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticStopAirflowCommandRequestparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
StopAirflowCommandRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticStopAirflowCommandRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StopAirflowCommandRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<StopAirflowCommandRequest>parser()
Returns
Type Description
Parser<StopAirflowCommandRequest>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicStopAirflowCommandRequestgetDefaultInstanceForType()
Returns
Type Description
StopAirflowCommandRequest

getEnvironment()

publicStringgetEnvironment()

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()

publicByteStringgetEnvironmentBytes()

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.

getExecutionId()

publicStringgetExecutionId()

The unique ID of the command execution.

string execution_id = 2;

Returns
Type Description
String

The executionId.

getExecutionIdBytes()

publicByteStringgetExecutionIdBytes()

The unique ID of the command execution.

string execution_id = 2;

Returns
Type Description
ByteString

The bytes for executionId.

getForce()

publicbooleangetForce()

If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.

bool force = 5;

Returns
Type Description
boolean

The force.

getParserForType()

publicParser<StopAirflowCommandRequest>getParserForType()
Returns
Type Description
Parser<StopAirflowCommandRequest>
Overrides

getPod()

publicStringgetPod()

The name of the pod where the command is executed.

string pod = 3;

Returns
Type Description
String

The pod.

getPodBytes()

publicByteStringgetPodBytes()

The name of the pod where the command is executed.

string pod = 3;

Returns
Type Description
ByteString

The bytes for pod.

getPodNamespace()

publicStringgetPodNamespace()

The namespace of the pod where the command is executed.

string pod_namespace = 4;

Returns
Type Description
String

The podNamespace.

getPodNamespaceBytes()

publicByteStringgetPodNamespaceBytes()

The namespace of the pod where the command is executed.

string pod_namespace = 4;

Returns
Type Description
ByteString

The bytes for podNamespace.

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicStopAirflowCommandRequest.BuildernewBuilderForType()
Returns
Type Description
StopAirflowCommandRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedStopAirflowCommandRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
StopAirflowCommandRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicStopAirflowCommandRequest.BuildertoBuilder()
Returns
Type Description
StopAirflowCommandRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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年10月30日 UTC.