Uses of Class
com.google.cloud.orchestration.airflow.service.v1.PollAirflowCommandRequest
-
Packages that use PollAirflowCommandRequest Package Description com.google.cloud.orchestration.airflow.service.v1 A client to Cloud Composer APIcom.google.cloud.orchestration.airflow.service.v1.stub -
-
Uses of PollAirflowCommandRequest in com.google.cloud.orchestration.airflow.service.v1
Methods in com.google.cloud.orchestration.airflow.service.v1 that return PollAirflowCommandRequest Modifier and Type Method Description PollAirflowCommandRequest
PollAirflowCommandRequest.Builder. build()
PollAirflowCommandRequest
PollAirflowCommandRequest.Builder. buildPartial()
static PollAirflowCommandRequest
PollAirflowCommandRequest. getDefaultInstance()
PollAirflowCommandRequest
PollAirflowCommandRequest.Builder. getDefaultInstanceForType()
PollAirflowCommandRequest
PollAirflowCommandRequest. getDefaultInstanceForType()
static PollAirflowCommandRequest
PollAirflowCommandRequest. parseDelimitedFrom(InputStream input)
static PollAirflowCommandRequest
PollAirflowCommandRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandRequest
PollAirflowCommandRequest. parseFrom(byte[] data)
static PollAirflowCommandRequest
PollAirflowCommandRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandRequest
PollAirflowCommandRequest. parseFrom(com.google.protobuf.ByteString data)
static PollAirflowCommandRequest
PollAirflowCommandRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandRequest
PollAirflowCommandRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static PollAirflowCommandRequest
PollAirflowCommandRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandRequest
PollAirflowCommandRequest. parseFrom(InputStream input)
static PollAirflowCommandRequest
PollAirflowCommandRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PollAirflowCommandRequest
PollAirflowCommandRequest. parseFrom(ByteBuffer data)
static PollAirflowCommandRequest
PollAirflowCommandRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.orchestration.airflow.service.v1 that return types with arguments of type PollAirflowCommandRequest Modifier and Type Method Description com.google.protobuf.Parser<PollAirflowCommandRequest>
PollAirflowCommandRequest. getParserForType()
static io.grpc.MethodDescriptor<PollAirflowCommandRequest,PollAirflowCommandResponse>
EnvironmentsGrpc. getPollAirflowCommandMethod()
static com.google.protobuf.Parser<PollAirflowCommandRequest>
PollAirflowCommandRequest. parser()
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 PollAirflowCommandRequest Modifier and Type Method Description PollAirflowCommandRequest.Builder
PollAirflowCommandRequest.Builder. mergeFrom(PollAirflowCommandRequest other)
static PollAirflowCommandRequest.Builder
PollAirflowCommandRequest. newBuilder(PollAirflowCommandRequest prototype)
PollAirflowCommandResponse
EnvironmentsClient. pollAirflowCommand(PollAirflowCommandRequest request)
Polls Airflow CLI command execution and fetches logs.default void
EnvironmentsGrpc.AsyncService. pollAirflowCommand(PollAirflowCommandRequest request, io.grpc.stub.StreamObserver<PollAirflowCommandResponse> responseObserver)
Polls Airflow CLI command execution and fetches logs.PollAirflowCommandResponse
EnvironmentsGrpc.EnvironmentsBlockingStub. pollAirflowCommand(PollAirflowCommandRequest request)
Polls Airflow CLI command execution and fetches logs.com.google.common.util.concurrent.ListenableFuture<PollAirflowCommandResponse>
EnvironmentsGrpc.EnvironmentsFutureStub. pollAirflowCommand(PollAirflowCommandRequest request)
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 PollAirflowCommandRequest 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 PollAirflowCommandRequest 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.
-