Class UserLicenseServiceGrpc (0.60.0)

public final class UserLicenseServiceGrpc

Service for managing User Licenses.

Inheritance

java.lang.Object > UserLicenseServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(UserLicenseServiceGrpc.AsyncService service)

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

getBatchUpdateUserLicensesMethod()

public static MethodDescriptor<BatchUpdateUserLicensesRequest,Operation> getBatchUpdateUserLicensesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<BatchUpdateUserLicensesRequest,Operation>

getListUserLicensesMethod()

public static MethodDescriptor<ListUserLicensesRequest,ListUserLicensesResponse> getListUserLicensesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListUserLicensesRequest,ListUserLicensesResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static UserLicenseServiceGrpc.UserLicenseServiceBlockingStub 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
UserLicenseServiceGrpc.UserLicenseServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static UserLicenseServiceGrpc.UserLicenseServiceBlockingV2Stub 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
UserLicenseServiceGrpc.UserLicenseServiceBlockingV2Stub

newFutureStub(Channel channel)

public static UserLicenseServiceGrpc.UserLicenseServiceFutureStub 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
UserLicenseServiceGrpc.UserLicenseServiceFutureStub

newStub(Channel channel)

public static UserLicenseServiceGrpc.UserLicenseServiceStub 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
UserLicenseServiceGrpc.UserLicenseServiceStub