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 StopAirflowCommandRequest
StopAirflowCommandRequest.Builder. build()
StopAirflowCommandRequest
StopAirflowCommandRequest.Builder. buildPartial()
static StopAirflowCommandRequest
StopAirflowCommandRequest. getDefaultInstance()
StopAirflowCommandRequest
StopAirflowCommandRequest.Builder. getDefaultInstanceForType()
StopAirflowCommandRequest
StopAirflowCommandRequest. getDefaultInstanceForType()
static StopAirflowCommandRequest
StopAirflowCommandRequest. parseDelimitedFrom(InputStream input)
static StopAirflowCommandRequest
StopAirflowCommandRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopAirflowCommandRequest
StopAirflowCommandRequest. parseFrom(byte[] data)
static StopAirflowCommandRequest
StopAirflowCommandRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopAirflowCommandRequest
StopAirflowCommandRequest. parseFrom(com.google.protobuf.ByteString data)
static StopAirflowCommandRequest
StopAirflowCommandRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopAirflowCommandRequest
StopAirflowCommandRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StopAirflowCommandRequest
StopAirflowCommandRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopAirflowCommandRequest
StopAirflowCommandRequest. parseFrom(InputStream input)
static StopAirflowCommandRequest
StopAirflowCommandRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopAirflowCommandRequest
StopAirflowCommandRequest. parseFrom(ByteBuffer data)
static StopAirflowCommandRequest
StopAirflowCommandRequest. 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.Builder
StopAirflowCommandRequest.Builder. mergeFrom(StopAirflowCommandRequest other)
static StopAirflowCommandRequest.Builder
StopAirflowCommandRequest. newBuilder(StopAirflowCommandRequest prototype)
StopAirflowCommandResponse
EnvironmentsClient. stopAirflowCommand(StopAirflowCommandRequest request)
Stops Airflow CLI command execution.default void
EnvironmentsGrpc.AsyncService. stopAirflowCommand(StopAirflowCommandRequest request, io.grpc.stub.StreamObserver<StopAirflowCommandResponse> responseObserver)
Stops Airflow CLI command execution.StopAirflowCommandResponse
EnvironmentsGrpc.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.void
EnvironmentsGrpc.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.
-