Class AnalyticsAdminServiceClient.ListChannelGroupsPage (0.51.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)
Parameters
NameDescription
contextPageContext<ListChannelGroupsRequest,ListChannelGroupsResponse,ChannelGroup>
responseListChannelGroupsResponse
Returns
TypeDescription
AnalyticsAdminServiceClient.ListChannelGroupsPage
Overrides

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

public ApiFuture<AnalyticsAdminServiceClient.ListChannelGroupsPage> createPageAsync(PageContext<ListChannelGroupsRequest,ListChannelGroupsResponse,ChannelGroup> context, ApiFuture<ListChannelGroupsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListChannelGroupsRequest,ListChannelGroupsResponse,ChannelGroup>
futureResponseApiFuture<ListChannelGroupsResponse>
Returns
TypeDescription
ApiFuture<ListChannelGroupsPage>
Overrides