Class AnalyticsAdminServiceClient.ListCustomMetricsPage (0.68.0)

public static class AnalyticsAdminServiceClient.ListCustomMetricsPage extends AbstractPage<ListCustomMetricsRequest,ListCustomMetricsResponse,CustomMetric,AnalyticsAdminServiceClient.ListCustomMetricsPage>

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListCustomMetricsPage

Methods

createPage(PageContext<ListCustomMetricsRequest,ListCustomMetricsResponse,CustomMetric> context, ListCustomMetricsResponse response)

protected AnalyticsAdminServiceClient.ListCustomMetricsPage createPage(PageContext<ListCustomMetricsRequest,ListCustomMetricsResponse,CustomMetric> context, ListCustomMetricsResponse response)
Overrides

createPageAsync(PageContext<ListCustomMetricsRequest,ListCustomMetricsResponse,CustomMetric> context, ApiFuture<ListCustomMetricsResponse> futureResponse)

public ApiFuture<AnalyticsAdminServiceClient.ListCustomMetricsPage> createPageAsync(PageContext<ListCustomMetricsRequest,ListCustomMetricsResponse,CustomMetric> context, ApiFuture<ListCustomMetricsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListCustomMetricsPage>
Overrides