Class StopAirflowCommandResponse (1.41.0)

public final class StopAirflowCommandResponse extends GeneratedMessageV3 implements StopAirflowCommandResponseOrBuilder

Response to StopAirflowCommandRequest.

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

Static Fields

IS_DONE_FIELD_NUMBER

public static final int IS_DONE_FIELD_NUMBER
Field Value
TypeDescription
int

OUTPUT_FIELD_NUMBER

public static final int OUTPUT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static StopAirflowCommandResponse getDefaultInstance()
Returns
TypeDescription
StopAirflowCommandResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static StopAirflowCommandResponse.Builder newBuilder()
Returns
TypeDescription
StopAirflowCommandResponse.Builder

newBuilder(StopAirflowCommandResponse prototype)

public static StopAirflowCommandResponse.Builder newBuilder(StopAirflowCommandResponse prototype)
Parameter
NameDescription
prototypeStopAirflowCommandResponse
Returns
TypeDescription
StopAirflowCommandResponse.Builder

parseDelimitedFrom(InputStream input)

public static StopAirflowCommandResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
StopAirflowCommandResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StopAirflowCommandResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StopAirflowCommandResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static StopAirflowCommandResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
StopAirflowCommandResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static StopAirflowCommandResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StopAirflowCommandResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static StopAirflowCommandResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
StopAirflowCommandResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static StopAirflowCommandResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StopAirflowCommandResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static StopAirflowCommandResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
StopAirflowCommandResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static StopAirflowCommandResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StopAirflowCommandResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static StopAirflowCommandResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
StopAirflowCommandResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StopAirflowCommandResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StopAirflowCommandResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static StopAirflowCommandResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
StopAirflowCommandResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static StopAirflowCommandResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StopAirflowCommandResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<StopAirflowCommandResponse> parser()
Returns
TypeDescription
Parser<StopAirflowCommandResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public StopAirflowCommandResponse getDefaultInstanceForType()
Returns
TypeDescription
StopAirflowCommandResponse

getIsDone()

public boolean getIsDone()

Whether the execution is still running.

bool is_done = 1;

Returns
TypeDescription
boolean

The isDone.

getOutput(int index)

public String getOutput(int index)

Output message from stopping execution request.

repeated string output = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The output at the given index.

getOutputBytes(int index)

public ByteString getOutputBytes(int index)

Output message from stopping execution request.

repeated string output = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the output at the given index.

getOutputCount()

public int getOutputCount()

Output message from stopping execution request.

repeated string output = 2;

Returns
TypeDescription
int

The count of output.

getOutputList()

public ProtocolStringList getOutputList()

Output message from stopping execution request.

repeated string output = 2;

Returns
TypeDescription
ProtocolStringList

A list containing the output.

getParserForType()

public Parser<StopAirflowCommandResponse> getParserForType()
Returns
TypeDescription
Parser<StopAirflowCommandResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public StopAirflowCommandResponse.Builder newBuilderForType()
Returns
TypeDescription
StopAirflowCommandResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected StopAirflowCommandResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
StopAirflowCommandResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public StopAirflowCommandResponse.Builder toBuilder()
Returns
TypeDescription
StopAirflowCommandResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException