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

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>

getLoadSnapshotMethod()

public static MethodDescriptor<LoadSnapshotRequest,Operation> getLoadSnapshotMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<LoadSnapshotRequest,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

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