Class PagesStub
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.stub.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 Summary
Constructors Constructor Description PagesStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreatePageRequest,Page>
createPageCallable()
com.google.api.gax.rpc.UnaryCallable<DeletePageRequest,com.google.protobuf.Empty>
deletePageCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationCallable()
com.google.api.gax.rpc.UnaryCallable<GetPageRequest,Page>
getPageCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
listLocationsCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,PagesClient.ListLocationsPagedResponse>
listLocationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListPagesRequest,ListPagesResponse>
listPagesCallable()
com.google.api.gax.rpc.UnaryCallable<ListPagesRequest,PagesClient.ListPagesPagedResponse>
listPagesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdatePageRequest,Page>
updatePageCallable()
-
-
-
Method Detail
-
listPagesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListPagesRequest,PagesClient.ListPagesPagedResponse> listPagesPagedCallable()
-
listPagesCallable
public com.google.api.gax.rpc.UnaryCallable<ListPagesRequest,ListPagesResponse> listPagesCallable()
-
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()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-