Class ResourcePoliciesClient.AggregatedListPage (1.105.0)

public static class ResourcePoliciesClient.AggregatedListPage extends AbstractPage<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList,Map.Entry<String,ResourcePoliciesScopedList>,ResourcePoliciesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > ResourcePoliciesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList,Map.Entry<String,ResourcePoliciesScopedList>> context, @Nullable ResourcePolicyAggregatedList response)

protected ResourcePoliciesClient.AggregatedListPage createPage(@Nullable PageContext<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList,Map.Entry<String,ResourcePoliciesScopedList>> context, @Nullable ResourcePolicyAggregatedList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList,java.util.Map.Entry<String,ResourcePoliciesScopedList>>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.ResourcePolicyAggregatedList
Returns
Type Description
ResourcePoliciesClient.AggregatedListPage
Overrides

createPageAsync(@Nullable PageContext<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList,Map.Entry<String,ResourcePoliciesScopedList>> context, ApiFuture<ResourcePolicyAggregatedList> futureResponse)

public ApiFuture<ResourcePoliciesClient.AggregatedListPage> createPageAsync(@Nullable PageContext<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList,Map.Entry<String,ResourcePoliciesScopedList>> context, ApiFuture<ResourcePolicyAggregatedList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList,java.util.Map.Entry<String,ResourcePoliciesScopedList>>
futureResponse ApiFuture<ResourcePolicyAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides