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 ProjectName
ProjectName.Builder. build()
static ProjectName
ProjectName. of(String project)
static ProjectName
ProjectName. 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 Tenant
TenantServiceClient. createTenant(ProjectName parent, Tenant tenant)
Creates a new tenant entity.TenantServiceClient.ListTenantsPagedResponse
TenantServiceClient. 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)
-