Class PagesStub

  • All Implemented Interfaces:
    com.google.api.gax.core.BackgroundResource, AutoCloseable
    Direct Known Subclasses:
    GrpcPagesStub, HttpJsonPagesStub

    @Generated("by gapic-generator-java")
    public abstract class PagesStub
    extends Object
    implements com.google.api.gax.core.BackgroundResource
    Base stub class for the Pages service API.

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

    • Constructor Detail

      • PagesStub

        public PagesStub()
    • Method Detail

      • getPageCallable

        public com.google.api.gax.rpc.UnaryCallable<GetPageRequest,​Page> getPageCallable()
      • createPageCallable

        public com.google.api.gax.rpc.UnaryCallable<CreatePageRequest,​Page> createPageCallable()
      • updatePageCallable

        public com.google.api.gax.rpc.UnaryCallable<UpdatePageRequest,​Page> updatePageCallable()
      • deletePageCallable

        public com.google.api.gax.rpc.UnaryCallable<DeletePageRequest,​com.google.protobuf.Empty> deletePageCallable()
      • listLocationsPagedCallable

        public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,​PagesClient.ListLocationsPagedResponse> listLocationsPagedCallable()
      • listLocationsCallable

        public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
      • getLocationCallable

        public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,​com.google.cloud.location.Location> getLocationCallable()