Class SecurityCenterSettingsServiceClient.ListComponentsPage (0.98.0)

public static class SecurityCenterSettingsServiceClient.ListComponentsPage extends AbstractPage<ListComponentsRequest,ListComponentsResponse,String,SecurityCenterSettingsServiceClient.ListComponentsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterSettingsServiceClient.ListComponentsPage

Methods

createPage(@Nullable PageContext<ListComponentsRequest,ListComponentsResponse,String> context, @Nullable ListComponentsResponse response)

protected SecurityCenterSettingsServiceClient.ListComponentsPage createPage(@Nullable PageContext<ListComponentsRequest,ListComponentsResponse,String> context, @Nullable ListComponentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListComponentsRequest,ListComponentsResponse,String>
response @org.jspecify.annotations.Nullable com.google.cloud.securitycenter.settings.v1beta1.ListComponentsResponse
Returns
Type Description
SecurityCenterSettingsServiceClient.ListComponentsPage
Overrides

createPageAsync(@Nullable PageContext<ListComponentsRequest,ListComponentsResponse,String> context, ApiFuture<ListComponentsResponse> futureResponse)

public ApiFuture<SecurityCenterSettingsServiceClient.ListComponentsPage> createPageAsync(@Nullable PageContext<ListComponentsRequest,ListComponentsResponse,String> context, ApiFuture<ListComponentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListComponentsRequest,ListComponentsResponse,String>
futureResponse ApiFuture<ListComponentsResponse>
Returns
Type Description
ApiFuture<ListComponentsPage>
Overrides