Class SecurityCenterClient.ListResourceValueConfigsPage (2.103.0)

public static class SecurityCenterClient.ListResourceValueConfigsPage extends AbstractPage<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig,SecurityCenterClient.ListResourceValueConfigsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterClient.ListResourceValueConfigsPage

Methods

createPage(@Nullable PageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig> context, @Nullable ListResourceValueConfigsResponse response)

protected SecurityCenterClient.ListResourceValueConfigsPage createPage(@Nullable PageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig> context, @Nullable ListResourceValueConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.securitycenter.v2.ListResourceValueConfigsResponse
Returns
Type Description
SecurityCenterClient.ListResourceValueConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig> context, ApiFuture<ListResourceValueConfigsResponse> futureResponse)

public ApiFuture<SecurityCenterClient.ListResourceValueConfigsPage> createPageAsync(@Nullable PageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig> context, ApiFuture<ListResourceValueConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig>
futureResponse ApiFuture<ListResourceValueConfigsResponse>
Returns
Type Description
ApiFuture<ListResourceValueConfigsPage>
Overrides