Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
SourceName |
SourceName.Builder.build() |
SourceName |
SourceName.FolderSourceBuilder.build() |
SourceName |
SourceName.ProjectSourceBuilder.build() |
static SourceName |
SourceName.of(String organization,
String source) |
static SourceName |
SourceName.ofFolderSourceName(String folder,
String source) |
static SourceName |
SourceName.ofOrganizationSourceName(String organization,
String source) |
static SourceName |
SourceName.ofProjectSourceName(String project,
String source) |
static SourceName |
SourceName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<SourceName> |
SourceName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
Finding |
SecurityCenterClient.createFinding(SourceName parent,
String findingId,
Finding finding)
Creates a finding.
|
Source |
SecurityCenterClient.getSource(SourceName name)
Gets a source.
|
SecurityCenterClient.GroupFindingsPagedResponse |
SecurityCenterClient.groupFindings(SourceName parent,
String groupBy)
Filters an organization or source's findings and groups them by their specified properties.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
SourceName.toStringList(List<SourceName> values) |
Copyright © 2022 Google LLC. All rights reserved.