Class UserListDirectLicenseServiceStub (0.8.0)

public abstract class UserListDirectLicenseServiceStub implements BackgroundResource

Base stub class for the UserListDirectLicenseService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > UserListDirectLicenseServiceStub

Implements

BackgroundResource

Constructors

UserListDirectLicenseServiceStub()

public UserListDirectLicenseServiceStub()

Methods

close()

public abstract void close()

createUserListDirectLicenseCallable()

public UnaryCallable<CreateUserListDirectLicenseRequest,UserListDirectLicense> createUserListDirectLicenseCallable()
Returns
Type Description
UnaryCallable<CreateUserListDirectLicenseRequest,UserListDirectLicense>

getUserListDirectLicenseCallable()

public UnaryCallable<GetUserListDirectLicenseRequest,UserListDirectLicense> getUserListDirectLicenseCallable()
Returns
Type Description
UnaryCallable<GetUserListDirectLicenseRequest,UserListDirectLicense>

listUserListDirectLicensesCallable()

public UnaryCallable<ListUserListDirectLicensesRequest,ListUserListDirectLicensesResponse> listUserListDirectLicensesCallable()
Returns
Type Description
UnaryCallable<ListUserListDirectLicensesRequest,ListUserListDirectLicensesResponse>

listUserListDirectLicensesPagedCallable()

public UnaryCallable<ListUserListDirectLicensesRequest,UserListDirectLicenseServiceClient.ListUserListDirectLicensesPagedResponse> listUserListDirectLicensesPagedCallable()
Returns
Type Description
UnaryCallable<ListUserListDirectLicensesRequest,ListUserListDirectLicensesPagedResponse>

updateUserListDirectLicenseCallable()

public UnaryCallable<UpdateUserListDirectLicenseRequest,UserListDirectLicense> updateUserListDirectLicenseCallable()
Returns
Type Description
UnaryCallable<UpdateUserListDirectLicenseRequest,UserListDirectLicense>