Uses of Interface
com.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.LineOrBuilder
-
Packages that use PollAirflowCommandResponse.LineOrBuilder Package Description com.google.cloud.orchestration.airflow.service.v1 A client to Cloud Composer API -
-
Uses of PollAirflowCommandResponse.LineOrBuilder in com.google.cloud.orchestration.airflow.service.v1
Classes in com.google.cloud.orchestration.airflow.service.v1 that implement PollAirflowCommandResponse.LineOrBuilder Modifier and Type Class Description static class
PollAirflowCommandResponse.Line
Contains information about a single line from logs.static class
PollAirflowCommandResponse.Line.Builder
Contains information about a single line from logs.Methods in com.google.cloud.orchestration.airflow.service.v1 that return PollAirflowCommandResponse.LineOrBuilder Modifier and Type Method Description PollAirflowCommandResponse.LineOrBuilder
PollAirflowCommandResponse.Builder. getOutputOrBuilder(int index)
Output from the command execution.PollAirflowCommandResponse.LineOrBuilder
PollAirflowCommandResponse. getOutputOrBuilder(int index)
Output from the command execution.PollAirflowCommandResponse.LineOrBuilder
PollAirflowCommandResponseOrBuilder. getOutputOrBuilder(int index)
Output from the command execution.Methods in com.google.cloud.orchestration.airflow.service.v1 that return types with arguments of type PollAirflowCommandResponse.LineOrBuilder Modifier and Type Method Description List<? extends PollAirflowCommandResponse.LineOrBuilder>
PollAirflowCommandResponse.Builder. getOutputOrBuilderList()
Output from the command execution.List<? extends PollAirflowCommandResponse.LineOrBuilder>
PollAirflowCommandResponse. getOutputOrBuilderList()
Output from the command execution.List<? extends PollAirflowCommandResponse.LineOrBuilder>
PollAirflowCommandResponseOrBuilder. getOutputOrBuilderList()
Output from the command execution.
-