Interface ListDescendantEventThreatDetectionCustomModulesResponseOrBuilder (0.48.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ListDescendantEventThreatDetectionCustomModulesResponseOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |