Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Jun 6, 2022
1 parent 7837470 commit 87875b5
Showing 1 changed file with 4 additions and 137 deletions.
141 changes: 4 additions & 137 deletions api-index-v1.json
Expand Up @@ -67798,87 +67798,26 @@
"options": {
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/talent/v4beta1;talent": 17
"google.golang.org/genproto/googleapis/cloud/talent/v4beta1;talent": 13
}
},
"java_multiple_files": {
"valueCounts": {
"true": 17
"true": 13
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.talent.v4beta1": 17
"com.google.cloud.talent.v4beta1": 13
}
},
"objc_class_prefix": {
"valueCounts": {
"CTS": 17
"CTS": 13
}
}
},
"services": [
{
"shortName": "ApplicationService",
"fullName": "google.cloud.talent.v4beta1.ApplicationService",
"methods": [
{
"shortName": "CreateApplication",
"fullName": "google.cloud.talent.v4beta1.ApplicationService.CreateApplication",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v4beta1/{parent=projects/*/tenants/*/profiles/*}/applications"
}
]
},
{
"shortName": "DeleteApplication",
"fullName": "google.cloud.talent.v4beta1.ApplicationService.DeleteApplication",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v4beta1/{name=projects/*/tenants/*/profiles/*/applications/*}"
}
]
},
{
"shortName": "GetApplication",
"fullName": "google.cloud.talent.v4beta1.ApplicationService.GetApplication",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v4beta1/{name=projects/*/tenants/*/profiles/*/applications/*}"
}
]
},
{
"shortName": "ListApplications",
"fullName": "google.cloud.talent.v4beta1.ApplicationService.ListApplications",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v4beta1/{parent=projects/*/tenants/*/profiles/*}/applications"
}
]
},
{
"shortName": "UpdateApplication",
"fullName": "google.cloud.talent.v4beta1.ApplicationService.UpdateApplication",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v4beta1/{application.name=projects/*/tenants/*/profiles/*/applications/*}"
}
]
}
]
},
{
"shortName": "CompanyService",
"fullName": "google.cloud.talent.v4beta1.CompanyService",
Expand Down Expand Up @@ -68158,78 +68097,6 @@
}
]
},
{
"shortName": "ProfileService",
"fullName": "google.cloud.talent.v4beta1.ProfileService",
"methods": [
{
"shortName": "CreateProfile",
"fullName": "google.cloud.talent.v4beta1.ProfileService.CreateProfile",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v4beta1/{parent=projects/*/tenants/*}/profiles"
}
]
},
{
"shortName": "DeleteProfile",
"fullName": "google.cloud.talent.v4beta1.ProfileService.DeleteProfile",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v4beta1/{name=projects/*/tenants/*/profiles/*}"
}
]
},
{
"shortName": "GetProfile",
"fullName": "google.cloud.talent.v4beta1.ProfileService.GetProfile",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v4beta1/{name=projects/*/tenants/*/profiles/*}"
}
]
},
{
"shortName": "ListProfiles",
"fullName": "google.cloud.talent.v4beta1.ProfileService.ListProfiles",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v4beta1/{parent=projects/*/tenants/*}/profiles"
}
]
},
{
"shortName": "SearchProfiles",
"fullName": "google.cloud.talent.v4beta1.ProfileService.SearchProfiles",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v4beta1/{parent=projects/*/tenants/*}:search"
}
]
},
{
"shortName": "UpdateProfile",
"fullName": "google.cloud.talent.v4beta1.ProfileService.UpdateProfile",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v4beta1/{profile.name=projects/*/tenants/*/profiles/*}"
}
]
}
]
},
{
"shortName": "TenantService",
"fullName": "google.cloud.talent.v4beta1.TenantService",
Expand Down

0 comments on commit 87875b5

Please sign in to comment.