Interface ListEffectiveSecurityHealthAnalyticsCustomModulesResponseOrBuilder (2.49.0)

public interface ListEffectiveSecurityHealthAnalyticsCustomModulesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEffectiveSecurityHealthAnalyticsCustomModules(int index)

public abstract EffectiveSecurityHealthAnalyticsCustomModule getEffectiveSecurityHealthAnalyticsCustomModules(int index)

Effective custom modules belonging to the requested parent.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
EffectiveSecurityHealthAnalyticsCustomModule

getEffectiveSecurityHealthAnalyticsCustomModulesCount()

public abstract int getEffectiveSecurityHealthAnalyticsCustomModulesCount()

Effective custom modules belonging to the requested parent.

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

Returns
TypeDescription
int

getEffectiveSecurityHealthAnalyticsCustomModulesList()

public abstract List<EffectiveSecurityHealthAnalyticsCustomModule> getEffectiveSecurityHealthAnalyticsCustomModulesList()

Effective custom modules belonging to the requested parent.

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

Returns
TypeDescription
List<EffectiveSecurityHealthAnalyticsCustomModule>

getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilder(int index)

public abstract EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilder(int index)

Effective custom modules belonging to the requested parent.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder

getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilderList()

public abstract List<? extends EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder> getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilderList()

Effective custom modules belonging to the requested parent.

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

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

If not empty, indicates that there may be more effective custom modules to be returned.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If not empty, indicates that there may be more effective custom modules to be returned.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.