Uses of Class
com.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse
-
Packages that use PollAirflowCommandResponse Package Description com.google.cloud.orchestration.airflow.service.v1 A client to Cloud Composer APIcom.google.cloud.orchestration.airflow.service.v1.stub -
-
Uses of PollAirflowCommandResponse in com.google.cloud.orchestration.airflow.service.v1
Methods in com.google.cloud.orchestration.airflow.service.v1 that return PollAirflowCommandResponse Modifier and Type Method Description PollAirflowCommandResponse
PollAirflowCommandResponse.Builder. build()
PollAirflowCommandResponse
PollAirflowCommandResponse.Builder. buildPartial()
static PollAirflowCommandResponse
PollAirflowCommandResponse. getDefaultInstance()
PollAirflowCommandResponse
PollAirflowCommandResponse.Builder. getDefaultInstanceForType()
PollAirflowCommandResponse
PollAirflowCommandResponse. getDefaultInstanceForType()
static PollAirflowCommandResponse
PollAirflowCommandResponse. parseDelimitedFrom(InputStream input)
static PollAirflowCommandResponse
PollAirflowCommandResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandResponse
PollAirflowCommandResponse. parseFrom(byte[] data)
static PollAirflowCommandResponse
PollAirflowCommandResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandResponse
PollAirflowCommandResponse. parseFrom(com.google.protobuf.ByteString data)
static PollAirflowCommandResponse
PollAirflowCommandResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandResponse
PollAirflowCommandResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static PollAirflowCommandResponse
PollAirflowCommandResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandResponse
PollAirflowCommandResponse. parseFrom(InputStream input)
static PollAirflowCommandResponse
PollAirflowCommandResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandResponse
PollAirflowCommandResponse. parseFrom(ByteBuffer data)
static PollAirflowCommandResponse
PollAirflowCommandResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PollAirflowCommandResponse
EnvironmentsClient. pollAirflowCommand(PollAirflowCommandRequest request)
Polls Airflow CLI command execution and fetches logs.PollAirflowCommandResponse
EnvironmentsGrpc.EnvironmentsBlockingStub. pollAirflowCommand(PollAirflowCommandRequest request)
Polls Airflow CLI command execution and fetches logs.Methods in com.google.cloud.orchestration.airflow.service.v1 that return types with arguments of type PollAirflowCommandResponse Modifier and Type Method Description com.google.protobuf.Parser<PollAirflowCommandResponse>
PollAirflowCommandResponse. getParserForType()
static io.grpc.MethodDescriptor<PollAirflowCommandRequest,PollAirflowCommandResponse>
EnvironmentsGrpc. getPollAirflowCommandMethod()
static com.google.protobuf.Parser<PollAirflowCommandResponse>
PollAirflowCommandResponse. parser()
com.google.common.util.concurrent.ListenableFuture<PollAirflowCommandResponse>
EnvironmentsGrpc.EnvironmentsFutureStub. pollAirflowCommand(PollAirflowCommandRequest request)
Polls Airflow CLI command execution and fetches logs.com.google.api.gax.rpc.UnaryCallable<PollAirflowCommandRequest,PollAirflowCommandResponse>
EnvironmentsClient. pollAirflowCommandCallable()
Polls Airflow CLI command execution and fetches logs.com.google.api.gax.rpc.UnaryCallSettings.Builder<PollAirflowCommandRequest,PollAirflowCommandResponse>
EnvironmentsSettings.Builder. pollAirflowCommandSettings()
Returns the builder for the settings used for calls to pollAirflowCommand.com.google.api.gax.rpc.UnaryCallSettings<PollAirflowCommandRequest,PollAirflowCommandResponse>
EnvironmentsSettings. pollAirflowCommandSettings()
Returns the object with the settings used for calls to pollAirflowCommand.Methods in com.google.cloud.orchestration.airflow.service.v1 with parameters of type PollAirflowCommandResponse Modifier and Type Method Description PollAirflowCommandResponse.Builder
PollAirflowCommandResponse.Builder. mergeFrom(PollAirflowCommandResponse other)
static PollAirflowCommandResponse.Builder
PollAirflowCommandResponse. newBuilder(PollAirflowCommandResponse prototype)
Method parameters in com.google.cloud.orchestration.airflow.service.v1 with type arguments of type PollAirflowCommandResponse Modifier and Type Method Description default void
EnvironmentsGrpc.AsyncService. pollAirflowCommand(PollAirflowCommandRequest request, io.grpc.stub.StreamObserver<PollAirflowCommandResponse> responseObserver)
Polls Airflow CLI command execution and fetches logs.void
EnvironmentsGrpc.EnvironmentsStub. pollAirflowCommand(PollAirflowCommandRequest request, io.grpc.stub.StreamObserver<PollAirflowCommandResponse> responseObserver)
Polls Airflow CLI command execution and fetches logs. -
Uses of PollAirflowCommandResponse in com.google.cloud.orchestration.airflow.service.v1.stub
Methods in com.google.cloud.orchestration.airflow.service.v1.stub that return types with arguments of type PollAirflowCommandResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PollAirflowCommandRequest,PollAirflowCommandResponse>
EnvironmentsStub. pollAirflowCommandCallable()
com.google.api.gax.rpc.UnaryCallable<PollAirflowCommandRequest,PollAirflowCommandResponse>
GrpcEnvironmentsStub. pollAirflowCommandCallable()
com.google.api.gax.rpc.UnaryCallable<PollAirflowCommandRequest,PollAirflowCommandResponse>
HttpJsonEnvironmentsStub. pollAirflowCommandCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<PollAirflowCommandRequest,PollAirflowCommandResponse>
EnvironmentsStubSettings.Builder. pollAirflowCommandSettings()
Returns the builder for the settings used for calls to pollAirflowCommand.com.google.api.gax.rpc.UnaryCallSettings<PollAirflowCommandRequest,PollAirflowCommandResponse>
EnvironmentsStubSettings. pollAirflowCommandSettings()
Returns the object with the settings used for calls to pollAirflowCommand.
-