Class EnvironmentsGrpc (1.5.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

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>

getDeleteEnvironmentMethod()

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

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>

getRestartWebServerMethod()

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

getServiceDescriptor()

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

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