Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
ProjectName |
ProjectName.Builder.build() |
static ProjectName |
ProjectName.of(String project) |
static ProjectName |
ProjectName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ProjectName> |
ProjectName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
BigQueryExport |
SecurityCenterClient.createBigQueryExport(ProjectName parent,
BigQueryExport bigQueryExport,
String bigQueryExportId)
Creates a big query 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.
|
SecurityCenterClient.ListBigQueryExportsPagedResponse |
SecurityCenterClient.listBigQueryExports(ProjectName parent)
Lists BigQuery exports.
|
SecurityCenterClient.ListMuteConfigsPagedResponse |
SecurityCenterClient.listMuteConfigs(ProjectName parent)
Lists mute configs.
|
SecurityCenterClient.ListSourcesPagedResponse |
SecurityCenterClient.listSources(ProjectName parent)
Lists all sources belonging to an organization.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ProjectName.toStringList(List<ProjectName> values) |
Copyright © 2022 Google LLC. All rights reserved.