123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- {
- "methodConfig": [
- {
- "name": [
- {
- "service": "google.cloud.talent.v4.TenantService",
- "method": "GetTenant"
- },
- {
- "service": "google.cloud.talent.v4.TenantService",
- "method": "DeleteTenant"
- },
- {
- "service": "google.cloud.talent.v4.TenantService",
- "method": "ListTenants"
- }
- ],
- "timeout": "30s",
- "retryPolicy": {
- "maxAttempts": 5,
- "initialBackoff": "0.100s",
- "maxBackoff": "60s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": [
- "DEADLINE_EXCEEDED",
- "UNAVAILABLE"
- ]
- }
- },
- {
- "name": [
- {
- "service": "google.cloud.talent.v4.EventService",
- "method": "CreateClientEvent"
- }
- ],
- "timeout": "30s"
- },
- {
- "name": [
- {
- "service": "google.cloud.talent.v4.JobService",
- "method": "GetJob"
- },
- {
- "service": "google.cloud.talent.v4.JobService",
- "method": "DeleteJob"
- },
- {
- "service": "google.cloud.talent.v4.JobService",
- "method": "ListJobs"
- }
- ],
- "timeout": "30s",
- "retryPolicy": {
- "maxAttempts": 5,
- "initialBackoff": "0.100s",
- "maxBackoff": "60s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": [
- "DEADLINE_EXCEEDED",
- "UNAVAILABLE"
- ]
- }
- },
- {
- "name": [
- {
- "service": "google.cloud.talent.v4.JobService",
- "method": "CreateJob"
- },
- {
- "service": "google.cloud.talent.v4.JobService",
- "method": "UpdateJob"
- },
- {
- "service": "google.cloud.talent.v4.JobService",
- "method": "BatchDeleteJobs"
- },
- {
- "service": "google.cloud.talent.v4.JobService",
- "method": "SearchJobs"
- },
- {
- "service": "google.cloud.talent.v4.JobService",
- "method": "SearchJobsForAlert"
- },
- {
- "service": "google.cloud.talent.v4.JobService",
- "method": "BatchCreateJobs"
- },
- {
- "service": "google.cloud.talent.v4.JobService",
- "method": "BatchUpdateJobs"
- }
- ],
- "timeout": "30s"
- },
- {
- "name": [
- {
- "service": "google.cloud.talent.v4.TenantService",
- "method": "CreateTenant"
- },
- {
- "service": "google.cloud.talent.v4.TenantService",
- "method": "UpdateTenant"
- }
- ],
- "timeout": "30s"
- },
- {
- "name": [
- {
- "service": "google.cloud.talent.v4.CompanyService",
- "method": "CreateCompany"
- },
- {
- "service": "google.cloud.talent.v4.CompanyService",
- "method": "UpdateCompany"
- }
- ],
- "timeout": "30s"
- },
- {
- "name": [
- {
- "service": "google.cloud.talent.v4.CompanyService",
- "method": "GetCompany"
- },
- {
- "service": "google.cloud.talent.v4.CompanyService",
- "method": "DeleteCompany"
- },
- {
- "service": "google.cloud.talent.v4.CompanyService",
- "method": "ListCompanies"
- }
- ],
- "timeout": "30s",
- "retryPolicy": {
- "maxAttempts": 5,
- "initialBackoff": "0.100s",
- "maxBackoff": "60s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": [
- "DEADLINE_EXCEEDED",
- "UNAVAILABLE"
- ]
- }
- },
- {
- "name": [
- {
- "service": "google.cloud.talent.v4.Completion",
- "method": "CompleteQuery"
- }
- ],
- "timeout": "30s",
- "retryPolicy": {
- "maxAttempts": 5,
- "initialBackoff": "0.100s",
- "maxBackoff": "60s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": [
- "DEADLINE_EXCEEDED",
- "UNAVAILABLE"
- ]
- }
- }
- ]
- }
|