public abstract class TeamServiceStub implements BackgroundResource
Base stub class for the TeamService service API.
This class is for advanced usage and reflects the underlying API directly.
Implements
BackgroundResourceConstructors
TeamServiceStub()
public TeamServiceStub()
Methods
close()
public abstract void close()
getTeamCallable()
public UnaryCallable<GetTeamRequest,Team> getTeamCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetTeamRequest,Team> |
listTeamsCallable()
public UnaryCallable<ListTeamsRequest,ListTeamsResponse> listTeamsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListTeamsRequest,ListTeamsResponse> |
listTeamsPagedCallable()
public UnaryCallable<ListTeamsRequest,TeamServiceClient.ListTeamsPagedResponse> listTeamsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListTeamsRequest,ListTeamsPagedResponse> |