Class AnalyticsAdminServiceClient.ListPropertiesPage (0.51.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
NameDescription
contextPageContext<ListPropertiesRequest,ListPropertiesResponse,Property>
responseListPropertiesResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListPropertiesRequest,ListPropertiesResponse,Property>
futureResponseApiFuture<ListPropertiesResponse>
Returns
TypeDescription
ApiFuture<ListPropertiesPage>
Overrides