Class StopAirflowCommandResponse (1.42.0)

public final class StopAirflowCommandResponse extends GeneratedMessageV3 implements StopAirflowCommandResponseOrBuilder

Response to StopAirflowCommandRequest.

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

Static Fields

IS_DONE_FIELD_NUMBER

public static final int IS_DONE_FIELD_NUMBER
Field Value
Type Description
int

OUTPUT_FIELD_NUMBER

public static final int OUTPUT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static StopAirflowCommandResponse getDefaultInstance()
Returns
Type Description
StopAirflowCommandResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static StopAirflowCommandResponse.Builder newBuilder()
Returns
Type Description
StopAirflowCommandResponse.Builder

newBuilder(StopAirflowCommandResponse prototype)

public static StopAirflowCommandResponse.Builder newBuilder(StopAirflowCommandResponse prototype)
Parameter
Name Description
prototype StopAirflowCommandResponse
Returns
Type Description
StopAirflowCommandResponse.Builder

parseDelimitedFrom(InputStream input)

public static StopAirflowCommandResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StopAirflowCommandResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StopAirflowCommandResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StopAirflowCommandResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static StopAirflowCommandResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
StopAirflowCommandResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static StopAirflowCommandResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StopAirflowCommandResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static StopAirflowCommandResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
StopAirflowCommandResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static StopAirflowCommandResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StopAirflowCommandResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static StopAirflowCommandResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
StopAirflowCommandResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static StopAirflowCommandResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StopAirflowCommandResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static StopAirflowCommandResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StopAirflowCommandResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StopAirflowCommandResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StopAirflowCommandResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static StopAirflowCommandResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
StopAirflowCommandResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static StopAirflowCommandResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StopAirflowCommandResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<StopAirflowCommandResponse> parser()
Returns
Type Description
Parser<StopAirflowCommandResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public StopAirflowCommandResponse getDefaultInstanceForType()
Returns
Type Description
StopAirflowCommandResponse

getIsDone()

public boolean getIsDone()

Whether the execution is still running.

bool is_done = 1;

Returns
Type Description
boolean

The isDone.

getOutput(int index)

public String getOutput(int index)

Output message from stopping execution request.

repeated string output = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Name Description
index int

The index of the value to return.

Returns
Type Description
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
Type Description
int

The count of output.

getOutputList()

public ProtocolStringList getOutputList()

Output message from stopping execution request.

repeated string output = 2;

Returns
Type Description
ProtocolStringList

A list containing the output.

getParserForType()

public Parser<StopAirflowCommandResponse> getParserForType()
Returns
Type Description
Parser<StopAirflowCommandResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public StopAirflowCommandResponse.Builder newBuilderForType()
Returns
Type Description
StopAirflowCommandResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected StopAirflowCommandResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
StopAirflowCommandResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public StopAirflowCommandResponse.Builder toBuilder()
Returns
Type Description
StopAirflowCommandResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException