public interface ListEffectiveSecurityHealthAnalyticsCustomModulesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEffectiveSecurityHealthAnalyticsCustomModules(int index)
public abstract EffectiveSecurityHealthAnalyticsCustomModule getEffectiveSecurityHealthAnalyticsCustomModules(int index)
The list of EffectiveSecurityHealthAnalyticsCustomModule
repeated .google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EffectiveSecurityHealthAnalyticsCustomModule |
getEffectiveSecurityHealthAnalyticsCustomModulesCount()
public abstract int getEffectiveSecurityHealthAnalyticsCustomModulesCount()
The list of EffectiveSecurityHealthAnalyticsCustomModule
repeated .google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;
Returns | |
---|---|
Type | Description |
int |
getEffectiveSecurityHealthAnalyticsCustomModulesList()
public abstract List<EffectiveSecurityHealthAnalyticsCustomModule> getEffectiveSecurityHealthAnalyticsCustomModulesList()
The list of EffectiveSecurityHealthAnalyticsCustomModule
repeated .google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;
Returns | |
---|---|
Type | Description |
List<EffectiveSecurityHealthAnalyticsCustomModule> |
getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilder(int index)
public abstract EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilder(int index)
The list of EffectiveSecurityHealthAnalyticsCustomModule
repeated .google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder |
getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilderList()
public abstract List<? extends EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder> getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilderList()
The list of EffectiveSecurityHealthAnalyticsCustomModule
repeated .google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder> |
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. |