Class UserListServiceStub (0.8.0)

public abstract class UserListServiceStub implements BackgroundResource

Base stub class for the UserListService service API.

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

Inheritance

java.lang.Object > UserListServiceStub

Implements

BackgroundResource

Constructors

UserListServiceStub()

public UserListServiceStub()

Methods

close()

public abstract void close()

createUserListCallable()

public UnaryCallable<CreateUserListRequest,UserList> createUserListCallable()
Returns
Type Description
UnaryCallable<CreateUserListRequest,UserList>

deleteUserListCallable()

public UnaryCallable<DeleteUserListRequest,Empty> deleteUserListCallable()
Returns
Type Description
UnaryCallable<DeleteUserListRequest,Empty>

getUserListCallable()

public UnaryCallable<GetUserListRequest,UserList> getUserListCallable()
Returns
Type Description
UnaryCallable<GetUserListRequest,UserList>

listUserListsCallable()

public UnaryCallable<ListUserListsRequest,ListUserListsResponse> listUserListsCallable()
Returns
Type Description
UnaryCallable<ListUserListsRequest,ListUserListsResponse>

listUserListsPagedCallable()

public UnaryCallable<ListUserListsRequest,UserListServiceClient.ListUserListsPagedResponse> listUserListsPagedCallable()
Returns
Type Description
UnaryCallable<ListUserListsRequest,ListUserListsPagedResponse>

updateUserListCallable()

public UnaryCallable<UpdateUserListRequest,UserList> updateUserListCallable()
Returns
Type Description
UnaryCallable<UpdateUserListRequest,UserList>