Uses of Class
com.google.cloud.securitycenter.v1p1beta1.SourceName
-
Packages that use SourceName Package Description com.google.cloud.securitycenter.v1p1beta1 A client to Security Command Center API -
-
Uses of SourceName in com.google.cloud.securitycenter.v1p1beta1
Methods in com.google.cloud.securitycenter.v1p1beta1 that return SourceName Modifier and Type Method 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)
Methods in com.google.cloud.securitycenter.v1p1beta1 that return types with arguments of type SourceName Modifier and Type Method Description static List<SourceName>
SourceName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.securitycenter.v1p1beta1 with parameters of type SourceName Modifier and Type Method Description Finding
SecurityCenterClient. createFinding(SourceName parent, Finding finding, String findingId)
Creates a finding.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.SecurityCenterClient.ListFindingsPagedResponse
SecurityCenterClient. listFindings(SourceName parent)
Lists an organization or source's findings.Method parameters in com.google.cloud.securitycenter.v1p1beta1 with type arguments of type SourceName Modifier and Type Method Description static List<String>
SourceName. toStringList(List<SourceName> values)
-