Uses of Class
com.google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse
-
Packages that use PollAirflowCommandResponse Package Description com.google.cloud.orchestration.airflow.service.v1beta1 A client to Cloud Composer APIcom.google.cloud.orchestration.airflow.service.v1beta1.stub -
-
Uses of PollAirflowCommandResponse in com.google.cloud.orchestration.airflow.service.v1beta1
Methods in com.google.cloud.orchestration.airflow.service.v1beta1 that return PollAirflowCommandResponse Modifier and Type Method Description PollAirflowCommandResponsePollAirflowCommandResponse.Builder. build()PollAirflowCommandResponsePollAirflowCommandResponse.Builder. buildPartial()static PollAirflowCommandResponsePollAirflowCommandResponse. getDefaultInstance()PollAirflowCommandResponsePollAirflowCommandResponse.Builder. getDefaultInstanceForType()PollAirflowCommandResponsePollAirflowCommandResponse. getDefaultInstanceForType()static PollAirflowCommandResponsePollAirflowCommandResponse. parseDelimitedFrom(InputStream input)static PollAirflowCommandResponsePollAirflowCommandResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PollAirflowCommandResponsePollAirflowCommandResponse. parseFrom(byte[] data)static PollAirflowCommandResponsePollAirflowCommandResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PollAirflowCommandResponsePollAirflowCommandResponse. parseFrom(com.google.protobuf.ByteString data)static PollAirflowCommandResponsePollAirflowCommandResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PollAirflowCommandResponsePollAirflowCommandResponse. parseFrom(com.google.protobuf.CodedInputStream input)static PollAirflowCommandResponsePollAirflowCommandResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PollAirflowCommandResponsePollAirflowCommandResponse. parseFrom(InputStream input)static PollAirflowCommandResponsePollAirflowCommandResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PollAirflowCommandResponsePollAirflowCommandResponse. parseFrom(ByteBuffer data)static PollAirflowCommandResponsePollAirflowCommandResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PollAirflowCommandResponseEnvironmentsClient. pollAirflowCommand(PollAirflowCommandRequest request)Polls Airflow CLI command execution and fetches logs.PollAirflowCommandResponseEnvironmentsGrpc.EnvironmentsBlockingStub. pollAirflowCommand(PollAirflowCommandRequest request)Polls Airflow CLI command execution and fetches logs.Methods in com.google.cloud.orchestration.airflow.service.v1beta1 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.v1beta1 with parameters of type PollAirflowCommandResponse Modifier and Type Method Description PollAirflowCommandResponse.BuilderPollAirflowCommandResponse.Builder. mergeFrom(PollAirflowCommandResponse other)static PollAirflowCommandResponse.BuilderPollAirflowCommandResponse. newBuilder(PollAirflowCommandResponse prototype)Method parameters in com.google.cloud.orchestration.airflow.service.v1beta1 with type arguments of type PollAirflowCommandResponse Modifier and Type Method Description default voidEnvironmentsGrpc.AsyncService. pollAirflowCommand(PollAirflowCommandRequest request, io.grpc.stub.StreamObserver<PollAirflowCommandResponse> responseObserver)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 PollAirflowCommandResponse in com.google.cloud.orchestration.airflow.service.v1beta1.stub
Methods in com.google.cloud.orchestration.airflow.service.v1beta1.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.
-