Interface UserListDirectLicenseServiceGrpc.AsyncService (0.8.0)

public static interface UserListDirectLicenseServiceGrpc.AsyncService

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.

Methods

createUserListDirectLicense(CreateUserListDirectLicenseRequest request, StreamObserver<UserListDirectLicense> responseObserver)

public default 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 default 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 default 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 default 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>