Class AnalyticsAdminServiceClient.ListSubpropertySyncConfigsPage (0.105.0)

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

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListSubpropertySyncConfigsPage

Methods

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

protected AnalyticsAdminServiceClient.ListSubpropertySyncConfigsPage createPage(@Nullable PageContext<ListSubpropertySyncConfigsRequest,ListSubpropertySyncConfigsResponse,SubpropertySyncConfig> context, @Nullable ListSubpropertySyncConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSubpropertySyncConfigsRequest,ListSubpropertySyncConfigsResponse,SubpropertySyncConfig>
response @org.jspecify.annotations.Nullable com.google.analytics.admin.v1alpha.ListSubpropertySyncConfigsResponse
Returns
Type Description
AnalyticsAdminServiceClient.ListSubpropertySyncConfigsPage
Overrides

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

public ApiFuture<AnalyticsAdminServiceClient.ListSubpropertySyncConfigsPage> createPageAsync(@Nullable PageContext<ListSubpropertySyncConfigsRequest,ListSubpropertySyncConfigsResponse,SubpropertySyncConfig> context, ApiFuture<ListSubpropertySyncConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSubpropertySyncConfigsRequest,ListSubpropertySyncConfigsResponse,SubpropertySyncConfig>
futureResponse ApiFuture<ListSubpropertySyncConfigsResponse>
Returns
Type Description
ApiFuture<ListSubpropertySyncConfigsPage>
Overrides