Class SiteServiceStub (0.39.0)

public abstract class SiteServiceStub implements BackgroundResource

Base stub class for the SiteService service API.

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

Inheritance

java.lang.Object > SiteServiceStub

Implements

BackgroundResource

Constructors

SiteServiceStub()

public SiteServiceStub()

Methods

batchCreateSitesCallable()

public UnaryCallable<BatchCreateSitesRequest,BatchCreateSitesResponse> batchCreateSitesCallable()
Returns
Type Description
UnaryCallable<BatchCreateSitesRequest,BatchCreateSitesResponse>

batchDeactivateSitesCallable()

public UnaryCallable<BatchDeactivateSitesRequest,BatchDeactivateSitesResponse> batchDeactivateSitesCallable()
Returns
Type Description
UnaryCallable<BatchDeactivateSitesRequest,BatchDeactivateSitesResponse>

batchSubmitSitesForApprovalCallable()

public UnaryCallable<BatchSubmitSitesForApprovalRequest,BatchSubmitSitesForApprovalResponse> batchSubmitSitesForApprovalCallable()
Returns
Type Description
UnaryCallable<BatchSubmitSitesForApprovalRequest,BatchSubmitSitesForApprovalResponse>

batchUpdateSitesCallable()

public UnaryCallable<BatchUpdateSitesRequest,BatchUpdateSitesResponse> batchUpdateSitesCallable()
Returns
Type Description
UnaryCallable<BatchUpdateSitesRequest,BatchUpdateSitesResponse>

close()

public abstract void close()

createSiteCallable()

public UnaryCallable<CreateSiteRequest,Site> createSiteCallable()
Returns
Type Description
UnaryCallable<CreateSiteRequest,Site>

getSiteCallable()

public UnaryCallable<GetSiteRequest,Site> getSiteCallable()
Returns
Type Description
UnaryCallable<GetSiteRequest,Site>

listSitesCallable()

public UnaryCallable<ListSitesRequest,ListSitesResponse> listSitesCallable()
Returns
Type Description
UnaryCallable<ListSitesRequest,ListSitesResponse>

listSitesPagedCallable()

public UnaryCallable<ListSitesRequest,SiteServiceClient.ListSitesPagedResponse> listSitesPagedCallable()
Returns
Type Description
UnaryCallable<ListSitesRequest,ListSitesPagedResponse>

updateSiteCallable()

public UnaryCallable<UpdateSiteRequest,Site> updateSiteCallable()
Returns
Type Description
UnaryCallable<UpdateSiteRequest,Site>