Interface ListEffectiveSecurityHealthAnalyticsCustomModulesResponseOrBuilder

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