talent_grpc_service_config.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.cloud.talent.v4beta1.TenantService",
  7. "method": "GetTenant"
  8. },
  9. {
  10. "service": "google.cloud.talent.v4beta1.TenantService",
  11. "method": "DeleteTenant"
  12. },
  13. {
  14. "service": "google.cloud.talent.v4beta1.TenantService",
  15. "method": "ListTenants"
  16. }
  17. ],
  18. "timeout": "30s",
  19. "retryPolicy": {
  20. "maxAttempts": 5,
  21. "initialBackoff": "0.100s",
  22. "maxBackoff": "60s",
  23. "backoffMultiplier": 1.3,
  24. "retryableStatusCodes": [
  25. "DEADLINE_EXCEEDED",
  26. "UNAVAILABLE"
  27. ]
  28. }
  29. },
  30. {
  31. "name": [
  32. {
  33. "service": "google.cloud.talent.v4beta1.ApplicationService",
  34. "method": "GetApplication"
  35. },
  36. {
  37. "service": "google.cloud.talent.v4beta1.ApplicationService",
  38. "method": "DeleteApplication"
  39. },
  40. {
  41. "service": "google.cloud.talent.v4beta1.ApplicationService",
  42. "method": "ListApplications"
  43. }
  44. ],
  45. "timeout": "30s",
  46. "retryPolicy": {
  47. "maxAttempts": 5,
  48. "initialBackoff": "0.100s",
  49. "maxBackoff": "60s",
  50. "backoffMultiplier": 1.3,
  51. "retryableStatusCodes": [
  52. "DEADLINE_EXCEEDED",
  53. "UNAVAILABLE"
  54. ]
  55. }
  56. },
  57. {
  58. "name": [
  59. {
  60. "service": "google.cloud.talent.v4beta1.EventService",
  61. "method": "CreateClientEvent"
  62. }
  63. ],
  64. "timeout": "30s"
  65. },
  66. {
  67. "name": [
  68. {
  69. "service": "google.cloud.talent.v4beta1.JobService",
  70. "method": "GetJob"
  71. },
  72. {
  73. "service": "google.cloud.talent.v4beta1.JobService",
  74. "method": "DeleteJob"
  75. },
  76. {
  77. "service": "google.cloud.talent.v4beta1.JobService",
  78. "method": "ListJobs"
  79. }
  80. ],
  81. "timeout": "30s",
  82. "retryPolicy": {
  83. "maxAttempts": 5,
  84. "initialBackoff": "0.100s",
  85. "maxBackoff": "60s",
  86. "backoffMultiplier": 1.3,
  87. "retryableStatusCodes": [
  88. "DEADLINE_EXCEEDED",
  89. "UNAVAILABLE"
  90. ]
  91. }
  92. },
  93. {
  94. "name": [
  95. {
  96. "service": "google.cloud.talent.v4beta1.ProfileService",
  97. "method": "CreateProfile"
  98. },
  99. {
  100. "service": "google.cloud.talent.v4beta1.ProfileService",
  101. "method": "UpdateProfile"
  102. },
  103. {
  104. "service": "google.cloud.talent.v4beta1.ProfileService",
  105. "method": "SearchProfiles"
  106. }
  107. ],
  108. "timeout": "30s"
  109. },
  110. {
  111. "name": [
  112. {
  113. "service": "google.cloud.talent.v4beta1.JobService",
  114. "method": "CreateJob"
  115. },
  116. {
  117. "service": "google.cloud.talent.v4beta1.JobService",
  118. "method": "UpdateJob"
  119. },
  120. {
  121. "service": "google.cloud.talent.v4beta1.JobService",
  122. "method": "BatchDeleteJobs"
  123. },
  124. {
  125. "service": "google.cloud.talent.v4beta1.JobService",
  126. "method": "SearchJobs"
  127. },
  128. {
  129. "service": "google.cloud.talent.v4beta1.JobService",
  130. "method": "SearchJobsForAlert"
  131. },
  132. {
  133. "service": "google.cloud.talent.v4beta1.JobService",
  134. "method": "BatchCreateJobs"
  135. },
  136. {
  137. "service": "google.cloud.talent.v4beta1.JobService",
  138. "method": "BatchUpdateJobs"
  139. }
  140. ],
  141. "timeout": "30s"
  142. },
  143. {
  144. "name": [
  145. {
  146. "service": "google.cloud.talent.v4beta1.ProfileService",
  147. "method": "ListProfiles"
  148. },
  149. {
  150. "service": "google.cloud.talent.v4beta1.ProfileService",
  151. "method": "GetProfile"
  152. },
  153. {
  154. "service": "google.cloud.talent.v4beta1.ProfileService",
  155. "method": "DeleteProfile"
  156. }
  157. ],
  158. "timeout": "30s",
  159. "retryPolicy": {
  160. "maxAttempts": 5,
  161. "initialBackoff": "0.100s",
  162. "maxBackoff": "60s",
  163. "backoffMultiplier": 1.3,
  164. "retryableStatusCodes": [
  165. "DEADLINE_EXCEEDED",
  166. "UNAVAILABLE"
  167. ]
  168. }
  169. },
  170. {
  171. "name": [
  172. {
  173. "service": "google.cloud.talent.v4beta1.TenantService",
  174. "method": "CreateTenant"
  175. },
  176. {
  177. "service": "google.cloud.talent.v4beta1.TenantService",
  178. "method": "UpdateTenant"
  179. }
  180. ],
  181. "timeout": "30s"
  182. },
  183. {
  184. "name": [
  185. {
  186. "service": "google.cloud.talent.v4beta1.ApplicationService",
  187. "method": "CreateApplication"
  188. },
  189. {
  190. "service": "google.cloud.talent.v4beta1.ApplicationService",
  191. "method": "UpdateApplication"
  192. }
  193. ],
  194. "timeout": "30s"
  195. },
  196. {
  197. "name": [
  198. {
  199. "service": "google.cloud.talent.v4beta1.CompanyService",
  200. "method": "CreateCompany"
  201. },
  202. {
  203. "service": "google.cloud.talent.v4beta1.CompanyService",
  204. "method": "UpdateCompany"
  205. }
  206. ],
  207. "timeout": "30s"
  208. },
  209. {
  210. "name": [
  211. {
  212. "service": "google.cloud.talent.v4beta1.CompanyService",
  213. "method": "GetCompany"
  214. },
  215. {
  216. "service": "google.cloud.talent.v4beta1.CompanyService",
  217. "method": "DeleteCompany"
  218. },
  219. {
  220. "service": "google.cloud.talent.v4beta1.CompanyService",
  221. "method": "ListCompanies"
  222. }
  223. ],
  224. "timeout": "30s",
  225. "retryPolicy": {
  226. "maxAttempts": 5,
  227. "initialBackoff": "0.100s",
  228. "maxBackoff": "60s",
  229. "backoffMultiplier": 1.3,
  230. "retryableStatusCodes": [
  231. "DEADLINE_EXCEEDED",
  232. "UNAVAILABLE"
  233. ]
  234. }
  235. },
  236. {
  237. "name": [
  238. {
  239. "service": "google.cloud.talent.v4beta1.Completion",
  240. "method": "CompleteQuery"
  241. }
  242. ],
  243. "timeout": "30s",
  244. "retryPolicy": {
  245. "maxAttempts": 5,
  246. "initialBackoff": "0.100s",
  247. "maxBackoff": "60s",
  248. "backoffMultiplier": 1.3,
  249. "retryableStatusCodes": [
  250. "DEADLINE_EXCEEDED",
  251. "UNAVAILABLE"
  252. ]
  253. }
  254. }
  255. ]
  256. }