Package com.google.cloud.tpu.v1
Class TpuClient.ListTensorFlowVersionsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion,TpuClient.ListTensorFlowVersionsPage>
-
- com.google.cloud.tpu.v1.TpuClient.ListTensorFlowVersionsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<TensorFlowVersion>
,com.google.api.gax.paging.Page<TensorFlowVersion>
- Enclosing class:
- TpuClient
public static class TpuClient.ListTensorFlowVersionsPage extends com.google.api.gax.paging.AbstractPage<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion,TpuClient.ListTensorFlowVersionsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TpuClient.ListTensorFlowVersionsPage
createPage(com.google.api.gax.rpc.PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, ListTensorFlowVersionsResponse response)
com.google.api.core.ApiFuture<TpuClient.ListTensorFlowVersionsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, com.google.api.core.ApiFuture<ListTensorFlowVersionsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected TpuClient.ListTensorFlowVersionsPage createPage(com.google.api.gax.rpc.PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, ListTensorFlowVersionsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion,TpuClient.ListTensorFlowVersionsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<TpuClient.ListTensorFlowVersionsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, com.google.api.core.ApiFuture<ListTensorFlowVersionsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion,TpuClient.ListTensorFlowVersionsPage>
-
-