Class AnalyticsAdminServiceClient.ListCustomMetricsPage (0.105.0)

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

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListCustomMetricsPage

Methods

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

protected AnalyticsAdminServiceClient.ListCustomMetricsPage createPage(@Nullable PageContext<ListCustomMetricsRequest,ListCustomMetricsResponse,CustomMetric> context, @Nullable ListCustomMetricsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomMetricsRequest,ListCustomMetricsResponse,CustomMetric>
response @org.jspecify.annotations.Nullable com.google.analytics.admin.v1alpha.ListCustomMetricsResponse
Returns
Type Description
AnalyticsAdminServiceClient.ListCustomMetricsPage
Overrides

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

public ApiFuture<AnalyticsAdminServiceClient.ListCustomMetricsPage> createPageAsync(@Nullable PageContext<ListCustomMetricsRequest,ListCustomMetricsResponse,CustomMetric> context, ApiFuture<ListCustomMetricsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomMetricsRequest,ListCustomMetricsResponse,CustomMetric>
futureResponse ApiFuture<ListCustomMetricsResponse>
Returns
Type Description
ApiFuture<ListCustomMetricsPage>
Overrides