Class SecurityCenterManagementClient.ListDescendantEventThreatDetectionCustomModulesPage (0.63.0)

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

Inheritance

java.lang.Object > AbstractPage > SecurityCenterManagementClient.ListDescendantEventThreatDetectionCustomModulesPage

Methods

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

protected SecurityCenterManagementClient.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.securitycentermanagement.v1.ListDescendantEventThreatDetectionCustomModulesResponse
Returns
Type Description
SecurityCenterManagementClient.ListDescendantEventThreatDetectionCustomModulesPage
Overrides

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

public ApiFuture<SecurityCenterManagementClient.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