Uses of Class
com.google.cloud.securitycenter.settings.v1beta1.SettingsName
-
Packages that use SettingsName Package Description com.google.cloud.securitycenter.settings.v1beta1 A client to Cloud Security Command Center API -
-
Uses of SettingsName in com.google.cloud.securitycenter.settings.v1beta1
Methods in com.google.cloud.securitycenter.settings.v1beta1 that return SettingsName Modifier and Type Method Description SettingsNameSettingsName.Builder. build()SettingsNameSettingsName.FolderBuilder. build()SettingsNameSettingsName.ProjectBuilder. build()SettingsNameSettingsName.ProjectLocationClusterBuilder. build()SettingsNameSettingsName.ProjectRegionClusterBuilder. build()SettingsNameSettingsName.ProjectZoneClusterBuilder. build()static SettingsNameSettingsName. of(String organization)static SettingsNameSettingsName. ofFolderName(String folder)static SettingsNameSettingsName. ofOrganizationName(String organization)static SettingsNameSettingsName. ofProjectLocationClusterName(String project, String location, String cluster)static SettingsNameSettingsName. ofProjectName(String project)static SettingsNameSettingsName. ofProjectRegionClusterName(String project, String region, String cluster)static SettingsNameSettingsName. ofProjectZoneClusterName(String project, String zone, String cluster)static SettingsNameSettingsName. parse(String formattedString)Methods in com.google.cloud.securitycenter.settings.v1beta1 that return types with arguments of type SettingsName Modifier and Type Method Description static List<SettingsName>SettingsName. parseList(List<String> formattedStrings)Methods in com.google.cloud.securitycenter.settings.v1beta1 with parameters of type SettingsName Modifier and Type Method Description SettingsSecurityCenterSettingsServiceClient. calculateEffectiveSettings(SettingsName name)CalculateEffectiveSettings looks up all of the Security Center Settings resources in the GCP resource hierarchy, and calculates the effective settings on that resource by applying the following rules: * Settings provided closer to the target resource take precedence over those further away (e.g.SettingsSecurityCenterSettingsServiceClient. getSettings(SettingsName name)Gets the Settings.Method parameters in com.google.cloud.securitycenter.settings.v1beta1 with type arguments of type SettingsName Modifier and Type Method Description static List<String>SettingsName. toStringList(List<SettingsName> values)
-