Class PipelineServiceClient.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:
    PipelineServiceClient

    public static class PipelineServiceClient.ListLocationsPage
    extends com.google.api.gax.paging.AbstractPage<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​com.google.cloud.location.Location,​PipelineServiceClient.ListLocationsPage>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected PipelineServiceClient.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<PipelineServiceClient.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
      • Methods inherited from interface com.google.api.gax.paging.Page

        streamAll, streamValues
    • Method Detail

      • createPage

        protected PipelineServiceClient.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 class com.google.api.gax.paging.AbstractPage<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​com.google.cloud.location.Location,​PipelineServiceClient.ListLocationsPage>
      • createPageAsync

        public com.google.api.core.ApiFuture<PipelineServiceClient.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 class com.google.api.gax.paging.AbstractPage<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​com.google.cloud.location.Location,​PipelineServiceClient.ListLocationsPage>