Class ExecuteAirflowCommandResponse (1.41.0)

public final class ExecuteAirflowCommandResponse extends GeneratedMessageV3 implements ExecuteAirflowCommandResponseOrBuilder

Response to ExecuteAirflowCommandRequest.

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

Static Fields

ERROR_FIELD_NUMBER

public static final int ERROR_FIELD_NUMBER
Field Value
TypeDescription
int

EXECUTION_ID_FIELD_NUMBER

public static final int EXECUTION_ID_FIELD_NUMBER
Field Value
TypeDescription
int

POD_FIELD_NUMBER

public static final int POD_FIELD_NUMBER
Field Value
TypeDescription
int

POD_NAMESPACE_FIELD_NUMBER

public static final int POD_NAMESPACE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ExecuteAirflowCommandResponse getDefaultInstance()
Returns
TypeDescription
ExecuteAirflowCommandResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ExecuteAirflowCommandResponse prototype)

public static ExecuteAirflowCommandResponse.Builder newBuilder(ExecuteAirflowCommandResponse prototype)
Parameter
NameDescription
prototypeExecuteAirflowCommandResponse
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ExecuteAirflowCommandResponse getDefaultInstanceForType()
Returns
TypeDescription
ExecuteAirflowCommandResponse

getError()

public String getError()

Error message. Empty if there was no error.

string error = 4;

Returns
TypeDescription
String

The error.

getErrorBytes()

public ByteString getErrorBytes()

Error message. Empty if there was no error.

string error = 4;

Returns
TypeDescription
ByteString

The bytes for error.

getExecutionId()

public String getExecutionId()

The unique ID of the command execution for polling.

string execution_id = 1;

Returns
TypeDescription
String

The executionId.

getExecutionIdBytes()

public ByteString getExecutionIdBytes()

The unique ID of the command execution for polling.

string execution_id = 1;

Returns
TypeDescription
ByteString

The bytes for executionId.

getParserForType()

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

getPod()

public String getPod()

The name of the pod where the command is executed.

string pod = 2;

Returns
TypeDescription
String

The pod.

getPodBytes()

public ByteString getPodBytes()

The name of the pod where the command is executed.

string pod = 2;

Returns
TypeDescription
ByteString

The bytes for pod.

getPodNamespace()

public String getPodNamespace()

The namespace of the pod where the command is executed.

string pod_namespace = 3;

Returns
TypeDescription
String

The podNamespace.

getPodNamespaceBytes()

public ByteString getPodNamespaceBytes()

The namespace of the pod where the command is executed.

string pod_namespace = 3;

Returns
TypeDescription
ByteString

The bytes for podNamespace.

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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