public static final class UserLicenseServiceGrpc.UserLicenseServiceStub extends AbstractAsyncStub<UserLicenseServiceGrpc.UserLicenseServiceStub>A stub to allow clients to do asynchronous rpc calls to service UserLicenseService.
Service for managing User Licenses.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > UserLicenseServiceGrpc.UserLicenseServiceStubMethods
batchUpdateUserLicenses(BatchUpdateUserLicensesRequest request, StreamObserver<Operation> responseObserver)
public void batchUpdateUserLicenses(BatchUpdateUserLicensesRequest request, StreamObserver<Operation> responseObserver)Updates the User License. This method is used for batch assign/unassign licenses to users.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchUpdateUserLicensesRequest |
responseObserver |
io.grpc.stub.StreamObserver<Operation> |
build(Channel channel, CallOptions callOptions)
protected UserLicenseServiceGrpc.UserLicenseServiceStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
UserLicenseServiceGrpc.UserLicenseServiceStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listLicenseConfigsUsageStats(ListLicenseConfigsUsageStatsRequest request, StreamObserver<ListLicenseConfigsUsageStatsResponse> responseObserver)
public void listLicenseConfigsUsageStats(ListLicenseConfigsUsageStatsRequest request, StreamObserver<ListLicenseConfigsUsageStatsResponse> responseObserver)Lists all the LicenseConfigUsageStatss associated with the project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListLicenseConfigsUsageStatsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListLicenseConfigsUsageStatsResponse> |
listUserLicenses(ListUserLicensesRequest request, StreamObserver<ListUserLicensesResponse> responseObserver)
public void listUserLicenses(ListUserLicensesRequest request, StreamObserver<ListUserLicensesResponse> responseObserver)Lists the User Licenses.
| Parameters | |
|---|---|
| Name | Description |
request |
ListUserLicensesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListUserLicensesResponse> |