Class ExecuteAirflowCommandResponse (1.42.0)

public final class ExecuteAirflowCommandResponse extends GeneratedMessageV3 implements ExecuteAirflowCommandResponseOrBuilder

Response to ExecuteAirflowCommandRequest.

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

Static Fields

ERROR_FIELD_NUMBER

public static final int ERROR_FIELD_NUMBER
Field Value
Type Description
int

EXECUTION_ID_FIELD_NUMBER

public static final int EXECUTION_ID_FIELD_NUMBER
Field Value
Type Description
int

POD_FIELD_NUMBER

public static final int POD_FIELD_NUMBER
Field Value
Type Description
int

POD_NAMESPACE_FIELD_NUMBER

public static final int POD_NAMESPACE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ExecuteAirflowCommandResponse getDefaultInstance()
Returns
Type Description
ExecuteAirflowCommandResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ExecuteAirflowCommandResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ExecuteAirflowCommandResponse getDefaultInstanceForType()
Returns
Type Description
ExecuteAirflowCommandResponse

getError()

public String getError()

Error message. Empty if there was no error.

string error = 4;

Returns
Type Description
String

The error.

getErrorBytes()

public ByteString getErrorBytes()

Error message. Empty if there was no error.

string error = 4;

Returns
Type Description
ByteString

The bytes for error.

getExecutionId()

public String getExecutionId()

The unique ID of the command execution for polling.

string execution_id = 1;

Returns
Type Description
String

The executionId.

getExecutionIdBytes()

public ByteString getExecutionIdBytes()

The unique ID of the command execution for polling.

string execution_id = 1;

Returns
Type Description
ByteString

The bytes for executionId.

getParserForType()

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

getPod()

public String getPod()

The name of the pod where the command is executed.

string pod = 2;

Returns
Type Description
String

The pod.

getPodBytes()

public ByteString getPodBytes()

The name of the pod where the command is executed.

string pod = 2;

Returns
Type Description
ByteString

The bytes for pod.

getPodNamespace()

public String getPodNamespace()

The namespace of the pod where the command is executed.

string pod_namespace = 3;

Returns
Type Description
String

The podNamespace.

getPodNamespaceBytes()

public ByteString getPodNamespaceBytes()

The namespace of the pod where the command is executed.

string pod_namespace = 3;

Returns
Type Description
ByteString

The bytes for podNamespace.

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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