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