Class AnalyticsAdminServiceClient.ListChannelGroupsPage (0.105.0)

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

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListChannelGroupsPage

Methods

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

protected AnalyticsAdminServiceClient.ListChannelGroupsPage createPage(@Nullable PageContext<ListChannelGroupsRequest,ListChannelGroupsResponse,ChannelGroup> context, @Nullable ListChannelGroupsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListChannelGroupsRequest,ListChannelGroupsResponse,ChannelGroup>
response @org.jspecify.annotations.Nullable com.google.analytics.admin.v1alpha.ListChannelGroupsResponse
Returns
Type Description
AnalyticsAdminServiceClient.ListChannelGroupsPage
Overrides

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

public ApiFuture<AnalyticsAdminServiceClient.ListChannelGroupsPage> createPageAsync(@Nullable PageContext<ListChannelGroupsRequest,ListChannelGroupsResponse,ChannelGroup> context, ApiFuture<ListChannelGroupsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListChannelGroupsRequest,ListChannelGroupsResponse,ChannelGroup>
futureResponse ApiFuture<ListChannelGroupsResponse>
Returns
Type Description
ApiFuture<ListChannelGroupsPage>
Overrides