Class UserListGlobalLicenseServiceGrpc (0.8.0)

public final class UserListGlobalLicenseServiceGrpc

Service for managing user list global licenses. Delete is not a supported operation for UserListGlobalLicenses. Callers should update the license status to DISABLED to instead to deactivate a license. This feature is only available to data partners.

Inheritance

java.lang.Object > UserListGlobalLicenseServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(UserListGlobalLicenseServiceGrpc.AsyncService service)

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

getCreateUserListGlobalLicenseMethod()

public static MethodDescriptor<CreateUserListGlobalLicenseRequest,UserListGlobalLicense> getCreateUserListGlobalLicenseMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateUserListGlobalLicenseRequest,UserListGlobalLicense>

getGetUserListGlobalLicenseMethod()

public static MethodDescriptor<GetUserListGlobalLicenseRequest,UserListGlobalLicense> getGetUserListGlobalLicenseMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetUserListGlobalLicenseRequest,UserListGlobalLicense>

getListUserListGlobalLicenseCustomerInfosMethod()

public static MethodDescriptor<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse> getListUserListGlobalLicenseCustomerInfosMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse>

getListUserListGlobalLicensesMethod()

public static MethodDescriptor<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse> getListUserListGlobalLicensesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse>

getServiceDescriptor()

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

getUpdateUserListGlobalLicenseMethod()

public static MethodDescriptor<UpdateUserListGlobalLicenseRequest,UserListGlobalLicense> getUpdateUserListGlobalLicenseMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateUserListGlobalLicenseRequest,UserListGlobalLicense>

newBlockingStub(Channel channel)

public static UserListGlobalLicenseServiceGrpc.UserListGlobalLicenseServiceBlockingStub 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
UserListGlobalLicenseServiceGrpc.UserListGlobalLicenseServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static UserListGlobalLicenseServiceGrpc.UserListGlobalLicenseServiceBlockingV2Stub 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
UserListGlobalLicenseServiceGrpc.UserListGlobalLicenseServiceBlockingV2Stub

newFutureStub(Channel channel)

public static UserListGlobalLicenseServiceGrpc.UserListGlobalLicenseServiceFutureStub 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
UserListGlobalLicenseServiceGrpc.UserListGlobalLicenseServiceFutureStub

newStub(Channel channel)

public static UserListGlobalLicenseServiceGrpc.UserListGlobalLicenseServiceStub 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
UserListGlobalLicenseServiceGrpc.UserListGlobalLicenseServiceStub