public interface ListEffectiveEventThreatDetectionCustomModulesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEffectiveEventThreatDetectionCustomModules(int index)
public abstract EffectiveEventThreatDetectionCustomModule getEffectiveEventThreatDetectionCustomModules(int index)
The list of EffectiveEventThreatDetectionCustomModules
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 EffectiveEventThreatDetectionCustomModules
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 EffectiveEventThreatDetectionCustomModules
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 EffectiveEventThreatDetectionCustomModules
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 EffectiveEventThreatDetectionCustomModules
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 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. |