Class PlacementServiceStub (0.3.0)

public abstract class PlacementServiceStub implements BackgroundResource

Base stub class for the PlacementService service API.

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

Inheritance

java.lang.Object > PlacementServiceStub

Implements

BackgroundResource

Constructors

PlacementServiceStub()

public PlacementServiceStub()

Methods

close()

public abstract void close()

getPlacementCallable()

public UnaryCallable<GetPlacementRequest,Placement> getPlacementCallable()
Returns
Type Description
UnaryCallable<GetPlacementRequest,Placement>

listPlacementsCallable()

public UnaryCallable<ListPlacementsRequest,ListPlacementsResponse> listPlacementsCallable()
Returns
Type Description
UnaryCallable<ListPlacementsRequest,ListPlacementsResponse>

listPlacementsPagedCallable()

public UnaryCallable<ListPlacementsRequest,PlacementServiceClient.ListPlacementsPagedResponse> listPlacementsPagedCallable()
Returns
Type Description
UnaryCallable<ListPlacementsRequest,ListPlacementsPagedResponse>