Interface ListSecurityHealthAnalyticsCustomModulesResponseOrBuilder

    • 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.