Uses of Class
com.google.cloud.securitycenter.v1p1beta1.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.securitycenter.v1p1beta1 A client to Security Command Center API -
-
Uses of ProjectName in com.google.cloud.securitycenter.v1p1beta1
Methods in com.google.cloud.securitycenter.v1p1beta1 that return ProjectName Modifier and Type Method Description ProjectNameProjectName.Builder. build()static ProjectNameProjectName. of(String project)static ProjectNameProjectName. parse(String formattedString)Methods in com.google.cloud.securitycenter.v1p1beta1 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.v1p1beta1 with parameters of type ProjectName Modifier and Type Method Description SecurityCenterClient.ListAssetsPagedResponseSecurityCenterClient. listAssets(ProjectName parent)Lists an organization's assets.SecurityCenterClient.ListSourcesPagedResponseSecurityCenterClient. listSources(ProjectName parent)Lists all sources belonging to an organization.Method parameters in com.google.cloud.securitycenter.v1p1beta1 with type arguments of type ProjectName Modifier and Type Method Description static List<String>ProjectName. toStringList(List<ProjectName> values)
-