Class AnalyticsAdminServiceClient.ListPropertiesPage (0.54.0)

public static class AnalyticsAdminServiceClient.ListPropertiesPage extends AbstractPage<ListPropertiesRequest,ListPropertiesResponse,Property,AnalyticsAdminServiceClient.ListPropertiesPage>

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListPropertiesPage

Methods

createPage(PageContext<ListPropertiesRequest,ListPropertiesResponse,Property> context, ListPropertiesResponse response)

protected AnalyticsAdminServiceClient.ListPropertiesPage createPage(PageContext<ListPropertiesRequest,ListPropertiesResponse,Property> context, ListPropertiesResponse response)
Parameters
Name Description
context PageContext<ListPropertiesRequest,ListPropertiesResponse,Property>
response ListPropertiesResponse
Returns
Type Description
AnalyticsAdminServiceClient.ListPropertiesPage
Overrides

createPageAsync(PageContext<ListPropertiesRequest,ListPropertiesResponse,Property> context, ApiFuture<ListPropertiesResponse> futureResponse)

public ApiFuture<AnalyticsAdminServiceClient.ListPropertiesPage> createPageAsync(PageContext<ListPropertiesRequest,ListPropertiesResponse,Property> context, ApiFuture<ListPropertiesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListPropertiesRequest,ListPropertiesResponse,Property>
futureResponse ApiFuture<ListPropertiesResponse>
Returns
Type Description
ApiFuture<ListPropertiesPage>
Overrides