public interface PollAirflowCommandResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PollAirflowCommandResponse.ExitInfo |
getExitInfo()
The result exit status of the command.
|
PollAirflowCommandResponse.ExitInfoOrBuilder |
getExitInfoOrBuilder()
The result exit status of the command.
|
PollAirflowCommandResponse.Line |
getOutput(int index)
Output from the command execution.
|
int |
getOutputCount()
Output from the command execution.
|
boolean |
getOutputEnd()
Whether the command execution has finished and there is no more output.
|
List<PollAirflowCommandResponse.Line> |
getOutputList()
Output from the command execution.
|
PollAirflowCommandResponse.LineOrBuilder |
getOutputOrBuilder(int index)
Output from the command execution.
|
List<? extends PollAirflowCommandResponse.LineOrBuilder> |
getOutputOrBuilderList()
Output from the command execution.
|
boolean |
hasExitInfo()
The result exit status of the command.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;
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;
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;
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;
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;
boolean getOutputEnd()
Whether the command execution has finished and there is no more output.
bool output_end = 2;boolean hasExitInfo()
The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
PollAirflowCommandResponse.ExitInfo getExitInfo()
The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
PollAirflowCommandResponse.ExitInfoOrBuilder getExitInfoOrBuilder()
The result exit status of the command.
.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
Copyright © 2023 Google LLC. All rights reserved.