Class RegistrationServiceClient.ListNamespacesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListNamespacesRequest,ListNamespacesResponse,Namespace,RegistrationServiceClient.ListNamespacesPage>
-
- com.google.cloud.servicedirectory.v1.RegistrationServiceClient.ListNamespacesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Namespace>
,com.google.api.gax.paging.Page<Namespace>
- Enclosing class:
- RegistrationServiceClient
public static class RegistrationServiceClient.ListNamespacesPage extends com.google.api.gax.paging.AbstractPage<ListNamespacesRequest,ListNamespacesResponse,Namespace,RegistrationServiceClient.ListNamespacesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RegistrationServiceClient.ListNamespacesPage
createPage(com.google.api.gax.rpc.PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace> context, ListNamespacesResponse response)
com.google.api.core.ApiFuture<RegistrationServiceClient.ListNamespacesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace> context, com.google.api.core.ApiFuture<ListNamespacesResponse> 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 RegistrationServiceClient.ListNamespacesPage createPage(com.google.api.gax.rpc.PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace> context, ListNamespacesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListNamespacesRequest,ListNamespacesResponse,Namespace,RegistrationServiceClient.ListNamespacesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<RegistrationServiceClient.ListNamespacesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace> context, com.google.api.core.ApiFuture<ListNamespacesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListNamespacesRequest,ListNamespacesResponse,Namespace,RegistrationServiceClient.ListNamespacesPage>
-
-