Class ApiHubClient.ListApiOperationsPage (0.48.0)

public static class ApiHubClient.ListApiOperationsPage extends AbstractPage<ListApiOperationsRequest,ListApiOperationsResponse,ApiOperation,ApiHubClient.ListApiOperationsPage>

Inheritance

java.lang.Object > AbstractPage > ApiHubClient.ListApiOperationsPage

Methods

createPage(@Nullable PageContext<ListApiOperationsRequest,ListApiOperationsResponse,ApiOperation> context, @Nullable ListApiOperationsResponse response)

protected ApiHubClient.ListApiOperationsPage createPage(@Nullable PageContext<ListApiOperationsRequest,ListApiOperationsResponse,ApiOperation> context, @Nullable ListApiOperationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListApiOperationsRequest,ListApiOperationsResponse,ApiOperation>
response @org.jspecify.annotations.Nullable com.google.cloud.apihub.v1.ListApiOperationsResponse
Returns
Type Description
ApiHubClient.ListApiOperationsPage
Overrides

createPageAsync(@Nullable PageContext<ListApiOperationsRequest,ListApiOperationsResponse,ApiOperation> context, ApiFuture<ListApiOperationsResponse> futureResponse)

public ApiFuture<ApiHubClient.ListApiOperationsPage> createPageAsync(@Nullable PageContext<ListApiOperationsRequest,ListApiOperationsResponse,ApiOperation> context, ApiFuture<ListApiOperationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListApiOperationsRequest,ListApiOperationsResponse,ApiOperation>
futureResponse ApiFuture<ListApiOperationsResponse>
Returns
Type Description
ApiFuture<ListApiOperationsPage>
Overrides