Uses of Class
com.google.cloud.datastream.v1.DatastreamClient.ListStreamsPage
-
Packages that use DatastreamClient.ListStreamsPage Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of DatastreamClient.ListStreamsPage in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return DatastreamClient.ListStreamsPage Modifier and Type Method Description protected DatastreamClient.ListStreamsPage
DatastreamClient.ListStreamsPage. createPage(com.google.api.gax.rpc.PageContext<ListStreamsRequest,ListStreamsResponse,Stream> context, ListStreamsResponse response)
Methods in com.google.cloud.datastream.v1 that return types with arguments of type DatastreamClient.ListStreamsPage Modifier and Type Method Description com.google.api.core.ApiFuture<DatastreamClient.ListStreamsPage>
DatastreamClient.ListStreamsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListStreamsRequest,ListStreamsResponse,Stream> context, com.google.api.core.ApiFuture<ListStreamsResponse> futureResponse)
Method parameters in com.google.cloud.datastream.v1 with type arguments of type DatastreamClient.ListStreamsPage Modifier and Type Method Description protected DatastreamClient.ListStreamsFixedSizeCollection
DatastreamClient.ListStreamsFixedSizeCollection. createCollection(List<DatastreamClient.ListStreamsPage> pages, int collectionSize)
-