Class AdPartnerServiceStub (0.4.0)

public abstract class AdPartnerServiceStub implements BackgroundResource

Base stub class for the AdPartnerService service API.

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

Inheritance

java.lang.Object > AdPartnerServiceStub

Implements

BackgroundResource

Constructors

AdPartnerServiceStub()

public AdPartnerServiceStub()

Methods

close()

public abstract void close()

getAdPartnerCallable()

public UnaryCallable<GetAdPartnerRequest,AdPartner> getAdPartnerCallable()
Returns
Type Description
UnaryCallable<GetAdPartnerRequest,AdPartner>

listAdPartnersCallable()

public UnaryCallable<ListAdPartnersRequest,ListAdPartnersResponse> listAdPartnersCallable()
Returns
Type Description
UnaryCallable<ListAdPartnersRequest,ListAdPartnersResponse>

listAdPartnersPagedCallable()

public UnaryCallable<ListAdPartnersRequest,AdPartnerServiceClient.ListAdPartnersPagedResponse> listAdPartnersPagedCallable()
Returns
Type Description
UnaryCallable<ListAdPartnersRequest,ListAdPartnersPagedResponse>