Interface ListDescendantSecurityHealthAnalyticsCustomModulesResponseOrBuilder (2.49.0)

public interface ListDescendantSecurityHealthAnalyticsCustomModulesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

If not empty, indicates that there may be more 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 custom modules to be returned.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getSecurityHealthAnalyticsCustomModules(int index)

public abstract SecurityHealthAnalyticsCustomModule getSecurityHealthAnalyticsCustomModules(int index)

Custom modules belonging to the requested parent and its descendants.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SecurityHealthAnalyticsCustomModule

getSecurityHealthAnalyticsCustomModulesCount()

public abstract int getSecurityHealthAnalyticsCustomModulesCount()

Custom modules belonging to the requested parent and its descendants.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Returns
TypeDescription
int

getSecurityHealthAnalyticsCustomModulesList()

public abstract List<SecurityHealthAnalyticsCustomModule> getSecurityHealthAnalyticsCustomModulesList()

Custom modules belonging to the requested parent and its descendants.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Returns
TypeDescription
List<SecurityHealthAnalyticsCustomModule>

getSecurityHealthAnalyticsCustomModulesOrBuilder(int index)

public abstract SecurityHealthAnalyticsCustomModuleOrBuilder getSecurityHealthAnalyticsCustomModulesOrBuilder(int index)

Custom modules belonging to the requested parent and its descendants.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SecurityHealthAnalyticsCustomModuleOrBuilder

getSecurityHealthAnalyticsCustomModulesOrBuilderList()

public abstract List<? extends SecurityHealthAnalyticsCustomModuleOrBuilder> getSecurityHealthAnalyticsCustomModulesOrBuilderList()

Custom modules belonging to the requested parent and its descendants.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

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