Class AnalyticsAdminServiceClient.ListPropertiesPage (0.105.0)

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

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListPropertiesPage

Methods

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

protected AnalyticsAdminServiceClient.ListPropertiesPage createPage(@Nullable PageContext<ListPropertiesRequest,ListPropertiesResponse,Property> context, @Nullable ListPropertiesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPropertiesRequest,ListPropertiesResponse,Property>
response @org.jspecify.annotations.Nullable com.google.analytics.admin.v1beta.ListPropertiesResponse
Returns
Type Description
AnalyticsAdminServiceClient.ListPropertiesPage
Overrides

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

public ApiFuture<AnalyticsAdminServiceClient.ListPropertiesPage> createPageAsync(@Nullable PageContext<ListPropertiesRequest,ListPropertiesResponse,Property> context, ApiFuture<ListPropertiesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPropertiesRequest,ListPropertiesResponse,Property>
futureResponse ApiFuture<ListPropertiesResponse>
Returns
Type Description
ApiFuture<ListPropertiesPage>
Overrides