Class EnvironmentsGrpc.EnvironmentsImplBase
- java.lang.Object
-
- com.google.cloud.orchestration.airflow.service.v1.EnvironmentsGrpc.EnvironmentsImplBase
-
- All Implemented Interfaces:
EnvironmentsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- EnvironmentsGrpc
public abstract static class EnvironmentsGrpc.EnvironmentsImplBase extends Object implements io.grpc.BindableService, EnvironmentsGrpc.AsyncService
Base class for the server implementation of the service Environments.Managed Apache Airflow Environments.
-
-
Constructor Summary
Constructors Constructor Description EnvironmentsImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.orchestration.airflow.service.v1.EnvironmentsGrpc.AsyncService
createEnvironment, databaseFailover, deleteEnvironment, executeAirflowCommand, fetchDatabaseProperties, getEnvironment, listEnvironments, loadSnapshot, pollAirflowCommand, saveSnapshot, stopAirflowCommand, updateEnvironment
-
-