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.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      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()
   
  
  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>
 | 
    
  
  
  
  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;
 
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;
 
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;
 
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;
 
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;
 
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
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public PollAirflowCommandResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public PollAirflowCommandResponse build()
   
  
  
  buildPartial()
  
    public PollAirflowCommandResponse buildPartial()
   
  
  
  clear()
  
    public PollAirflowCommandResponse.Builder clear()
   
  
  Overrides
  
  
  clearExitInfo()
  
    public PollAirflowCommandResponse.Builder clearExitInfo()
   
   The result exit status of the command.
 
 .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
 
clearField(Descriptors.FieldDescriptor field)
  
    public PollAirflowCommandResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public PollAirflowCommandResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  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;
 
clearOutputEnd()
  
    public PollAirflowCommandResponse.Builder clearOutputEnd()
   
   Whether the command execution has finished and there is no more output.
 bool output_end = 2;
clone()
  
    public PollAirflowCommandResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public PollAirflowCommandResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getExitInfo()
  
    public PollAirflowCommandResponse.ExitInfo getExitInfo()
   
   The result exit status of the command.
 
 .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
 
getExitInfoBuilder()
  
    public PollAirflowCommandResponse.ExitInfo.Builder getExitInfoBuilder()
   
   The result exit status of the command.
 
 .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
 
getExitInfoOrBuilder()
  
    public PollAirflowCommandResponse.ExitInfoOrBuilder getExitInfoOrBuilder()
   
   The result exit status of the command.
 
 .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
 
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
 | 
    
  
  
  
  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
 | 
    
  
  
  
  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;
 
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 | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  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;
 
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
 | 
    
  
  
  
  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()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  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;
 
mergeFrom(PollAirflowCommandResponse other)
  
    public PollAirflowCommandResponse.Builder mergeFrom(PollAirflowCommandResponse other)
   
  
  
  
  
  
    public PollAirflowCommandResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public PollAirflowCommandResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final PollAirflowCommandResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  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
 | 
    
  
  
  
  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;
 
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;
 
setField(Descriptors.FieldDescriptor field, Object value)
  
    public PollAirflowCommandResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  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;
 
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;
 
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. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public PollAirflowCommandResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final PollAirflowCommandResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides