Class AnalyticsAdminServiceClient.ListCustomMetricsPage (0.51.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
NameDescription
contextPageContext<ListCustomMetricsRequest,ListCustomMetricsResponse,CustomMetric>
responseListCustomMetricsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListCustomMetricsRequest,ListCustomMetricsResponse,CustomMetric>
futureResponseApiFuture<ListCustomMetricsResponse>
Returns
TypeDescription
ApiFuture<ListCustomMetricsPage>
Overrides