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