Interface ListEventThreatDetectionCustomModulesResponseOrBuilder (0.4.0)

public interface ListEventThreatDetectionCustomModulesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

getEventThreatDetectionCustomModulesCount()

public abstract int getEventThreatDetectionCustomModulesCount()

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Returns
TypeDescription
int

getEventThreatDetectionCustomModulesList()

public abstract List<EventThreatDetectionCustomModule> getEventThreatDetectionCustomModulesList()

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

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