Class AnalyticsAdminServiceClient.ListChannelGroupsPage (0.68.0)

public static class AnalyticsAdminServiceClient.ListChannelGroupsPage extends AbstractPage<ListChannelGroupsRequest,ListChannelGroupsResponse,ChannelGroup,AnalyticsAdminServiceClient.ListChannelGroupsPage>

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListChannelGroupsPage

Methods

createPage(PageContext<ListChannelGroupsRequest,ListChannelGroupsResponse,ChannelGroup> context, ListChannelGroupsResponse response)

protected AnalyticsAdminServiceClient.ListChannelGroupsPage createPage(PageContext<ListChannelGroupsRequest,ListChannelGroupsResponse,ChannelGroup> context, ListChannelGroupsResponse response)
Overrides

createPageAsync(PageContext<ListChannelGroupsRequest,ListChannelGroupsResponse,ChannelGroup> context, ApiFuture<ListChannelGroupsResponse> futureResponse)

public ApiFuture<AnalyticsAdminServiceClient.ListChannelGroupsPage> createPageAsync(PageContext<ListChannelGroupsRequest,ListChannelGroupsResponse,ChannelGroup> context, ApiFuture<ListChannelGroupsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListChannelGroupsPage>
Overrides