Uses of Class
com.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse.Line
-
Packages that use PollAirflowCommandResponse.Line Package Description com.google.cloud.orchestration.airflow.service.v1 A client to Cloud Composer API -
-
Uses of PollAirflowCommandResponse.Line in com.google.cloud.orchestration.airflow.service.v1
Methods in com.google.cloud.orchestration.airflow.service.v1 that return PollAirflowCommandResponse.Line Modifier and Type Method Description PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line.Builder. build()
PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line.Builder. buildPartial()
static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. getDefaultInstance()
PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line.Builder. getDefaultInstanceForType()
PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. getDefaultInstanceForType()
PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Builder. getOutput(int index)
Output from the command execution.PollAirflowCommandResponse.Line
PollAirflowCommandResponse. getOutput(int index)
Output from the command execution.PollAirflowCommandResponse.Line
PollAirflowCommandResponseOrBuilder. getOutput(int index)
Output from the command execution.static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. parseDelimitedFrom(InputStream input)
static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. parseFrom(byte[] data)
static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. parseFrom(com.google.protobuf.ByteString data)
static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. parseFrom(com.google.protobuf.CodedInputStream input)
static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. parseFrom(InputStream input)
static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. parseFrom(ByteBuffer data)
static PollAirflowCommandResponse.Line
PollAirflowCommandResponse.Line. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.orchestration.airflow.service.v1 that return types with arguments of type PollAirflowCommandResponse.Line Modifier and Type Method Description List<PollAirflowCommandResponse.Line>
PollAirflowCommandResponse.Builder. getOutputList()
Output from the command execution.List<PollAirflowCommandResponse.Line>
PollAirflowCommandResponse. getOutputList()
Output from the command execution.List<PollAirflowCommandResponse.Line>
PollAirflowCommandResponseOrBuilder. getOutputList()
Output from the command execution.com.google.protobuf.Parser<PollAirflowCommandResponse.Line>
PollAirflowCommandResponse.Line. getParserForType()
static com.google.protobuf.Parser<PollAirflowCommandResponse.Line>
PollAirflowCommandResponse.Line. parser()
Methods in com.google.cloud.orchestration.airflow.service.v1 with parameters of type PollAirflowCommandResponse.Line Modifier and Type Method Description PollAirflowCommandResponse.Builder
PollAirflowCommandResponse.Builder. addOutput(int index, PollAirflowCommandResponse.Line value)
Output from the command execution.PollAirflowCommandResponse.Builder
PollAirflowCommandResponse.Builder. addOutput(PollAirflowCommandResponse.Line value)
Output from the command execution.PollAirflowCommandResponse.Line.Builder
PollAirflowCommandResponse.Line.Builder. mergeFrom(PollAirflowCommandResponse.Line other)
static PollAirflowCommandResponse.Line.Builder
PollAirflowCommandResponse.Line. newBuilder(PollAirflowCommandResponse.Line prototype)
PollAirflowCommandResponse.Builder
PollAirflowCommandResponse.Builder. setOutput(int index, PollAirflowCommandResponse.Line value)
Output from the command execution.Method parameters in com.google.cloud.orchestration.airflow.service.v1 with type arguments of type PollAirflowCommandResponse.Line Modifier and Type Method Description PollAirflowCommandResponse.Builder
PollAirflowCommandResponse.Builder. addAllOutput(Iterable<? extends PollAirflowCommandResponse.Line> values)
Output from the command execution.
-