public interface ListSecurityHealthAnalyticsCustomModulesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |
getSecurityHealthAnalyticsCustomModules(int index)
public abstract SecurityHealthAnalyticsCustomModule getSecurityHealthAnalyticsCustomModules(int index)
The list of SecurityHealthAnalyticsCustomModules
repeated .google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SecurityHealthAnalyticsCustomModule |
getSecurityHealthAnalyticsCustomModulesCount()
public abstract int getSecurityHealthAnalyticsCustomModulesCount()
The list of SecurityHealthAnalyticsCustomModules
repeated .google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
Returns | |
---|---|
Type | Description |
int |
getSecurityHealthAnalyticsCustomModulesList()
public abstract List<SecurityHealthAnalyticsCustomModule> getSecurityHealthAnalyticsCustomModulesList()
The list of SecurityHealthAnalyticsCustomModules
repeated .google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
Returns | |
---|---|
Type | Description |
List<SecurityHealthAnalyticsCustomModule> |
getSecurityHealthAnalyticsCustomModulesOrBuilder(int index)
public abstract SecurityHealthAnalyticsCustomModuleOrBuilder getSecurityHealthAnalyticsCustomModulesOrBuilder(int index)
The list of SecurityHealthAnalyticsCustomModules
repeated .google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SecurityHealthAnalyticsCustomModuleOrBuilder |
getSecurityHealthAnalyticsCustomModulesOrBuilderList()
public abstract List<? extends SecurityHealthAnalyticsCustomModuleOrBuilder> getSecurityHealthAnalyticsCustomModulesOrBuilderList()
The list of SecurityHealthAnalyticsCustomModules
repeated .google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModuleOrBuilder> |