Interface ListSecurityHealthAnalyticsCustomModulesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSecurityHealthAnalyticsCustomModulesResponse,ListSecurityHealthAnalyticsCustomModulesResponse.Builder
public interface ListSecurityHealthAnalyticsCustomModulesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNextPageToken()If not empty, indicates that there may be more custom modules to be returned.com.google.protobuf.ByteStringgetNextPageTokenBytes()If not empty, indicates that there may be more custom modules to be returned.SecurityHealthAnalyticsCustomModulegetSecurityHealthAnalyticsCustomModules(int index)Custom modules belonging to the requested parent.intgetSecurityHealthAnalyticsCustomModulesCount()Custom modules belonging to the requested parent.List<SecurityHealthAnalyticsCustomModule>getSecurityHealthAnalyticsCustomModulesList()Custom modules belonging to the requested parent.SecurityHealthAnalyticsCustomModuleOrBuildergetSecurityHealthAnalyticsCustomModulesOrBuilder(int index)Custom modules belonging to the requested parent.List<? extends SecurityHealthAnalyticsCustomModuleOrBuilder>getSecurityHealthAnalyticsCustomModulesOrBuilderList()Custom modules belonging to the requested parent.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSecurityHealthAnalyticsCustomModulesList
List<SecurityHealthAnalyticsCustomModule> getSecurityHealthAnalyticsCustomModulesList()
Custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
-
getSecurityHealthAnalyticsCustomModules
SecurityHealthAnalyticsCustomModule getSecurityHealthAnalyticsCustomModules(int index)
Custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
-
getSecurityHealthAnalyticsCustomModulesCount
int getSecurityHealthAnalyticsCustomModulesCount()
Custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
-
getSecurityHealthAnalyticsCustomModulesOrBuilderList
List<? extends SecurityHealthAnalyticsCustomModuleOrBuilder> getSecurityHealthAnalyticsCustomModulesOrBuilderList()
Custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
-
getSecurityHealthAnalyticsCustomModulesOrBuilder
SecurityHealthAnalyticsCustomModuleOrBuilder getSecurityHealthAnalyticsCustomModulesOrBuilder(int index)
Custom modules belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
-
getNextPageToken
String getNextPageToken()
If not empty, indicates that there may be more 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 custom modules to be returned.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
-