Class CreativeSetServiceStub (0.54.0)

public abstract class CreativeSetServiceStub implements BackgroundResource

Base stub class for the CreativeSetService service API.

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

Inheritance

java.lang.Object > CreativeSetServiceStub

Implements

BackgroundResource

Constructors

CreativeSetServiceStub()

public CreativeSetServiceStub()

Methods

close()

public abstract void close()

createCreativeSetCallable()

public UnaryCallable<CreateCreativeSetRequest,CreativeSet> createCreativeSetCallable()
Returns
Type Description
UnaryCallable<CreateCreativeSetRequest,CreativeSet>

getCreativeSetCallable()

public UnaryCallable<GetCreativeSetRequest,CreativeSet> getCreativeSetCallable()
Returns
Type Description
UnaryCallable<GetCreativeSetRequest,CreativeSet>

listCreativeSetsCallable()

public UnaryCallable<ListCreativeSetsRequest,ListCreativeSetsResponse> listCreativeSetsCallable()
Returns
Type Description
UnaryCallable<ListCreativeSetsRequest,ListCreativeSetsResponse>

listCreativeSetsPagedCallable()

public UnaryCallable<ListCreativeSetsRequest,CreativeSetServiceClient.ListCreativeSetsPagedResponse> listCreativeSetsPagedCallable()
Returns
Type Description
UnaryCallable<ListCreativeSetsRequest,ListCreativeSetsPagedResponse>

updateCreativeSetCallable()

public UnaryCallable<UpdateCreativeSetRequest,CreativeSet> updateCreativeSetCallable()
Returns
Type Description
UnaryCallable<UpdateCreativeSetRequest,CreativeSet>