Class EnvironmentsGrpc (1.28.0)

public final class EnvironmentsGrpc

Managed Apache Airflow Environments.

Inheritance

java.lang.Object > EnvironmentsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(EnvironmentsGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(EnvironmentsGrpc.AsyncService service)
Parameter
NameDescription
serviceEnvironmentsGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCheckUpgradeMethod()

public static MethodDescriptor<CheckUpgradeRequest,Operation> getCheckUpgradeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CheckUpgradeRequest,Operation>

getCreateEnvironmentMethod()

public static MethodDescriptor<CreateEnvironmentRequest,Operation> getCreateEnvironmentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateEnvironmentRequest,Operation>

getDatabaseFailoverMethod()

public static MethodDescriptor<DatabaseFailoverRequest,Operation> getDatabaseFailoverMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DatabaseFailoverRequest,Operation>

getDeleteEnvironmentMethod()

public static MethodDescriptor<DeleteEnvironmentRequest,Operation> getDeleteEnvironmentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteEnvironmentRequest,Operation>

getExecuteAirflowCommandMethod()

public static MethodDescriptor<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse> getExecuteAirflowCommandMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>

getFetchDatabasePropertiesMethod()

public static MethodDescriptor<FetchDatabasePropertiesRequest,FetchDatabasePropertiesResponse> getFetchDatabasePropertiesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<FetchDatabasePropertiesRequest,FetchDatabasePropertiesResponse>

getGetEnvironmentMethod()

public static MethodDescriptor<GetEnvironmentRequest,Environment> getGetEnvironmentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment>

getListEnvironmentsMethod()

public static MethodDescriptor<ListEnvironmentsRequest,ListEnvironmentsResponse> getListEnvironmentsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListEnvironmentsRequest,ListEnvironmentsResponse>

getLoadSnapshotMethod()

public static MethodDescriptor<LoadSnapshotRequest,Operation> getLoadSnapshotMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<LoadSnapshotRequest,Operation>

getPollAirflowCommandMethod()

public static MethodDescriptor<PollAirflowCommandRequest,PollAirflowCommandResponse> getPollAirflowCommandMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<PollAirflowCommandRequest,PollAirflowCommandResponse>

getRestartWebServerMethod()

public static MethodDescriptor<RestartWebServerRequest,Operation> getRestartWebServerMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RestartWebServerRequest,Operation>

getSaveSnapshotMethod()

public static MethodDescriptor<SaveSnapshotRequest,Operation> getSaveSnapshotMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SaveSnapshotRequest,Operation>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getStopAirflowCommandMethod()

public static MethodDescriptor<StopAirflowCommandRequest,StopAirflowCommandResponse> getStopAirflowCommandMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<StopAirflowCommandRequest,StopAirflowCommandResponse>

getUpdateEnvironmentMethod()

public static MethodDescriptor<UpdateEnvironmentRequest,Operation> getUpdateEnvironmentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateEnvironmentRequest,Operation>

newBlockingStub(Channel channel)

public static EnvironmentsGrpc.EnvironmentsBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EnvironmentsGrpc.EnvironmentsBlockingStub

newFutureStub(Channel channel)

public static EnvironmentsGrpc.EnvironmentsFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EnvironmentsGrpc.EnvironmentsFutureStub

newStub(Channel channel)

public static EnvironmentsGrpc.EnvironmentsStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EnvironmentsGrpc.EnvironmentsStub