public interface ListEffectiveSecurityHealthAnalyticsCustomModulesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |