Class MerchantReviewsServiceStub (0.1.0)

public abstract class MerchantReviewsServiceStub implements BackgroundResource

Base stub class for the MerchantReviewsService service API.

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

Inheritance

java.lang.Object > MerchantReviewsServiceStub

Implements

BackgroundResource

Constructors

MerchantReviewsServiceStub()

public MerchantReviewsServiceStub()

Methods

close()

public abstract void close()

deleteMerchantReviewCallable()

public UnaryCallable<DeleteMerchantReviewRequest,Empty> deleteMerchantReviewCallable()
Returns
Type Description
UnaryCallable<DeleteMerchantReviewRequest,Empty>

getMerchantReviewCallable()

public UnaryCallable<GetMerchantReviewRequest,MerchantReview> getMerchantReviewCallable()
Returns
Type Description
UnaryCallable<GetMerchantReviewRequest,MerchantReview>

insertMerchantReviewCallable()

public UnaryCallable<InsertMerchantReviewRequest,MerchantReview> insertMerchantReviewCallable()
Returns
Type Description
UnaryCallable<InsertMerchantReviewRequest,MerchantReview>

listMerchantReviewsCallable()

public UnaryCallable<ListMerchantReviewsRequest,ListMerchantReviewsResponse> listMerchantReviewsCallable()
Returns
Type Description
UnaryCallable<ListMerchantReviewsRequest,ListMerchantReviewsResponse>

listMerchantReviewsPagedCallable()

public UnaryCallable<ListMerchantReviewsRequest,MerchantReviewsServiceClient.ListMerchantReviewsPagedResponse> listMerchantReviewsPagedCallable()
Returns
Type Description
UnaryCallable<ListMerchantReviewsRequest,ListMerchantReviewsPagedResponse>