Class AnalyticsAdminServiceClient.ListCustomMetricsPage (0.54.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)
Parameters
Name Description
context PageContext<ListCustomMetricsRequest,ListCustomMetricsResponse,CustomMetric>
response ListCustomMetricsResponse
Returns
Type Description
AnalyticsAdminServiceClient.ListCustomMetricsPage
Overrides

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

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