Interface ListDescendantEventThreatDetectionCustomModulesResponseOrBuilder (0.48.0)

publicinterface ListDescendantEventThreatDetectionCustomModulesResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getEventThreatDetectionCustomModules(int index)

publicabstractEventThreatDetectionCustomModulegetEventThreatDetectionCustomModules(intindex)

The list of custom modules.

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameter
Name Description
index int
Returns
Type Description
EventThreatDetectionCustomModule

getEventThreatDetectionCustomModulesCount()

publicabstractintgetEventThreatDetectionCustomModulesCount()

The list of custom modules.

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Returns
Type Description
int

getEventThreatDetectionCustomModulesList()

publicabstractList<EventThreatDetectionCustomModule>getEventThreatDetectionCustomModulesList()

The list of custom modules.

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Returns
Type Description
List<EventThreatDetectionCustomModule>

getEventThreatDetectionCustomModulesOrBuilder(int index)

publicabstractEventThreatDetectionCustomModuleOrBuildergetEventThreatDetectionCustomModulesOrBuilder(intindex)

The list of custom modules.

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameter
Name Description
index int
Returns
Type Description
EventThreatDetectionCustomModuleOrBuilder

getEventThreatDetectionCustomModulesOrBuilderList()

publicabstractList<?extendsEventThreatDetectionCustomModuleOrBuilder>getEventThreatDetectionCustomModulesOrBuilderList()

The list of custom modules.

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Returns
Type Description
List<? extends com.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModuleOrBuilder>

getNextPageToken()

publicabstractStringgetNextPageToken()

A pagination token. To retrieve the next page of results, call the method again with this token.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

A pagination token. To retrieve the next page of results, call the method again with this token.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.