Class SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage (2.103.0)

public static class SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage extends AbstractPage<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule,SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage

Methods

createPage(@Nullable PageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, @Nullable ListDescendantEventThreatDetectionCustomModulesResponse response)

protected SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage createPage(@Nullable PageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, @Nullable ListDescendantEventThreatDetectionCustomModulesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule>
response @org.jspecify.annotations.Nullable com.google.cloud.securitycenter.v1.ListDescendantEventThreatDetectionCustomModulesResponse
Returns
Type Description
SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage
Overrides

createPageAsync(@Nullable PageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, ApiFuture<ListDescendantEventThreatDetectionCustomModulesResponse> futureResponse)

public ApiFuture<SecurityCenterClient.ListDescendantEventThreatDetectionCustomModulesPage> createPageAsync(@Nullable PageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule> context, ApiFuture<ListDescendantEventThreatDetectionCustomModulesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse,EventThreatDetectionCustomModule>
futureResponse ApiFuture<ListDescendantEventThreatDetectionCustomModulesResponse>
Returns
Type Description
ApiFuture<ListDescendantEventThreatDetectionCustomModulesPage>
Overrides