Interface ListEffectiveSecurityHealthAnalyticsCustomModulesResponseOrBuilder (0.5.0)

public interface ListEffectiveSecurityHealthAnalyticsCustomModulesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

getEffectiveSecurityHealthAnalyticsCustomModulesCount()

public abstract int getEffectiveSecurityHealthAnalyticsCustomModulesCount()

The list of EffectiveSecurityHealthAnalyticsCustomModule

repeated .google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

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