public static final class UserListDirectLicenseServiceGrpc.UserListDirectLicenseServiceStub extends AbstractAsyncStub<UserListDirectLicenseServiceGrpc.UserListDirectLicenseServiceStub>A stub to allow clients to do asynchronous rpc calls to service UserListDirectLicenseService.
Service for managing user list direct licenses. Delete is not a supported operation for UserListDirectLicenses. 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 > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > UserListDirectLicenseServiceGrpc.UserListDirectLicenseServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected UserListDirectLicenseServiceGrpc.UserListDirectLicenseServiceStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
UserListDirectLicenseServiceGrpc.UserListDirectLicenseServiceStub |
|
createUserListDirectLicense(CreateUserListDirectLicenseRequest request, StreamObserver<UserListDirectLicense> responseObserver)
public void createUserListDirectLicense(CreateUserListDirectLicenseRequest request, StreamObserver<UserListDirectLicense> responseObserver)Creates a user list direct license. This feature is only available to data partners.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateUserListDirectLicenseRequest |
responseObserver |
io.grpc.stub.StreamObserver<UserListDirectLicense> |
getUserListDirectLicense(GetUserListDirectLicenseRequest request, StreamObserver<UserListDirectLicense> responseObserver)
public void getUserListDirectLicense(GetUserListDirectLicenseRequest request, StreamObserver<UserListDirectLicense> responseObserver)Retrieves a user list direct license. This feature is only available to data partners.
| Parameters | |
|---|---|
| Name | Description |
request |
GetUserListDirectLicenseRequest |
responseObserver |
io.grpc.stub.StreamObserver<UserListDirectLicense> |
listUserListDirectLicenses(ListUserListDirectLicensesRequest request, StreamObserver<ListUserListDirectLicensesResponse> responseObserver)
public void listUserListDirectLicenses(ListUserListDirectLicensesRequest request, StreamObserver<ListUserListDirectLicensesResponse> responseObserver)Lists all user list direct licenses owned by the parent account. This feature is only available to data partners.
| Parameters | |
|---|---|
| Name | Description |
request |
ListUserListDirectLicensesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListUserListDirectLicensesResponse> |
updateUserListDirectLicense(UpdateUserListDirectLicenseRequest request, StreamObserver<UserListDirectLicense> responseObserver)
public void updateUserListDirectLicense(UpdateUserListDirectLicenseRequest request, StreamObserver<UserListDirectLicense> responseObserver)Updates a user list direct license. This feature is only available to data partners.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateUserListDirectLicenseRequest |
responseObserver |
io.grpc.stub.StreamObserver<UserListDirectLicense> |