Uses of Class
com.google.cloud.orchestration.airflow.service.v1.StopAirflowCommandRequest
-
Packages that use StopAirflowCommandRequest Package Description com.google.cloud.orchestration.airflow.service.v1 A client to Cloud Composer APIcom.google.cloud.orchestration.airflow.service.v1.stub -
-
Uses of StopAirflowCommandRequest in com.google.cloud.orchestration.airflow.service.v1
Methods in com.google.cloud.orchestration.airflow.service.v1 that return StopAirflowCommandRequest Modifier and Type Method Description StopAirflowCommandRequestStopAirflowCommandRequest.Builder. build()StopAirflowCommandRequestStopAirflowCommandRequest.Builder. buildPartial()static StopAirflowCommandRequestStopAirflowCommandRequest. getDefaultInstance()StopAirflowCommandRequestStopAirflowCommandRequest.Builder. getDefaultInstanceForType()StopAirflowCommandRequestStopAirflowCommandRequest. getDefaultInstanceForType()static StopAirflowCommandRequestStopAirflowCommandRequest. parseDelimitedFrom(InputStream input)static StopAirflowCommandRequestStopAirflowCommandRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopAirflowCommandRequestStopAirflowCommandRequest. parseFrom(byte[] data)static StopAirflowCommandRequestStopAirflowCommandRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopAirflowCommandRequestStopAirflowCommandRequest. parseFrom(com.google.protobuf.ByteString data)static StopAirflowCommandRequestStopAirflowCommandRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopAirflowCommandRequestStopAirflowCommandRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StopAirflowCommandRequestStopAirflowCommandRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopAirflowCommandRequestStopAirflowCommandRequest. parseFrom(InputStream input)static StopAirflowCommandRequestStopAirflowCommandRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopAirflowCommandRequestStopAirflowCommandRequest. parseFrom(ByteBuffer data)static StopAirflowCommandRequestStopAirflowCommandRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.orchestration.airflow.service.v1 that return types with arguments of type StopAirflowCommandRequest Modifier and Type Method Description com.google.protobuf.Parser<StopAirflowCommandRequest>StopAirflowCommandRequest. getParserForType()static io.grpc.MethodDescriptor<StopAirflowCommandRequest,StopAirflowCommandResponse>EnvironmentsGrpc. getStopAirflowCommandMethod()static com.google.protobuf.Parser<StopAirflowCommandRequest>StopAirflowCommandRequest. parser()com.google.api.gax.rpc.UnaryCallable<StopAirflowCommandRequest,StopAirflowCommandResponse>EnvironmentsClient. stopAirflowCommandCallable()Stops Airflow CLI command execution.com.google.api.gax.rpc.UnaryCallSettings.Builder<StopAirflowCommandRequest,StopAirflowCommandResponse>EnvironmentsSettings.Builder. stopAirflowCommandSettings()Returns the builder for the settings used for calls to stopAirflowCommand.com.google.api.gax.rpc.UnaryCallSettings<StopAirflowCommandRequest,StopAirflowCommandResponse>EnvironmentsSettings. stopAirflowCommandSettings()Returns the object with the settings used for calls to stopAirflowCommand.Methods in com.google.cloud.orchestration.airflow.service.v1 with parameters of type StopAirflowCommandRequest Modifier and Type Method Description StopAirflowCommandRequest.BuilderStopAirflowCommandRequest.Builder. mergeFrom(StopAirflowCommandRequest other)static StopAirflowCommandRequest.BuilderStopAirflowCommandRequest. newBuilder(StopAirflowCommandRequest prototype)StopAirflowCommandResponseEnvironmentsClient. stopAirflowCommand(StopAirflowCommandRequest request)Stops Airflow CLI command execution.default voidEnvironmentsGrpc.AsyncService. stopAirflowCommand(StopAirflowCommandRequest request, io.grpc.stub.StreamObserver<StopAirflowCommandResponse> responseObserver)Stops Airflow CLI command execution.StopAirflowCommandResponseEnvironmentsGrpc.EnvironmentsBlockingStub. stopAirflowCommand(StopAirflowCommandRequest request)Stops Airflow CLI command execution.com.google.common.util.concurrent.ListenableFuture<StopAirflowCommandResponse>EnvironmentsGrpc.EnvironmentsFutureStub. stopAirflowCommand(StopAirflowCommandRequest request)Stops Airflow CLI command execution.voidEnvironmentsGrpc.EnvironmentsStub. stopAirflowCommand(StopAirflowCommandRequest request, io.grpc.stub.StreamObserver<StopAirflowCommandResponse> responseObserver)Stops Airflow CLI command execution. -
Uses of StopAirflowCommandRequest 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 StopAirflowCommandRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<StopAirflowCommandRequest,StopAirflowCommandResponse>EnvironmentsStub. stopAirflowCommandCallable()com.google.api.gax.rpc.UnaryCallable<StopAirflowCommandRequest,StopAirflowCommandResponse>GrpcEnvironmentsStub. stopAirflowCommandCallable()com.google.api.gax.rpc.UnaryCallable<StopAirflowCommandRequest,StopAirflowCommandResponse>HttpJsonEnvironmentsStub. stopAirflowCommandCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<StopAirflowCommandRequest,StopAirflowCommandResponse>EnvironmentsStubSettings.Builder. stopAirflowCommandSettings()Returns the builder for the settings used for calls to stopAirflowCommand.com.google.api.gax.rpc.UnaryCallSettings<StopAirflowCommandRequest,StopAirflowCommandResponse>EnvironmentsStubSettings. stopAirflowCommandSettings()Returns the object with the settings used for calls to stopAirflowCommand.
-