Class AdSpotServiceStub (0.54.0)

public abstract class AdSpotServiceStub implements BackgroundResource

Base stub class for the AdSpotService service API.

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

Inheritance

java.lang.Object > AdSpotServiceStub

Implements

BackgroundResource

Constructors

AdSpotServiceStub()

public AdSpotServiceStub()

Methods

batchCreateAdSpotsCallable()

public UnaryCallable<BatchCreateAdSpotsRequest,BatchCreateAdSpotsResponse> batchCreateAdSpotsCallable()
Returns
Type Description
UnaryCallable<BatchCreateAdSpotsRequest,BatchCreateAdSpotsResponse>

batchUpdateAdSpotsCallable()

public UnaryCallable<BatchUpdateAdSpotsRequest,BatchUpdateAdSpotsResponse> batchUpdateAdSpotsCallable()
Returns
Type Description
UnaryCallable<BatchUpdateAdSpotsRequest,BatchUpdateAdSpotsResponse>

close()

public abstract void close()

createAdSpotCallable()

public UnaryCallable<CreateAdSpotRequest,AdSpot> createAdSpotCallable()
Returns
Type Description
UnaryCallable<CreateAdSpotRequest,AdSpot>

getAdSpotCallable()

public UnaryCallable<GetAdSpotRequest,AdSpot> getAdSpotCallable()
Returns
Type Description
UnaryCallable<GetAdSpotRequest,AdSpot>

listAdSpotsCallable()

public UnaryCallable<ListAdSpotsRequest,ListAdSpotsResponse> listAdSpotsCallable()
Returns
Type Description
UnaryCallable<ListAdSpotsRequest,ListAdSpotsResponse>

listAdSpotsPagedCallable()

public UnaryCallable<ListAdSpotsRequest,AdSpotServiceClient.ListAdSpotsPagedResponse> listAdSpotsPagedCallable()
Returns
Type Description
UnaryCallable<ListAdSpotsRequest,ListAdSpotsPagedResponse>

updateAdSpotCallable()

public UnaryCallable<UpdateAdSpotRequest,AdSpot> updateAdSpotCallable()
Returns
Type Description
UnaryCallable<UpdateAdSpotRequest,AdSpot>