Interface PollAirflowCommandResponseOrBuilder

    • Method Detail

      • getOutputList

        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.v1.PollAirflowCommandResponse.Line output = 1;
      • getOutput

        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.v1.PollAirflowCommandResponse.Line output = 1;
      • getOutputCount

        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.v1.PollAirflowCommandResponse.Line output = 1;
      • getOutputOrBuilderList

        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.v1.PollAirflowCommandResponse.Line output = 1;
      • getOutputOrBuilder

        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.v1.PollAirflowCommandResponse.Line output = 1;
      • getOutputEnd

        boolean getOutputEnd()
         Whether the command execution has finished and there is no more output.
         
        bool output_end = 2;
        Returns:
        The outputEnd.
      • hasExitInfo

        boolean hasExitInfo()
         The result exit status of the command.
         
        .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
        Returns:
        Whether the exitInfo field is set.
      • getExitInfo

        PollAirflowCommandResponse.ExitInfo getExitInfo()
         The result exit status of the command.
         
        .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
        Returns:
        The exitInfo.
      • getExitInfoOrBuilder

        PollAirflowCommandResponse.ExitInfoOrBuilder getExitInfoOrBuilder()
         The result exit status of the command.
         
        .google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.ExitInfo exit_info = 3;