Class AnalyticsAdminServiceClient.ListCustomDimensionsPage (0.39.0)

See more code actions.
public static class AnalyticsAdminServiceClient.ListCustomDimensionsPage extends AbstractPage<ListCustomDimensionsRequest,ListCustomDimensionsResponse,CustomDimension,AnalyticsAdminServiceClient.ListCustomDimensionsPage>
java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListCustomDimensionsPage

Methods

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

protected AnalyticsAdminServiceClient.ListCustomDimensionsPage createPage(PageContext<ListCustomDimensionsRequest,ListCustomDimensionsResponse,CustomDimension> context, ListCustomDimensionsResponse response)
Overrides

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

public ApiFuture<AnalyticsAdminServiceClient.ListCustomDimensionsPage> createPageAsync(PageContext<ListCustomDimensionsRequest,ListCustomDimensionsResponse,CustomDimension> context, ApiFuture<ListCustomDimensionsResponse> futureResponse)
Returns
TypeDescription
ApiFuture<ListCustomDimensionsPage>
Overrides