Class ExecuteAirflowCommandResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
- com.google.cloud.orchestration.airflow.service.v1.ExecuteAirflowCommandResponse.Builder
-
- All Implemented Interfaces:
ExecuteAirflowCommandResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ExecuteAirflowCommandResponse
public static final class ExecuteAirflowCommandResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder> implements ExecuteAirflowCommandResponseOrBuilder
Response to ExecuteAirflowCommandRequest.
Protobuf typegoogle.cloud.orchestration.airflow.service.v1.ExecuteAirflowCommandResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecuteAirflowCommandResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ExecuteAirflowCommandResponse
build()
ExecuteAirflowCommandResponse
buildPartial()
ExecuteAirflowCommandResponse.Builder
clear()
ExecuteAirflowCommandResponse.Builder
clearError()
Error message.ExecuteAirflowCommandResponse.Builder
clearExecutionId()
The unique ID of the command execution for polling.ExecuteAirflowCommandResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ExecuteAirflowCommandResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ExecuteAirflowCommandResponse.Builder
clearPod()
The name of the pod where the command is executed.ExecuteAirflowCommandResponse.Builder
clearPodNamespace()
The namespace of the pod where the command is executed.ExecuteAirflowCommandResponse.Builder
clone()
ExecuteAirflowCommandResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getError()
Error message.com.google.protobuf.ByteString
getErrorBytes()
Error message.String
getExecutionId()
The unique ID of the command execution for polling.com.google.protobuf.ByteString
getExecutionIdBytes()
The unique ID of the command execution for polling.String
getPod()
The name of the pod where the command is executed.com.google.protobuf.ByteString
getPodBytes()
The name of the pod where the command is executed.String
getPodNamespace()
The namespace of the pod where the command is executed.com.google.protobuf.ByteString
getPodNamespaceBytes()
The namespace of the pod where the command is executed.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ExecuteAirflowCommandResponse.Builder
mergeFrom(ExecuteAirflowCommandResponse other)
ExecuteAirflowCommandResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ExecuteAirflowCommandResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ExecuteAirflowCommandResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ExecuteAirflowCommandResponse.Builder
setError(String value)
Error message.ExecuteAirflowCommandResponse.Builder
setErrorBytes(com.google.protobuf.ByteString value)
Error message.ExecuteAirflowCommandResponse.Builder
setExecutionId(String value)
The unique ID of the command execution for polling.ExecuteAirflowCommandResponse.Builder
setExecutionIdBytes(com.google.protobuf.ByteString value)
The unique ID of the command execution for polling.ExecuteAirflowCommandResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ExecuteAirflowCommandResponse.Builder
setPod(String value)
The name of the pod where the command is executed.ExecuteAirflowCommandResponse.Builder
setPodBytes(com.google.protobuf.ByteString value)
The name of the pod where the command is executed.ExecuteAirflowCommandResponse.Builder
setPodNamespace(String value)
The namespace of the pod where the command is executed.ExecuteAirflowCommandResponse.Builder
setPodNamespaceBytes(com.google.protobuf.ByteString value)
The namespace of the pod where the command is executed.ExecuteAirflowCommandResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ExecuteAirflowCommandResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
clear
public ExecuteAirflowCommandResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
getDefaultInstanceForType
public ExecuteAirflowCommandResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ExecuteAirflowCommandResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ExecuteAirflowCommandResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ExecuteAirflowCommandResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
setField
public ExecuteAirflowCommandResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
clearField
public ExecuteAirflowCommandResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
clearOneof
public ExecuteAirflowCommandResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
setRepeatedField
public ExecuteAirflowCommandResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
addRepeatedField
public ExecuteAirflowCommandResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
mergeFrom
public ExecuteAirflowCommandResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ExecuteAirflowCommandResponse.Builder>
-
mergeFrom
public ExecuteAirflowCommandResponse.Builder mergeFrom(ExecuteAirflowCommandResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
mergeFrom
public ExecuteAirflowCommandResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ExecuteAirflowCommandResponse.Builder>
- Throws:
IOException
-
getExecutionId
public String getExecutionId()
The unique ID of the command execution for polling.
string execution_id = 1;
- Specified by:
getExecutionId
in interfaceExecuteAirflowCommandResponseOrBuilder
- Returns:
- The executionId.
-
getExecutionIdBytes
public com.google.protobuf.ByteString getExecutionIdBytes()
The unique ID of the command execution for polling.
string execution_id = 1;
- Specified by:
getExecutionIdBytes
in interfaceExecuteAirflowCommandResponseOrBuilder
- Returns:
- The bytes for executionId.
-
setExecutionId
public ExecuteAirflowCommandResponse.Builder setExecutionId(String value)
The unique ID of the command execution for polling.
string execution_id = 1;
- Parameters:
value
- The executionId to set.- Returns:
- This builder for chaining.
-
clearExecutionId
public ExecuteAirflowCommandResponse.Builder clearExecutionId()
The unique ID of the command execution for polling.
string execution_id = 1;
- Returns:
- This builder for chaining.
-
setExecutionIdBytes
public ExecuteAirflowCommandResponse.Builder setExecutionIdBytes(com.google.protobuf.ByteString value)
The unique ID of the command execution for polling.
string execution_id = 1;
- Parameters:
value
- The bytes for executionId to set.- Returns:
- This builder for chaining.
-
getPod
public String getPod()
The name of the pod where the command is executed.
string pod = 2;
- Specified by:
getPod
in interfaceExecuteAirflowCommandResponseOrBuilder
- Returns:
- The pod.
-
getPodBytes
public com.google.protobuf.ByteString getPodBytes()
The name of the pod where the command is executed.
string pod = 2;
- Specified by:
getPodBytes
in interfaceExecuteAirflowCommandResponseOrBuilder
- Returns:
- The bytes for pod.
-
setPod
public ExecuteAirflowCommandResponse.Builder setPod(String value)
The name of the pod where the command is executed.
string pod = 2;
- Parameters:
value
- The pod to set.- Returns:
- This builder for chaining.
-
clearPod
public ExecuteAirflowCommandResponse.Builder clearPod()
The name of the pod where the command is executed.
string pod = 2;
- Returns:
- This builder for chaining.
-
setPodBytes
public ExecuteAirflowCommandResponse.Builder setPodBytes(com.google.protobuf.ByteString value)
The name of the pod where the command is executed.
string pod = 2;
- Parameters:
value
- The bytes for pod to set.- Returns:
- This builder for chaining.
-
getPodNamespace
public String getPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 3;
- Specified by:
getPodNamespace
in interfaceExecuteAirflowCommandResponseOrBuilder
- Returns:
- The podNamespace.
-
getPodNamespaceBytes
public com.google.protobuf.ByteString getPodNamespaceBytes()
The namespace of the pod where the command is executed.
string pod_namespace = 3;
- Specified by:
getPodNamespaceBytes
in interfaceExecuteAirflowCommandResponseOrBuilder
- Returns:
- The bytes for podNamespace.
-
setPodNamespace
public ExecuteAirflowCommandResponse.Builder setPodNamespace(String value)
The namespace of the pod where the command is executed.
string pod_namespace = 3;
- Parameters:
value
- The podNamespace to set.- Returns:
- This builder for chaining.
-
clearPodNamespace
public ExecuteAirflowCommandResponse.Builder clearPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 3;
- Returns:
- This builder for chaining.
-
setPodNamespaceBytes
public ExecuteAirflowCommandResponse.Builder setPodNamespaceBytes(com.google.protobuf.ByteString value)
The namespace of the pod where the command is executed.
string pod_namespace = 3;
- Parameters:
value
- The bytes for podNamespace to set.- Returns:
- This builder for chaining.
-
getError
public String getError()
Error message. Empty if there was no error.
string error = 4;
- Specified by:
getError
in interfaceExecuteAirflowCommandResponseOrBuilder
- Returns:
- The error.
-
getErrorBytes
public com.google.protobuf.ByteString getErrorBytes()
Error message. Empty if there was no error.
string error = 4;
- Specified by:
getErrorBytes
in interfaceExecuteAirflowCommandResponseOrBuilder
- Returns:
- The bytes for error.
-
setError
public ExecuteAirflowCommandResponse.Builder setError(String value)
Error message. Empty if there was no error.
string error = 4;
- Parameters:
value
- The error to set.- Returns:
- This builder for chaining.
-
clearError
public ExecuteAirflowCommandResponse.Builder clearError()
Error message. Empty if there was no error.
string error = 4;
- Returns:
- This builder for chaining.
-
setErrorBytes
public ExecuteAirflowCommandResponse.Builder setErrorBytes(com.google.protobuf.ByteString value)
Error message. Empty if there was no error.
string error = 4;
- Parameters:
value
- The bytes for error to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ExecuteAirflowCommandResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
mergeUnknownFields
public final ExecuteAirflowCommandResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>
-
-