public abstract class UserServiceStub implements BackgroundResourceBase stub class for the UserService service API.
This class is for advanced usage and reflects the underlying API directly.
Implements
BackgroundResourceConstructors
UserServiceStub()
public UserServiceStub()Methods
close()
public abstract void close()getUserCallable()
public UnaryCallable<GetUserRequest,User> getUserCallable()| Returns | |
|---|---|
| Type | Description |
UnaryCallable<GetUserRequest,User> |
|
listUsersCallable()
public UnaryCallable<ListUsersRequest,ListUsersResponse> listUsersCallable()| Returns | |
|---|---|
| Type | Description |
UnaryCallable<ListUsersRequest,ListUsersResponse> |
|
listUsersPagedCallable()
public UnaryCallable<ListUsersRequest,UserServiceClient.ListUsersPagedResponse> listUsersPagedCallable()| Returns | |
|---|---|
| Type | Description |
UnaryCallable<ListUsersRequest,ListUsersPagedResponse> |
|