Class UserListGlobalLicenseServiceStub (0.8.0)

public abstract class UserListGlobalLicenseServiceStub implements BackgroundResource

Base stub class for the UserListGlobalLicenseService service API.

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

Inheritance

java.lang.Object > UserListGlobalLicenseServiceStub

Implements

BackgroundResource

Constructors

UserListGlobalLicenseServiceStub()

public UserListGlobalLicenseServiceStub()

Methods

close()

public abstract void close()

createUserListGlobalLicenseCallable()

public UnaryCallable<CreateUserListGlobalLicenseRequest,UserListGlobalLicense> createUserListGlobalLicenseCallable()
Returns
Type Description
UnaryCallable<CreateUserListGlobalLicenseRequest,UserListGlobalLicense>

getUserListGlobalLicenseCallable()

public UnaryCallable<GetUserListGlobalLicenseRequest,UserListGlobalLicense> getUserListGlobalLicenseCallable()
Returns
Type Description
UnaryCallable<GetUserListGlobalLicenseRequest,UserListGlobalLicense>

listUserListGlobalLicenseCustomerInfosCallable()

public UnaryCallable<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse> listUserListGlobalLicenseCustomerInfosCallable()
Returns
Type Description
UnaryCallable<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse>

listUserListGlobalLicenseCustomerInfosPagedCallable()

public UnaryCallable<ListUserListGlobalLicenseCustomerInfosRequest,UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPagedResponse> listUserListGlobalLicenseCustomerInfosPagedCallable()
Returns
Type Description
UnaryCallable<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosPagedResponse>

listUserListGlobalLicensesCallable()

public UnaryCallable<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse> listUserListGlobalLicensesCallable()
Returns
Type Description
UnaryCallable<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse>

listUserListGlobalLicensesPagedCallable()

public UnaryCallable<ListUserListGlobalLicensesRequest,UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPagedResponse> listUserListGlobalLicensesPagedCallable()
Returns
Type Description
UnaryCallable<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesPagedResponse>

updateUserListGlobalLicenseCallable()

public UnaryCallable<UpdateUserListGlobalLicenseRequest,UserListGlobalLicense> updateUserListGlobalLicenseCallable()
Returns
Type Description
UnaryCallable<UpdateUserListGlobalLicenseRequest,UserListGlobalLicense>