Class LicenseConfigServiceGrpc (0.90.0)

public final class LicenseConfigServiceGrpc

Service for managing license config related resources.

Inheritance

java.lang.Object > LicenseConfigServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(LicenseConfigServiceGrpc.AsyncService service)

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

getCreateLicenseConfigMethod()

public static MethodDescriptor<CreateLicenseConfigRequest,LicenseConfig> getCreateLicenseConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateLicenseConfigRequest,LicenseConfig>

getDistributeLicenseConfigMethod()

public static MethodDescriptor<DistributeLicenseConfigRequest,DistributeLicenseConfigResponse> getDistributeLicenseConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DistributeLicenseConfigRequest,DistributeLicenseConfigResponse>

getGetLicenseConfigMethod()

public static MethodDescriptor<GetLicenseConfigRequest,LicenseConfig> getGetLicenseConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetLicenseConfigRequest,LicenseConfig>

getListLicenseConfigsMethod()

public static MethodDescriptor<ListLicenseConfigsRequest,ListLicenseConfigsResponse> getListLicenseConfigsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListLicenseConfigsRequest,ListLicenseConfigsResponse>

getRetractLicenseConfigMethod()

public static MethodDescriptor<RetractLicenseConfigRequest,RetractLicenseConfigResponse> getRetractLicenseConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RetractLicenseConfigRequest,RetractLicenseConfigResponse>

getServiceDescriptor()

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

getUpdateLicenseConfigMethod()

public static MethodDescriptor<UpdateLicenseConfigRequest,LicenseConfig> getUpdateLicenseConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateLicenseConfigRequest,LicenseConfig>

newBlockingStub(Channel channel)

public static LicenseConfigServiceGrpc.LicenseConfigServiceBlockingStub 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
LicenseConfigServiceGrpc.LicenseConfigServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static LicenseConfigServiceGrpc.LicenseConfigServiceBlockingV2Stub 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
LicenseConfigServiceGrpc.LicenseConfigServiceBlockingV2Stub

newFutureStub(Channel channel)

public static LicenseConfigServiceGrpc.LicenseConfigServiceFutureStub 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
LicenseConfigServiceGrpc.LicenseConfigServiceFutureStub

newStub(Channel channel)

public static LicenseConfigServiceGrpc.LicenseConfigServiceStub 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
LicenseConfigServiceGrpc.LicenseConfigServiceStub