public interface ListEffectiveSecurityHealthAnalyticsCustomModulesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EffectiveSecurityHealthAnalyticsCustomModule |
getEffectiveSecurityHealthAnalyticsCustomModules(int index)
Effective custom modules belonging to the requested parent.
|
int |
getEffectiveSecurityHealthAnalyticsCustomModulesCount()
Effective custom modules belonging to the requested parent.
|
List<EffectiveSecurityHealthAnalyticsCustomModule> |
getEffectiveSecurityHealthAnalyticsCustomModulesList()
Effective custom modules belonging to the requested parent.
|
EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder |
getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilder(int index)
Effective custom modules belonging to the requested parent.
|
List<? extends EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder> |
getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilderList()
Effective custom modules belonging to the requested parent.
|
String |
getNextPageToken()
If not empty, indicates that there may be more effective custom modules to
be returned.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If not empty, indicates that there may be more effective custom modules to
be returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<EffectiveSecurityHealthAnalyticsCustomModule> getEffectiveSecurityHealthAnalyticsCustomModulesList()
Effective custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;
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;
int getEffectiveSecurityHealthAnalyticsCustomModulesCount()
Effective custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;
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;
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;
String getNextPageToken()
If not empty, indicates that there may be more effective custom modules to be returned.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
If not empty, indicates that there may be more effective custom modules to be returned.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.