public interface ListEffectiveEventThreatDetectionCustomModulesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEffectiveEventThreatDetectionCustomModules(int index)
public abstract EffectiveEventThreatDetectionCustomModule getEffectiveEventThreatDetectionCustomModules(int index)Effective custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EffectiveEventThreatDetectionCustomModule |
|
getEffectiveEventThreatDetectionCustomModulesCount()
public abstract int getEffectiveEventThreatDetectionCustomModulesCount()Effective custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEffectiveEventThreatDetectionCustomModulesList()
public abstract List<EffectiveEventThreatDetectionCustomModule> getEffectiveEventThreatDetectionCustomModulesList()Effective custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;
| Returns | |
|---|---|
| Type | Description |
List<EffectiveEventThreatDetectionCustomModule> |
|
getEffectiveEventThreatDetectionCustomModulesOrBuilder(int index)
public abstract EffectiveEventThreatDetectionCustomModuleOrBuilder getEffectiveEventThreatDetectionCustomModulesOrBuilder(int index)Effective custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.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()Effective custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.securitycenter.v1.EffectiveEventThreatDetectionCustomModuleOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |