public static final class PollAirflowCommandResponse.Builder extends GeneratedMessageV3.Builder<PollAirflowCommandResponse.Builder> implements PollAirflowCommandResponseOrBuilder
Response to PollAirflowCommandRequest.
Protobuf type
google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllOutput(Iterable<? extends PollAirflowCommandResponse.Line> values)
public PollAirflowCommandResponse.Builder addAllOutput(Iterable<? extends PollAirflowCommandResponse.Line> values)
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Parameter
Name |
Description |
values |
Iterable<? extends com.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line>
|
Returns
addOutput(PollAirflowCommandResponse.Line value)
public PollAirflowCommandResponse.Builder addOutput(PollAirflowCommandResponse.Line value)
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Parameter
Returns
addOutput(PollAirflowCommandResponse.Line.Builder builderForValue)
public PollAirflowCommandResponse.Builder addOutput(PollAirflowCommandResponse.Line.Builder builderForValue)
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Parameter
Returns
addOutput(int index, PollAirflowCommandResponse.Line value)
public PollAirflowCommandResponse.Builder addOutput(int index, PollAirflowCommandResponse.Line value)
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Parameters
Returns
addOutput(int index, PollAirflowCommandResponse.Line.Builder builderForValue)
public PollAirflowCommandResponse.Builder addOutput(int index, PollAirflowCommandResponse.Line.Builder builderForValue)
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Parameters
Returns
addOutputBuilder()
public PollAirflowCommandResponse.Line.Builder addOutputBuilder()
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Returns
addOutputBuilder(int index)
public PollAirflowCommandResponse.Line.Builder addOutputBuilder(int index)
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Parameter
Name |
Description |
index |
int
|
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PollAirflowCommandResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public PollAirflowCommandResponse build()
Returns
buildPartial()
public PollAirflowCommandResponse buildPartial()
Returns
clear()
public PollAirflowCommandResponse.Builder clear()
Returns
Overrides
clearExitInfo()
public PollAirflowCommandResponse.Builder clearExitInfo()
The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
Returns
clearField(Descriptors.FieldDescriptor field)
public PollAirflowCommandResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public PollAirflowCommandResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearOutput()
public PollAirflowCommandResponse.Builder clearOutput()
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Returns
clearOutputEnd()
public PollAirflowCommandResponse.Builder clearOutputEnd()
Whether the command execution has finished and there is no more output.
bool output_end = 2;
Returns
clone()
public PollAirflowCommandResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public PollAirflowCommandResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getExitInfo()
public PollAirflowCommandResponse.ExitInfo getExitInfo()
The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
Returns
getExitInfoBuilder()
public PollAirflowCommandResponse.ExitInfo.Builder getExitInfoBuilder()
The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
Returns
getExitInfoOrBuilder()
public PollAirflowCommandResponse.ExitInfoOrBuilder getExitInfoOrBuilder()
The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
Returns
getOutput(int index)
public PollAirflowCommandResponse.Line getOutput(int index)
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Parameter
Name |
Description |
index |
int
|
Returns
getOutputBuilder(int index)
public PollAirflowCommandResponse.Line.Builder getOutputBuilder(int index)
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Parameter
Name |
Description |
index |
int
|
Returns
getOutputBuilderList()
public List<PollAirflowCommandResponse.Line.Builder> getOutputBuilderList()
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Returns
getOutputCount()
public int getOutputCount()
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Returns
getOutputEnd()
public boolean getOutputEnd()
Whether the command execution has finished and there is no more output.
bool output_end = 2;
Returns
Type |
Description |
boolean |
The outputEnd.
|
getOutputList()
public List<PollAirflowCommandResponse.Line> getOutputList()
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Returns
getOutputOrBuilder(int index)
public PollAirflowCommandResponse.LineOrBuilder getOutputOrBuilder(int index)
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Parameter
Name |
Description |
index |
int
|
Returns
getOutputOrBuilderList()
public List<? extends PollAirflowCommandResponse.LineOrBuilder> getOutputOrBuilderList()
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Returns
Type |
Description |
List<? extends com.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.LineOrBuilder> |
|
hasExitInfo()
public boolean hasExitInfo()
The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
Returns
Type |
Description |
boolean |
Whether the exitInfo field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeExitInfo(PollAirflowCommandResponse.ExitInfo value)
public PollAirflowCommandResponse.Builder mergeExitInfo(PollAirflowCommandResponse.ExitInfo value)
The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
Parameter
Returns
mergeFrom(PollAirflowCommandResponse other)
public PollAirflowCommandResponse.Builder mergeFrom(PollAirflowCommandResponse other)
Parameter
Returns
public PollAirflowCommandResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public PollAirflowCommandResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PollAirflowCommandResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeOutput(int index)
public PollAirflowCommandResponse.Builder removeOutput(int index)
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Parameter
Name |
Description |
index |
int
|
Returns
setExitInfo(PollAirflowCommandResponse.ExitInfo value)
public PollAirflowCommandResponse.Builder setExitInfo(PollAirflowCommandResponse.ExitInfo value)
The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
Parameter
Returns
setExitInfo(PollAirflowCommandResponse.ExitInfo.Builder builderForValue)
public PollAirflowCommandResponse.Builder setExitInfo(PollAirflowCommandResponse.ExitInfo.Builder builderForValue)
The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public PollAirflowCommandResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setOutput(int index, PollAirflowCommandResponse.Line value)
public PollAirflowCommandResponse.Builder setOutput(int index, PollAirflowCommandResponse.Line value)
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Parameters
Returns
setOutput(int index, PollAirflowCommandResponse.Line.Builder builderForValue)
public PollAirflowCommandResponse.Builder setOutput(int index, PollAirflowCommandResponse.Line.Builder builderForValue)
Output from the command execution. It may not contain the full output
and the caller may need to poll for more lines.
repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
Parameters
Returns
setOutputEnd(boolean value)
public PollAirflowCommandResponse.Builder setOutputEnd(boolean value)
Whether the command execution has finished and there is no more output.
bool output_end = 2;
Parameter
Name |
Description |
value |
boolean
The outputEnd to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PollAirflowCommandResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final PollAirflowCommandResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides