Class CloudChannelReportsServiceClient.ListReportsPage (3.99.0)

public static class CloudChannelReportsServiceClient.ListReportsPage extends AbstractPage<ListReportsRequest,ListReportsResponse,Report,CloudChannelReportsServiceClient.ListReportsPage>

Inheritance

java.lang.Object > AbstractPage > CloudChannelReportsServiceClient.ListReportsPage

Methods

createPage(@Nullable PageContext<ListReportsRequest,ListReportsResponse,Report> context, @Nullable ListReportsResponse response)

protected CloudChannelReportsServiceClient.ListReportsPage createPage(@Nullable PageContext<ListReportsRequest,ListReportsResponse,Report> context, @Nullable ListReportsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReportsRequest,ListReportsResponse,Report>
response @org.jspecify.annotations.Nullable com.google.cloud.channel.v1.ListReportsResponse
Returns
Type Description
CloudChannelReportsServiceClient.ListReportsPage
Overrides

createPageAsync(@Nullable PageContext<ListReportsRequest,ListReportsResponse,Report> context, ApiFuture<ListReportsResponse> futureResponse)

public ApiFuture<CloudChannelReportsServiceClient.ListReportsPage> createPageAsync(@Nullable PageContext<ListReportsRequest,ListReportsResponse,Report> context, ApiFuture<ListReportsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReportsRequest,ListReportsResponse,Report>
futureResponse ApiFuture<ListReportsResponse>
Returns
Type Description
ApiFuture<ListReportsPage>
Overrides