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 PollAirflowCommandRequestPollAirflowCommandRequest.Builder. build()PollAirflowCommandRequestPollAirflowCommandRequest.Builder. buildPartial()static PollAirflowCommandRequestPollAirflowCommandRequest. getDefaultInstance()PollAirflowCommandRequestPollAirflowCommandRequest.Builder. getDefaultInstanceForType()PollAirflowCommandRequestPollAirflowCommandRequest. getDefaultInstanceForType()static PollAirflowCommandRequestPollAirflowCommandRequest. parseDelimitedFrom(InputStream input)static PollAirflowCommandRequestPollAirflowCommandRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PollAirflowCommandRequestPollAirflowCommandRequest. parseFrom(byte[] data)static PollAirflowCommandRequestPollAirflowCommandRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PollAirflowCommandRequestPollAirflowCommandRequest. parseFrom(com.google.protobuf.ByteString data)static PollAirflowCommandRequestPollAirflowCommandRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PollAirflowCommandRequestPollAirflowCommandRequest. parseFrom(com.google.protobuf.CodedInputStream input)static PollAirflowCommandRequestPollAirflowCommandRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PollAirflowCommandRequestPollAirflowCommandRequest. parseFrom(InputStream input)static PollAirflowCommandRequestPollAirflowCommandRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PollAirflowCommandRequestPollAirflowCommandRequest. parseFrom(ByteBuffer data)static PollAirflowCommandRequestPollAirflowCommandRequest. 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.BuilderPollAirflowCommandRequest.Builder. mergeFrom(PollAirflowCommandRequest other)static PollAirflowCommandRequest.BuilderPollAirflowCommandRequest. newBuilder(PollAirflowCommandRequest prototype)PollAirflowCommandResponseEnvironmentsClient. pollAirflowCommand(PollAirflowCommandRequest request)Polls Airflow CLI command execution and fetches logs.default voidEnvironmentsGrpc.AsyncService. pollAirflowCommand(PollAirflowCommandRequest request, io.grpc.stub.StreamObserver<PollAirflowCommandResponse> responseObserver)Polls Airflow CLI command execution and fetches logs.PollAirflowCommandResponseEnvironmentsGrpc.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.voidEnvironmentsGrpc.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.
-