public interface ListEventThreatDetectionCustomModulesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEventThreatDetectionCustomModules(int index)
public abstract EventThreatDetectionCustomModule getEventThreatDetectionCustomModules(int index)Custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EventThreatDetectionCustomModule |
|
getEventThreatDetectionCustomModulesCount()
public abstract int getEventThreatDetectionCustomModulesCount()Custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEventThreatDetectionCustomModulesList()
public abstract List<EventThreatDetectionCustomModule> getEventThreatDetectionCustomModulesList()Custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;
| Returns | |
|---|---|
| Type | Description |
List<EventThreatDetectionCustomModule> |
|
getEventThreatDetectionCustomModulesOrBuilder(int index)
public abstract EventThreatDetectionCustomModuleOrBuilder getEventThreatDetectionCustomModulesOrBuilder(int index)Custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EventThreatDetectionCustomModuleOrBuilder |
|
getEventThreatDetectionCustomModulesOrBuilderList()
public abstract List<? extends EventThreatDetectionCustomModuleOrBuilder> getEventThreatDetectionCustomModulesOrBuilderList()Custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.securitycenter.v1.EventThreatDetectionCustomModuleOrBuilder> |
|
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. |