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 SourceNameSourceName.Builder. build()SourceNameSourceName.FolderSourceBuilder. build()SourceNameSourceName.ProjectSourceBuilder. build()static SourceNameSourceName. of(String organization, String source)static SourceNameSourceName. ofFolderSourceName(String folder, String source)static SourceNameSourceName. ofOrganizationSourceName(String organization, String source)static SourceNameSourceName. ofProjectSourceName(String project, String source)static SourceNameSourceName. 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 FindingSecurityCenterClient. createFinding(SourceName parent, Finding finding, String findingId)Creates a finding.FindingSecurityCenterClient. createFinding(SourceName parent, String findingId, Finding finding)Creates a finding.SourceSecurityCenterClient. getSource(SourceName name)Gets a source.SecurityCenterClient.GroupFindingsPagedResponseSecurityCenterClient. groupFindings(SourceName parent, String groupBy)Filters an organization or source's findings and groups them by their specified properties.SecurityCenterClient.ListFindingsPagedResponseSecurityCenterClient. 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)
-