enterpriseknowledgegraph_grpc_service_config.json 1003 B

123456789101112131415161718192021222324
  1. {
  2. "methodConfig": [{
  3. "name": [
  4. { "service": "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService", "method": "ListEntityReconciliationJobs" },
  5. { "service": "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService", "method": "GetEntityReconciliationJob" }
  6. ],
  7. "timeout": "60s",
  8. "retryPolicy": {
  9. "maxAttempts": 5,
  10. "initialBackoff": "1s",
  11. "maxBackoff": "10s",
  12. "backoffMultiplier": 1.3,
  13. "retryableStatusCodes": ["UNAVAILABLE"]
  14. }
  15. },
  16. {
  17. "name": [
  18. { "service": "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService", "method": "CreateEntityReconciliationJob" },
  19. { "service": "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService", "method": "DeleteEntityReconciliationJob" },
  20. { "service": "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService", "method": "CancelEntityReconciliationJob" }
  21. ],
  22. "timeout": "60s"
  23. }]
  24. }