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 ProjectName
ProjectName.Builder. build()
static ProjectName
ProjectName. of(String project)
static ProjectName
ProjectName. 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 BigQueryExport
SecurityCenterClient. createBigQueryExport(ProjectName parent, BigQueryExport bigQueryExport, String bigQueryExportId)
Creates a BigQuery export.MuteConfig
SecurityCenterClient. createMuteConfig(ProjectName parent, MuteConfig muteConfig)
Creates a mute config.MuteConfig
SecurityCenterClient. createMuteConfig(ProjectName parent, MuteConfig muteConfig, String muteConfigId)
Creates a mute config.NotificationConfig
SecurityCenterClient. createNotificationConfig(ProjectName parent, NotificationConfig notificationConfig)
Creates a notification config.NotificationConfig
SecurityCenterClient. createNotificationConfig(ProjectName parent, String configId, NotificationConfig notificationConfig)
Creates a notification config.SecurityCenterClient.ListBigQueryExportsPagedResponse
SecurityCenterClient. listBigQueryExports(ProjectName parent)
Lists BigQuery exports.SecurityCenterClient.ListMuteConfigsPagedResponse
SecurityCenterClient. listMuteConfigs(ProjectName parent)
Lists mute configs.SecurityCenterClient.ListNotificationConfigsPagedResponse
SecurityCenterClient. listNotificationConfigs(ProjectName parent)
Lists notification configs.SecurityCenterClient.ListSourcesPagedResponse
SecurityCenterClient. 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)
-