Class ExecuteAirflowCommandResponse.Builder (1.41.0)

public static final class ExecuteAirflowCommandResponse.Builder extends GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder> implements ExecuteAirflowCommandResponseOrBuilder

Response to ExecuteAirflowCommandRequest.

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

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExecuteAirflowCommandResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder
Overrides

build()

public ExecuteAirflowCommandResponse build()
Returns
TypeDescription
ExecuteAirflowCommandResponse

buildPartial()

public ExecuteAirflowCommandResponse buildPartial()
Returns
TypeDescription
ExecuteAirflowCommandResponse

clear()

public ExecuteAirflowCommandResponse.Builder clear()
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder
Overrides

clearError()

public ExecuteAirflowCommandResponse.Builder clearError()

Error message. Empty if there was no error.

string error = 4;

Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

This builder for chaining.

clearExecutionId()

public ExecuteAirflowCommandResponse.Builder clearExecutionId()

The unique ID of the command execution for polling.

string execution_id = 1;

Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ExecuteAirflowCommandResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ExecuteAirflowCommandResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder
Overrides

clearPod()

public ExecuteAirflowCommandResponse.Builder clearPod()

The name of the pod where the command is executed.

string pod = 2;

Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

This builder for chaining.

clearPodNamespace()

public ExecuteAirflowCommandResponse.Builder clearPodNamespace()

The namespace of the pod where the command is executed.

string pod_namespace = 3;

Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

This builder for chaining.

clone()

public ExecuteAirflowCommandResponse.Builder clone()
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder
Overrides

getDefaultInstanceForType()

public ExecuteAirflowCommandResponse getDefaultInstanceForType()
Returns
TypeDescription
ExecuteAirflowCommandResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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.

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ExecuteAirflowCommandResponse other)

public ExecuteAirflowCommandResponse.Builder mergeFrom(ExecuteAirflowCommandResponse other)
Parameter
NameDescription
otherExecuteAirflowCommandResponse
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExecuteAirflowCommandResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ExecuteAirflowCommandResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExecuteAirflowCommandResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder
Overrides

setError(String value)

public ExecuteAirflowCommandResponse.Builder setError(String value)

Error message. Empty if there was no error.

string error = 4;

Parameter
NameDescription
valueString

The error to set.

Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

This builder for chaining.

setErrorBytes(ByteString value)

public ExecuteAirflowCommandResponse.Builder setErrorBytes(ByteString value)

Error message. Empty if there was no error.

string error = 4;

Parameter
NameDescription
valueByteString

The bytes for error to set.

Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

This builder for chaining.

setExecutionId(String value)

public ExecuteAirflowCommandResponse.Builder setExecutionId(String value)

The unique ID of the command execution for polling.

string execution_id = 1;

Parameter
NameDescription
valueString

The executionId to set.

Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

This builder for chaining.

setExecutionIdBytes(ByteString value)

public ExecuteAirflowCommandResponse.Builder setExecutionIdBytes(ByteString value)

The unique ID of the command execution for polling.

string execution_id = 1;

Parameter
NameDescription
valueByteString

The bytes for executionId to set.

Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ExecuteAirflowCommandResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder
Overrides

setPod(String value)

public ExecuteAirflowCommandResponse.Builder setPod(String value)

The name of the pod where the command is executed.

string pod = 2;

Parameter
NameDescription
valueString

The pod to set.

Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

This builder for chaining.

setPodBytes(ByteString value)

public ExecuteAirflowCommandResponse.Builder setPodBytes(ByteString value)

The name of the pod where the command is executed.

string pod = 2;

Parameter
NameDescription
valueByteString

The bytes for pod to set.

Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

This builder for chaining.

setPodNamespace(String value)

public ExecuteAirflowCommandResponse.Builder setPodNamespace(String value)

The namespace of the pod where the command is executed.

string pod_namespace = 3;

Parameter
NameDescription
valueString

The podNamespace to set.

Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

This builder for chaining.

setPodNamespaceBytes(ByteString value)

public ExecuteAirflowCommandResponse.Builder setPodNamespaceBytes(ByteString value)

The namespace of the pod where the command is executed.

string pod_namespace = 3;

Parameter
NameDescription
valueByteString

The bytes for podNamespace to set.

Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ExecuteAirflowCommandResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ExecuteAirflowCommandResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExecuteAirflowCommandResponse.Builder
Overrides