Uses of Class
com.google.api.gax.rpc.PagedCallSettings
-
Packages that use PagedCallSettings Package Description com.google.api.gax.grpc com.google.api.gax.httpjson com.google.api.gax.httpjson.longrunning com.google.api.gax.httpjson.longrunning.stub com.google.api.gax.rpc com.google.longrunning A client to Google Long Running Operations API.com.google.longrunning.stub -
-
Uses of PagedCallSettings in com.google.api.gax.grpc
Methods in com.google.api.gax.grpc with parameters of type PagedCallSettings Modifier and Type Method Description static <RequestT,ResponseT,PagedListResponseT>
UnaryCallable<RequestT,PagedListResponseT>GrpcCallableFactory. createPagedCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, PagedCallSettings<RequestT,ResponseT,PagedListResponseT> pagedCallSettings, ClientContext clientContext)
Create a paged callable object that represents a paged API method.<RequestT,ResponseT,PagedListResponseT>
UnaryCallable<RequestT,PagedListResponseT>GrpcStubCallableFactory. createPagedCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, PagedCallSettings<RequestT,ResponseT,PagedListResponseT> pagedCallSettings, ClientContext clientContext)
Create a paged callable object that represents a paged API method. -
Uses of PagedCallSettings in com.google.api.gax.httpjson
Methods in com.google.api.gax.httpjson with parameters of type PagedCallSettings Modifier and Type Method Description static <RequestT,ResponseT,PagedListResponseT>
UnaryCallable<RequestT,PagedListResponseT>HttpJsonCallableFactory. createPagedCallable(HttpJsonCallSettings<RequestT,ResponseT> httpJsonCallSettings, PagedCallSettings<RequestT,ResponseT,PagedListResponseT> pagedCallSettings, ClientContext clientContext)
Create a paged callable object that represents a paged API method.<RequestT,ResponseT,PagedListResponseT>
UnaryCallable<RequestT,PagedListResponseT>HttpJsonStubCallableFactory. createPagedCallable(HttpJsonCallSettings<RequestT,ResponseT> httpJsonCallSettings, PagedCallSettings<RequestT,ResponseT,PagedListResponseT> pagedCallSettings, ClientContext clientContext)
Create a paged callable object that represents a paged API method. -
Uses of PagedCallSettings in com.google.api.gax.httpjson.longrunning
Methods in com.google.api.gax.httpjson.longrunning that return PagedCallSettings Modifier and Type Method Description PagedCallSettings<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse,OperationsClient.ListOperationsPagedResponse>
OperationsSettings. listOperationsSettings()
Returns the object with the settings used for calls to listOperations. -
Uses of PagedCallSettings in com.google.api.gax.httpjson.longrunning.stub
Methods in com.google.api.gax.httpjson.longrunning.stub that return PagedCallSettings Modifier and Type Method Description PagedCallSettings<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse,OperationsClient.ListOperationsPagedResponse>
OperationsStubSettings. listOperationsSettings()
Returns the object with the settings used for calls to listOperations.Methods in com.google.api.gax.httpjson.longrunning.stub with parameters of type PagedCallSettings Modifier and Type Method Description <RequestT,ResponseT,PagedListResponseT>
UnaryCallable<RequestT,PagedListResponseT>HttpJsonOperationsCallableFactory. createPagedCallable(HttpJsonCallSettings<RequestT,ResponseT> httpJsonCallSettings, PagedCallSettings<RequestT,ResponseT,PagedListResponseT> callSettings, ClientContext clientContext)
-
Uses of PagedCallSettings in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return PagedCallSettings Modifier and Type Method Description PagedCallSettings<RequestT,ResponseT,PagedListResponseT>
PagedCallSettings.Builder. build()
Methods in com.google.api.gax.rpc with parameters of type PagedCallSettings Modifier and Type Method Description static <RequestT,ResponseT,PagedListResponseT>
UnaryCallable<RequestT,PagedListResponseT>Callables. paged(UnaryCallable<RequestT,ResponseT> innerCallable, PagedCallSettings<RequestT,ResponseT,PagedListResponseT> pagedCallSettings)
Create a paged callable object that represents a paged API method.Constructors in com.google.api.gax.rpc with parameters of type PagedCallSettings Constructor Description Builder(PagedCallSettings<RequestT,ResponseT,PagedListResponseT> settings)
-
Uses of PagedCallSettings in com.google.longrunning
Methods in com.google.longrunning that return PagedCallSettings Modifier and Type Method Description PagedCallSettings<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse,OperationsClient.ListOperationsPagedResponse>
OperationsSettings. listOperationsSettings()
Returns the object with the settings used for calls to listOperations. -
Uses of PagedCallSettings in com.google.longrunning.stub
Methods in com.google.longrunning.stub that return PagedCallSettings Modifier and Type Method Description PagedCallSettings<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse,OperationsClient.ListOperationsPagedResponse>
OperationsStubSettings. listOperationsSettings()
Returns the object with the settings used for calls to listOperations.Methods in com.google.longrunning.stub with parameters of type PagedCallSettings Modifier and Type Method Description <RequestT,ResponseT,PagedListResponseT>
UnaryCallable<RequestT,PagedListResponseT>GrpcOperationsCallableFactory. createPagedCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, PagedCallSettings<RequestT,ResponseT,PagedListResponseT> pagedCallSettings, ClientContext clientContext)
-