public interface ListEventThreatDetectionCustomModulesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEventThreatDetectionCustomModules(int index)
public abstract EventThreatDetectionCustomModule getEventThreatDetectionCustomModules(int index)The list of EventThreatDetectionCustomModules
 
 repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
EventThreatDetectionCustomModule | 
        |
getEventThreatDetectionCustomModulesCount()
public abstract int getEventThreatDetectionCustomModulesCount()The list of EventThreatDetectionCustomModules
 
 repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getEventThreatDetectionCustomModulesList()
public abstract List<EventThreatDetectionCustomModule> getEventThreatDetectionCustomModulesList()The list of EventThreatDetectionCustomModules
 
 repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;
 
| Returns | |
|---|---|
| Type | Description | 
List<EventThreatDetectionCustomModule> | 
        |
getEventThreatDetectionCustomModulesOrBuilder(int index)
public abstract EventThreatDetectionCustomModuleOrBuilder getEventThreatDetectionCustomModulesOrBuilder(int index)The list of EventThreatDetectionCustomModules
 
 repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
EventThreatDetectionCustomModuleOrBuilder | 
        |
getEventThreatDetectionCustomModulesOrBuilderList()
public abstract List<? extends EventThreatDetectionCustomModuleOrBuilder> getEventThreatDetectionCustomModulesOrBuilderList()The list of EventThreatDetectionCustomModules
 
 repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModuleOrBuilder> | 
        |
getNextPageToken()
public abstract String getNextPageToken()A token identifying a page of results the server should return.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The nextPageToken.  | 
      
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token identifying a page of results the server should return.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for nextPageToken.  |