Uses of Class
com.google.cloud.securitycenter.v1.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of ProjectName in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return ProjectName Modifier and Type Method Description ProjectNameProjectName.Builder. build()static ProjectNameProjectName. of(String project)static ProjectNameProjectName. parse(String formattedString)Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>ProjectName. parseList(List<String> formattedStrings)Methods in com.google.cloud.securitycenter.v1 with parameters of type ProjectName Modifier and Type Method Description BigQueryExportSecurityCenterClient. createBigQueryExport(ProjectName parent, BigQueryExport bigQueryExport, String bigQueryExportId)Creates a BigQuery export.MuteConfigSecurityCenterClient. createMuteConfig(ProjectName parent, MuteConfig muteConfig)Creates a mute config.MuteConfigSecurityCenterClient. createMuteConfig(ProjectName parent, MuteConfig muteConfig, String muteConfigId)Creates a mute config.NotificationConfigSecurityCenterClient. createNotificationConfig(ProjectName parent, NotificationConfig notificationConfig)Creates a notification config.NotificationConfigSecurityCenterClient. createNotificationConfig(ProjectName parent, String configId, NotificationConfig notificationConfig)Creates a notification config.SecurityCenterClient.ListBigQueryExportsPagedResponseSecurityCenterClient. listBigQueryExports(ProjectName parent)Lists BigQuery exports.SecurityCenterClient.ListMuteConfigsPagedResponseSecurityCenterClient. listMuteConfigs(ProjectName parent)Lists mute configs.SecurityCenterClient.ListNotificationConfigsPagedResponseSecurityCenterClient. listNotificationConfigs(ProjectName parent)Lists notification configs.SecurityCenterClient.ListSourcesPagedResponseSecurityCenterClient. listSources(ProjectName parent)Lists all sources belonging to an organization.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type ProjectName Modifier and Type Method Description static List<String>ProjectName. toStringList(List<ProjectName> values)
-