Class RoleServiceStub (0.4.0)

public abstract class RoleServiceStub implements BackgroundResource

Base stub class for the RoleService service API.

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

Inheritance

java.lang.Object > RoleServiceStub

Implements

BackgroundResource

Constructors

RoleServiceStub()

public RoleServiceStub()

Methods

close()

public abstract void close()

getRoleCallable()

public UnaryCallable<GetRoleRequest,Role> getRoleCallable()
Returns
Type Description
UnaryCallable<GetRoleRequest,Role>

listRolesCallable()

public UnaryCallable<ListRolesRequest,ListRolesResponse> listRolesCallable()
Returns
Type Description
UnaryCallable<ListRolesRequest,ListRolesResponse>

listRolesPagedCallable()

public UnaryCallable<ListRolesRequest,RoleServiceClient.ListRolesPagedResponse> listRolesPagedCallable()
Returns
Type Description
UnaryCallable<ListRolesRequest,ListRolesPagedResponse>