Class AnalyticsAdminServiceClient.ListSubpropertySyncConfigsPage (0.77.0)

public static class AnalyticsAdminServiceClient.ListSubpropertySyncConfigsPage extends AbstractPage<ListSubpropertySyncConfigsRequest,ListSubpropertySyncConfigsResponse,SubpropertySyncConfig,AnalyticsAdminServiceClient.ListSubpropertySyncConfigsPage>

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListSubpropertySyncConfigsPage

Methods

createPage(PageContext<ListSubpropertySyncConfigsRequest,ListSubpropertySyncConfigsResponse,SubpropertySyncConfig> context, ListSubpropertySyncConfigsResponse response)

protected AnalyticsAdminServiceClient.ListSubpropertySyncConfigsPage createPage(PageContext<ListSubpropertySyncConfigsRequest,ListSubpropertySyncConfigsResponse,SubpropertySyncConfig> context, ListSubpropertySyncConfigsResponse response)
Parameters
Name Description
context PageContext<ListSubpropertySyncConfigsRequest,ListSubpropertySyncConfigsResponse,SubpropertySyncConfig>
response ListSubpropertySyncConfigsResponse
Returns
Type Description
AnalyticsAdminServiceClient.ListSubpropertySyncConfigsPage
Overrides

createPageAsync(PageContext<ListSubpropertySyncConfigsRequest,ListSubpropertySyncConfigsResponse,SubpropertySyncConfig> context, ApiFuture<ListSubpropertySyncConfigsResponse> futureResponse)

public ApiFuture<AnalyticsAdminServiceClient.ListSubpropertySyncConfigsPage> createPageAsync(PageContext<ListSubpropertySyncConfigsRequest,ListSubpropertySyncConfigsResponse,SubpropertySyncConfig> context, ApiFuture<ListSubpropertySyncConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListSubpropertySyncConfigsRequest,ListSubpropertySyncConfigsResponse,SubpropertySyncConfig>
futureResponse ApiFuture<ListSubpropertySyncConfigsResponse>
Returns
Type Description
ApiFuture<ListSubpropertySyncConfigsPage>
Overrides