public static final class ExecuteAirflowCommandResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder> implements ExecuteAirflowCommandResponseOrBuilder
Response to ExecuteAirflowCommandRequest.Protobuf type
google.cloud.orchestration.airflow.service.v1beta1.ExecuteAirflowCommandResponse| Modifier and Type | Method and 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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExecuteAirflowCommandResponse.Builder |
mergeFrom(ExecuteAirflowCommandResponse other) |
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) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>public ExecuteAirflowCommandResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>public ExecuteAirflowCommandResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ExecuteAirflowCommandResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ExecuteAirflowCommandResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ExecuteAirflowCommandResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>public ExecuteAirflowCommandResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>public ExecuteAirflowCommandResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>public ExecuteAirflowCommandResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>public ExecuteAirflowCommandResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>public ExecuteAirflowCommandResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>public ExecuteAirflowCommandResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExecuteAirflowCommandResponse.Builder>public ExecuteAirflowCommandResponse.Builder mergeFrom(ExecuteAirflowCommandResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>public ExecuteAirflowCommandResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExecuteAirflowCommandResponse.Builder>IOExceptionpublic String getExecutionId()
The unique ID of the command execution for polling.
string execution_id = 1;getExecutionId in interface ExecuteAirflowCommandResponseOrBuilderpublic com.google.protobuf.ByteString getExecutionIdBytes()
The unique ID of the command execution for polling.
string execution_id = 1;getExecutionIdBytes in interface ExecuteAirflowCommandResponseOrBuilderpublic ExecuteAirflowCommandResponse.Builder setExecutionId(String value)
The unique ID of the command execution for polling.
string execution_id = 1;value - The executionId to set.public ExecuteAirflowCommandResponse.Builder clearExecutionId()
The unique ID of the command execution for polling.
string execution_id = 1;public ExecuteAirflowCommandResponse.Builder setExecutionIdBytes(com.google.protobuf.ByteString value)
The unique ID of the command execution for polling.
string execution_id = 1;value - The bytes for executionId to set.public String getPod()
The name of the pod where the command is executed.
string pod = 2;getPod in interface ExecuteAirflowCommandResponseOrBuilderpublic com.google.protobuf.ByteString getPodBytes()
The name of the pod where the command is executed.
string pod = 2;getPodBytes in interface ExecuteAirflowCommandResponseOrBuilderpublic ExecuteAirflowCommandResponse.Builder setPod(String value)
The name of the pod where the command is executed.
string pod = 2;value - The pod to set.public ExecuteAirflowCommandResponse.Builder clearPod()
The name of the pod where the command is executed.
string pod = 2;public ExecuteAirflowCommandResponse.Builder setPodBytes(com.google.protobuf.ByteString value)
The name of the pod where the command is executed.
string pod = 2;value - The bytes for pod to set.public String getPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 3;getPodNamespace in interface ExecuteAirflowCommandResponseOrBuilderpublic com.google.protobuf.ByteString getPodNamespaceBytes()
The namespace of the pod where the command is executed.
string pod_namespace = 3;getPodNamespaceBytes in interface ExecuteAirflowCommandResponseOrBuilderpublic ExecuteAirflowCommandResponse.Builder setPodNamespace(String value)
The namespace of the pod where the command is executed.
string pod_namespace = 3;value - The podNamespace to set.public ExecuteAirflowCommandResponse.Builder clearPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 3;public ExecuteAirflowCommandResponse.Builder setPodNamespaceBytes(com.google.protobuf.ByteString value)
The namespace of the pod where the command is executed.
string pod_namespace = 3;value - The bytes for podNamespace to set.public String getError()
Error message. Empty if there was no error.
string error = 4;getError in interface ExecuteAirflowCommandResponseOrBuilderpublic com.google.protobuf.ByteString getErrorBytes()
Error message. Empty if there was no error.
string error = 4;getErrorBytes in interface ExecuteAirflowCommandResponseOrBuilderpublic ExecuteAirflowCommandResponse.Builder setError(String value)
Error message. Empty if there was no error.
string error = 4;value - The error to set.public ExecuteAirflowCommandResponse.Builder clearError()
Error message. Empty if there was no error.
string error = 4;public ExecuteAirflowCommandResponse.Builder setErrorBytes(com.google.protobuf.ByteString value)
Error message. Empty if there was no error.
string error = 4;value - The bytes for error to set.public final ExecuteAirflowCommandResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>public final ExecuteAirflowCommandResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteAirflowCommandResponse.Builder>Copyright © 2023 Google LLC. All rights reserved.