Class AnalyticsAdminServiceClient.ListCustomDimensionsPage (0.105.0)

public static class AnalyticsAdminServiceClient.ListCustomDimensionsPage extends AbstractPage<ListCustomDimensionsRequest,ListCustomDimensionsResponse,CustomDimension,AnalyticsAdminServiceClient.ListCustomDimensionsPage>

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListCustomDimensionsPage

Methods

createPage(@Nullable PageContext<ListCustomDimensionsRequest,ListCustomDimensionsResponse,CustomDimension> context, @Nullable ListCustomDimensionsResponse response)

protected AnalyticsAdminServiceClient.ListCustomDimensionsPage createPage(@Nullable PageContext<ListCustomDimensionsRequest,ListCustomDimensionsResponse,CustomDimension> context, @Nullable ListCustomDimensionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomDimensionsRequest,ListCustomDimensionsResponse,CustomDimension>
response @org.jspecify.annotations.Nullable com.google.analytics.admin.v1alpha.ListCustomDimensionsResponse
Returns
Type Description
AnalyticsAdminServiceClient.ListCustomDimensionsPage
Overrides

createPageAsync(@Nullable PageContext<ListCustomDimensionsRequest,ListCustomDimensionsResponse,CustomDimension> context, ApiFuture<ListCustomDimensionsResponse> futureResponse)

public ApiFuture<AnalyticsAdminServiceClient.ListCustomDimensionsPage> createPageAsync(@Nullable PageContext<ListCustomDimensionsRequest,ListCustomDimensionsResponse,CustomDimension> context, ApiFuture<ListCustomDimensionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomDimensionsRequest,ListCustomDimensionsResponse,CustomDimension>
futureResponse ApiFuture<ListCustomDimensionsResponse>
Returns
Type Description
ApiFuture<ListCustomDimensionsPage>
Overrides