Class CreativeServiceStub (0.4.0)

public abstract class CreativeServiceStub implements BackgroundResource

Base stub class for the CreativeService service API.

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

Inheritance

java.lang.Object > CreativeServiceStub

Implements

BackgroundResource

Constructors

CreativeServiceStub()

public CreativeServiceStub()

Methods

close()

public abstract void close()

getCreativeCallable()

public UnaryCallable<GetCreativeRequest,Creative> getCreativeCallable()
Returns
Type Description
UnaryCallable<GetCreativeRequest,Creative>

listCreativesCallable()

public UnaryCallable<ListCreativesRequest,ListCreativesResponse> listCreativesCallable()
Returns
Type Description
UnaryCallable<ListCreativesRequest,ListCreativesResponse>

listCreativesPagedCallable()

public UnaryCallable<ListCreativesRequest,CreativeServiceClient.ListCreativesPagedResponse> listCreativesPagedCallable()
Returns
Type Description
UnaryCallable<ListCreativesRequest,ListCreativesPagedResponse>