public interface ListEffectiveEventThreatDetectionCustomModulesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEffectiveEventThreatDetectionCustomModules(int index)
public abstract EffectiveEventThreatDetectionCustomModule getEffectiveEventThreatDetectionCustomModules(int index)The list of effective Event Threat Detection custom modules.
 
 repeated .google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
EffectiveEventThreatDetectionCustomModule | 
        |
getEffectiveEventThreatDetectionCustomModulesCount()
public abstract int getEffectiveEventThreatDetectionCustomModulesCount()The list of effective Event Threat Detection custom modules.
 
 repeated .google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getEffectiveEventThreatDetectionCustomModulesList()
public abstract List<EffectiveEventThreatDetectionCustomModule> getEffectiveEventThreatDetectionCustomModulesList()The list of effective Event Threat Detection custom modules.
 
 repeated .google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;
 
| Returns | |
|---|---|
| Type | Description | 
List<EffectiveEventThreatDetectionCustomModule> | 
        |
getEffectiveEventThreatDetectionCustomModulesOrBuilder(int index)
public abstract EffectiveEventThreatDetectionCustomModuleOrBuilder getEffectiveEventThreatDetectionCustomModulesOrBuilder(int index)The list of effective Event Threat Detection custom modules.
 
 repeated .google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
EffectiveEventThreatDetectionCustomModuleOrBuilder | 
        |
getEffectiveEventThreatDetectionCustomModulesOrBuilderList()
public abstract List<? extends EffectiveEventThreatDetectionCustomModuleOrBuilder> getEffectiveEventThreatDetectionCustomModulesOrBuilderList()The list of effective Event Threat Detection custom modules.
 
 repeated .google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModuleOrBuilder> | 
        |
getNextPageToken()
public abstract String getNextPageToken()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()
public abstract ByteString getNextPageTokenBytes()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.  |