Interface CustomConfig.CustomOutputSpecOrBuilder

    • Method Detail

      • getPropertiesList

        List<CustomConfig.CustomOutputSpec.Property> getPropertiesList()
         A list of custom output properties to add to the finding.
         
        repeated .google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property properties = 1;
      • getProperties

        CustomConfig.CustomOutputSpec.Property getProperties​(int index)
         A list of custom output properties to add to the finding.
         
        repeated .google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property properties = 1;
      • getPropertiesCount

        int getPropertiesCount()
         A list of custom output properties to add to the finding.
         
        repeated .google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property properties = 1;
      • getPropertiesOrBuilderList

        List<? extends CustomConfig.CustomOutputSpec.PropertyOrBuilder> getPropertiesOrBuilderList()
         A list of custom output properties to add to the finding.
         
        repeated .google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property properties = 1;
      • getPropertiesOrBuilder

        CustomConfig.CustomOutputSpec.PropertyOrBuilder getPropertiesOrBuilder​(int index)
         A list of custom output properties to add to the finding.
         
        repeated .google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property properties = 1;