Interface ListEffectiveEventThreatDetectionCustomModulesResponseOrBuilder (0.1.0)

public interface ListEffectiveEventThreatDetectionCustomModulesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
EffectiveEventThreatDetectionCustomModule

getEffectiveEventThreatDetectionCustomModulesCount()

public abstract int getEffectiveEventThreatDetectionCustomModulesCount()

The list of EffectiveEventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.