Class TransportManagerGrpc (1.87.0)

public final class TransportManagerGrpc

The CLH based service for managing RemoteTransportProfiles and Transports.

Inheritance

java.lang.Object > TransportManagerGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(TransportManagerGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(TransportManagerGrpc.AsyncService service)
Parameter
Name Description
service TransportManagerGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateTransportMethod()

public static MethodDescriptor<CreateTransportRequest,Operation> getCreateTransportMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateTransportRequest,Operation>

getDeleteTransportMethod()

public static MethodDescriptor<DeleteTransportRequest,Operation> getDeleteTransportMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteTransportRequest,Operation>

getGetRemoteTransportProfileMethod()

public static MethodDescriptor<GetRemoteTransportProfileRequest,RemoteTransportProfile> getGetRemoteTransportProfileMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetRemoteTransportProfileRequest,RemoteTransportProfile>

getGetStatusMethod()

public static MethodDescriptor<GetStatusRequest,GetStatusResponse> getGetStatusMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetStatusRequest,GetStatusResponse>

getGetTransportMethod()

public static MethodDescriptor<GetTransportRequest,Transport> getGetTransportMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetTransportRequest,Transport>

getListRemoteTransportProfilesMethod()

public static MethodDescriptor<ListRemoteTransportProfilesRequest,ListRemoteTransportProfilesResponse> getListRemoteTransportProfilesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListRemoteTransportProfilesRequest,ListRemoteTransportProfilesResponse>

getListTransportsMethod()

public static MethodDescriptor<ListTransportsRequest,ListTransportsResponse> getListTransportsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListTransportsRequest,ListTransportsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateTransportMethod()

public static MethodDescriptor<UpdateTransportRequest,Operation> getUpdateTransportMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateTransportRequest,Operation>

newBlockingStub(Channel channel)

public static TransportManagerGrpc.TransportManagerBlockingStub newBlockingStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
TransportManagerGrpc.TransportManagerBlockingStub

newBlockingV2Stub(Channel channel)

public static TransportManagerGrpc.TransportManagerBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
TransportManagerGrpc.TransportManagerBlockingV2Stub

newFutureStub(Channel channel)

public static TransportManagerGrpc.TransportManagerFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
TransportManagerGrpc.TransportManagerFutureStub

newStub(Channel channel)

public static TransportManagerGrpc.TransportManagerStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
TransportManagerGrpc.TransportManagerStub