Class PollAirflowCommandResponse (1.41.0)

public final class PollAirflowCommandResponse extends GeneratedMessageV3 implements PollAirflowCommandResponseOrBuilder

Response to PollAirflowCommandRequest.

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

Static Fields

EXIT_INFO_FIELD_NUMBER

public static final int EXIT_INFO_FIELD_NUMBER
Field Value
TypeDescription
int

OUTPUT_END_FIELD_NUMBER

public static final int OUTPUT_END_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 PollAirflowCommandResponse getDefaultInstance()
Returns
TypeDescription
PollAirflowCommandResponse

getDescriptor()

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

newBuilder()

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

newBuilder(PollAirflowCommandResponse prototype)

public static PollAirflowCommandResponse.Builder newBuilder(PollAirflowCommandResponse prototype)
Parameter
NameDescription
prototypePollAirflowCommandResponse
Returns
TypeDescription
PollAirflowCommandResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public PollAirflowCommandResponse getDefaultInstanceForType()
Returns
TypeDescription
PollAirflowCommandResponse

getExitInfo()

public PollAirflowCommandResponse.ExitInfo getExitInfo()

The result exit status of the command.

.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;

Returns
TypeDescription
PollAirflowCommandResponse.ExitInfo

The exitInfo.

getExitInfoOrBuilder()

public PollAirflowCommandResponse.ExitInfoOrBuilder getExitInfoOrBuilder()

The result exit status of the command.

.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;

Returns
TypeDescription
PollAirflowCommandResponse.ExitInfoOrBuilder

getOutput(int index)

public PollAirflowCommandResponse.Line getOutput(int index)

Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.

repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PollAirflowCommandResponse.Line

getOutputCount()

public int getOutputCount()

Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.

repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;

Returns
TypeDescription
int

getOutputEnd()

public boolean getOutputEnd()

Whether the command execution has finished and there is no more output.

bool output_end = 2;

Returns
TypeDescription
boolean

The outputEnd.

getOutputList()

public List<PollAirflowCommandResponse.Line> getOutputList()

Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.

repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;

Returns
TypeDescription
List<Line>

getOutputOrBuilder(int index)

public PollAirflowCommandResponse.LineOrBuilder getOutputOrBuilder(int index)

Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.

repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PollAirflowCommandResponse.LineOrBuilder

getOutputOrBuilderList()

public List<? extends PollAirflowCommandResponse.LineOrBuilder> getOutputOrBuilderList()

Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.

repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;

Returns
TypeDescription
List<? extends com.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.LineOrBuilder>

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasExitInfo()

public boolean hasExitInfo()

The result exit status of the command.

.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;

Returns
TypeDescription
boolean

Whether the exitInfo field is set.

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 PollAirflowCommandResponse.Builder newBuilderForType()
Returns
TypeDescription
PollAirflowCommandResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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