Class ConfigClient.ListFrameworksPage (0.22.0)

public static class ConfigClient.ListFrameworksPage extends AbstractPage<ListFrameworksRequest,ListFrameworksResponse,Framework,ConfigClient.ListFrameworksPage>

Inheritance

java.lang.Object > AbstractPage > ConfigClient.ListFrameworksPage

Methods

createPage(@Nullable PageContext<ListFrameworksRequest,ListFrameworksResponse,Framework> context, @Nullable ListFrameworksResponse response)

protected ConfigClient.ListFrameworksPage createPage(@Nullable PageContext<ListFrameworksRequest,ListFrameworksResponse,Framework> context, @Nullable ListFrameworksResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFrameworksRequest,ListFrameworksResponse,Framework>
response @org.jspecify.annotations.Nullable com.google.cloud.cloudsecuritycompliance.v1.ListFrameworksResponse
Returns
Type Description
ConfigClient.ListFrameworksPage
Overrides

createPageAsync(@Nullable PageContext<ListFrameworksRequest,ListFrameworksResponse,Framework> context, ApiFuture<ListFrameworksResponse> futureResponse)

public ApiFuture<ConfigClient.ListFrameworksPage> createPageAsync(@Nullable PageContext<ListFrameworksRequest,ListFrameworksResponse,Framework> context, ApiFuture<ListFrameworksResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFrameworksRequest,ListFrameworksResponse,Framework>
futureResponse ApiFuture<ListFrameworksResponse>
Returns
Type Description
ApiFuture<ListFrameworksPage>
Overrides