Class AnalyticsAdminServiceClient.ListReportingDataAnnotationsPage (0.105.0)

public static class AnalyticsAdminServiceClient.ListReportingDataAnnotationsPage extends AbstractPage<ListReportingDataAnnotationsRequest,ListReportingDataAnnotationsResponse,ReportingDataAnnotation,AnalyticsAdminServiceClient.ListReportingDataAnnotationsPage>

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListReportingDataAnnotationsPage

Methods

createPage(@Nullable PageContext<ListReportingDataAnnotationsRequest,ListReportingDataAnnotationsResponse,ReportingDataAnnotation> context, @Nullable ListReportingDataAnnotationsResponse response)

protected AnalyticsAdminServiceClient.ListReportingDataAnnotationsPage createPage(@Nullable PageContext<ListReportingDataAnnotationsRequest,ListReportingDataAnnotationsResponse,ReportingDataAnnotation> context, @Nullable ListReportingDataAnnotationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReportingDataAnnotationsRequest,ListReportingDataAnnotationsResponse,ReportingDataAnnotation>
response @org.jspecify.annotations.Nullable com.google.analytics.admin.v1alpha.ListReportingDataAnnotationsResponse
Returns
Type Description
AnalyticsAdminServiceClient.ListReportingDataAnnotationsPage
Overrides

createPageAsync(@Nullable PageContext<ListReportingDataAnnotationsRequest,ListReportingDataAnnotationsResponse,ReportingDataAnnotation> context, ApiFuture<ListReportingDataAnnotationsResponse> futureResponse)

public ApiFuture<AnalyticsAdminServiceClient.ListReportingDataAnnotationsPage> createPageAsync(@Nullable PageContext<ListReportingDataAnnotationsRequest,ListReportingDataAnnotationsResponse,ReportingDataAnnotation> context, ApiFuture<ListReportingDataAnnotationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReportingDataAnnotationsRequest,ListReportingDataAnnotationsResponse,ReportingDataAnnotation>
futureResponse ApiFuture<ListReportingDataAnnotationsResponse>
Returns
Type Description
ApiFuture<ListReportingDataAnnotationsPage>
Overrides