Interface ListEffectiveSecurityHealthAnalyticsCustomModulesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
,ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder
public interface ListEffectiveSecurityHealthAnalyticsCustomModulesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEffectiveSecurityHealthAnalyticsCustomModulesList
List<EffectiveSecurityHealthAnalyticsCustomModule> getEffectiveSecurityHealthAnalyticsCustomModulesList()
Effective custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;
-
getEffectiveSecurityHealthAnalyticsCustomModules
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;
-
getEffectiveSecurityHealthAnalyticsCustomModulesCount
int getEffectiveSecurityHealthAnalyticsCustomModulesCount()
Effective custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;
-
getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilderList
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;
-
getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilder
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;
-
getNextPageToken
String getNextPageToken()
If not empty, indicates that there may be more effective custom modules to be returned.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;
- Returns:
- The bytes for nextPageToken.
-
-