Class PagesStub (0.52.0)

public abstract class PagesStub implements BackgroundResource

Base stub class for the Pages service API.

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

Inheritance

java.lang.Object > PagesStub

Implements

BackgroundResource

Constructors

PagesStub()

public PagesStub()

Methods

close()

public abstract void close()

createPageCallable()

public UnaryCallable<CreatePageRequest,Page> createPageCallable()
Returns
TypeDescription
UnaryCallable<CreatePageRequest,Page>

deletePageCallable()

public UnaryCallable<DeletePageRequest,Empty> deletePageCallable()
Returns
TypeDescription
UnaryCallable<DeletePageRequest,Empty>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getPageCallable()

public UnaryCallable<GetPageRequest,Page> getPageCallable()
Returns
TypeDescription
UnaryCallable<GetPageRequest,Page>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,PagesClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listPagesCallable()

public UnaryCallable<ListPagesRequest,ListPagesResponse> listPagesCallable()
Returns
TypeDescription
UnaryCallable<ListPagesRequest,ListPagesResponse>

listPagesPagedCallable()

public UnaryCallable<ListPagesRequest,PagesClient.ListPagesPagedResponse> listPagesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListPagesRequest,ListPagesPagedResponse>

updatePageCallable()

public UnaryCallable<UpdatePageRequest,Page> updatePageCallable()
Returns
TypeDescription
UnaryCallable<UpdatePageRequest,Page>