Uses of Class
com.google.cloud.talent.v4.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of ProjectName in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 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.talent.v4 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.talent.v4 with parameters of type ProjectName Modifier and Type Method Description TenantTenantServiceClient. createTenant(ProjectName parent, Tenant tenant)Creates a new tenant entity.TenantServiceClient.ListTenantsPagedResponseTenantServiceClient. listTenants(ProjectName parent)Lists all tenants associated with the project.Method parameters in com.google.cloud.talent.v4 with type arguments of type ProjectName Modifier and Type Method Description static List<String>ProjectName. toStringList(List<ProjectName> values)
-