Skip to content

Commit

Permalink
chore: generate GAPIC metadata JSON file (#277)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/1375dc8f-6e92-47e5-b704-19ee285b9aaf/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 345596855
Source-Link: googleapis/googleapis@d189e87
  • Loading branch information
yoshi-automation authored Dec 4, 2020
1 parent c39dac7 commit 92a95d6
Show file tree
Hide file tree
Showing 3 changed files with 771 additions and 3 deletions.
311 changes: 311 additions & 0 deletions packages/google-cloud-talent/src/v4/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,311 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.talent.v4",
"libraryPackage": "@google-cloud/talent",
"services": {
"CompanyService": {
"clients": {
"grpc": {
"libraryClient": "CompanyServiceClient",
"rpcs": {
"CreateCompany": {
"methods": [
"createCompany"
]
},
"GetCompany": {
"methods": [
"getCompany"
]
},
"UpdateCompany": {
"methods": [
"updateCompany"
]
},
"DeleteCompany": {
"methods": [
"deleteCompany"
]
},
"ListCompanies": {
"methods": [
"listCompanies",
"listCompaniesStream",
"listCompaniesAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "CompanyServiceClient",
"rpcs": {
"CreateCompany": {
"methods": [
"createCompany"
]
},
"GetCompany": {
"methods": [
"getCompany"
]
},
"UpdateCompany": {
"methods": [
"updateCompany"
]
},
"DeleteCompany": {
"methods": [
"deleteCompany"
]
},
"ListCompanies": {
"methods": [
"listCompanies",
"listCompaniesStream",
"listCompaniesAsync"
]
}
}
}
}
},
"Completion": {
"clients": {
"grpc": {
"libraryClient": "CompletionClient",
"rpcs": {
"CompleteQuery": {
"methods": [
"completeQuery"
]
}
}
},
"grpc-fallback": {
"libraryClient": "CompletionClient",
"rpcs": {
"CompleteQuery": {
"methods": [
"completeQuery"
]
}
}
}
}
},
"EventService": {
"clients": {
"grpc": {
"libraryClient": "EventServiceClient",
"rpcs": {
"CreateClientEvent": {
"methods": [
"createClientEvent"
]
}
}
},
"grpc-fallback": {
"libraryClient": "EventServiceClient",
"rpcs": {
"CreateClientEvent": {
"methods": [
"createClientEvent"
]
}
}
}
}
},
"JobService": {
"clients": {
"grpc": {
"libraryClient": "JobServiceClient",
"rpcs": {
"CreateJob": {
"methods": [
"createJob"
]
},
"GetJob": {
"methods": [
"getJob"
]
},
"UpdateJob": {
"methods": [
"updateJob"
]
},
"DeleteJob": {
"methods": [
"deleteJob"
]
},
"SearchJobs": {
"methods": [
"searchJobs"
]
},
"SearchJobsForAlert": {
"methods": [
"searchJobsForAlert"
]
},
"BatchCreateJobs": {
"methods": [
"batchCreateJobs"
]
},
"BatchUpdateJobs": {
"methods": [
"batchUpdateJobs"
]
},
"BatchDeleteJobs": {
"methods": [
"batchDeleteJobs"
]
},
"ListJobs": {
"methods": [
"listJobs",
"listJobsStream",
"listJobsAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "JobServiceClient",
"rpcs": {
"CreateJob": {
"methods": [
"createJob"
]
},
"GetJob": {
"methods": [
"getJob"
]
},
"UpdateJob": {
"methods": [
"updateJob"
]
},
"DeleteJob": {
"methods": [
"deleteJob"
]
},
"SearchJobs": {
"methods": [
"searchJobs"
]
},
"SearchJobsForAlert": {
"methods": [
"searchJobsForAlert"
]
},
"BatchCreateJobs": {
"methods": [
"batchCreateJobs"
]
},
"BatchUpdateJobs": {
"methods": [
"batchUpdateJobs"
]
},
"BatchDeleteJobs": {
"methods": [
"batchDeleteJobs"
]
},
"ListJobs": {
"methods": [
"listJobs",
"listJobsStream",
"listJobsAsync"
]
}
}
}
}
},
"TenantService": {
"clients": {
"grpc": {
"libraryClient": "TenantServiceClient",
"rpcs": {
"CreateTenant": {
"methods": [
"createTenant"
]
},
"GetTenant": {
"methods": [
"getTenant"
]
},
"UpdateTenant": {
"methods": [
"updateTenant"
]
},
"DeleteTenant": {
"methods": [
"deleteTenant"
]
},
"ListTenants": {
"methods": [
"listTenants",
"listTenantsStream",
"listTenantsAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "TenantServiceClient",
"rpcs": {
"CreateTenant": {
"methods": [
"createTenant"
]
},
"GetTenant": {
"methods": [
"getTenant"
]
},
"UpdateTenant": {
"methods": [
"updateTenant"
]
},
"DeleteTenant": {
"methods": [
"deleteTenant"
]
},
"ListTenants": {
"methods": [
"listTenants",
"listTenantsStream",
"listTenantsAsync"
]
}
}
}
}
}
}
}
Loading

0 comments on commit 92a95d6

Please sign in to comment.