Class TeamServiceStub (0.3.0)

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.

Inheritance

java.lang.Object > TeamServiceStub

Implements

BackgroundResource

Constructors

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>