Class GeoTargetServiceStub (0.27.0)

public abstract class GeoTargetServiceStub implements BackgroundResource

Base stub class for the GeoTargetService service API.

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

Inheritance

java.lang.Object > GeoTargetServiceStub

Implements

BackgroundResource

Constructors

GeoTargetServiceStub()

public GeoTargetServiceStub()

Methods

close()

public abstract void close()

getGeoTargetCallable()

public UnaryCallable<GetGeoTargetRequest,GeoTarget> getGeoTargetCallable()
Returns
Type Description
UnaryCallable<GetGeoTargetRequest,GeoTarget>

listGeoTargetsCallable()

public UnaryCallable<ListGeoTargetsRequest,ListGeoTargetsResponse> listGeoTargetsCallable()
Returns
Type Description
UnaryCallable<ListGeoTargetsRequest,ListGeoTargetsResponse>

listGeoTargetsPagedCallable()

public UnaryCallable<ListGeoTargetsRequest,GeoTargetServiceClient.ListGeoTargetsPagedResponse> listGeoTargetsPagedCallable()
Returns
Type Description
UnaryCallable<ListGeoTargetsRequest,ListGeoTargetsPagedResponse>