@@ -48193,6 +48193,106 @@
4819348193 "google.longrunning.Operations"
4819448194 ]
4819548195 },
48196+ {
48197+ "id": "google.cloud.enterpriseknowledgegraph.v1",
48198+ "directory": "google/cloud/enterpriseknowledgegraph/v1",
48199+ "version": "v1",
48200+ "majorVersion": "v1",
48201+ "hostName": "enterpriseknowledgegraph.googleapis.com",
48202+ "title": "Enterprise Knowledge Graph API",
48203+ "description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
48204+ "importDirectories": [
48205+ "google/api",
48206+ "google/cloud/enterpriseknowledgegraph/v1",
48207+ "google/protobuf",
48208+ "google/rpc"
48209+ ],
48210+ "options": {
48211+ "go_package": {
48212+ "valueCounts": {
48213+ "google.golang.org/genproto/googleapis/cloud/enterpriseknowledgegraph/v1;enterpriseknowledgegraph": 3
48214+ }
48215+ },
48216+ "java_multiple_files": {
48217+ "valueCounts": {
48218+ "true": 3
48219+ }
48220+ },
48221+ "java_package": {
48222+ "valueCounts": {
48223+ "com.google.cloud.enterpriseknowledgegraph.v1": 3
48224+ }
48225+ }
48226+ },
48227+ "services": [
48228+ {
48229+ "shortName": "EnterpriseKnowledgeGraphService",
48230+ "fullName": "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService",
48231+ "methods": [
48232+ {
48233+ "shortName": "CancelEntityReconciliationJob",
48234+ "fullName": "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.CancelEntityReconciliationJob",
48235+ "mode": "UNARY",
48236+ "bindings": [
48237+ {
48238+ "httpMethod": "POST",
48239+ "path": "/v1/{name=projects/*/locations/*/entityReconciliationJobs/*}:cancel"
48240+ }
48241+ ]
48242+ },
48243+ {
48244+ "shortName": "CreateEntityReconciliationJob",
48245+ "fullName": "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.CreateEntityReconciliationJob",
48246+ "mode": "UNARY",
48247+ "bindings": [
48248+ {
48249+ "httpMethod": "POST",
48250+ "path": "/v1/{parent=projects/*/locations/*}/entityReconciliationJobs"
48251+ }
48252+ ]
48253+ },
48254+ {
48255+ "shortName": "DeleteEntityReconciliationJob",
48256+ "fullName": "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.DeleteEntityReconciliationJob",
48257+ "mode": "UNARY",
48258+ "bindings": [
48259+ {
48260+ "httpMethod": "DELETE",
48261+ "path": "/v1/{name=projects/*/locations/*/entityReconciliationJobs/*}"
48262+ }
48263+ ]
48264+ },
48265+ {
48266+ "shortName": "GetEntityReconciliationJob",
48267+ "fullName": "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.GetEntityReconciliationJob",
48268+ "mode": "UNARY",
48269+ "bindings": [
48270+ {
48271+ "httpMethod": "GET",
48272+ "path": "/v1/{name=projects/*/locations/*/entityReconciliationJobs/*}"
48273+ }
48274+ ]
48275+ },
48276+ {
48277+ "shortName": "ListEntityReconciliationJobs",
48278+ "fullName": "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.ListEntityReconciliationJobs",
48279+ "mode": "UNARY",
48280+ "bindings": [
48281+ {
48282+ "httpMethod": "GET",
48283+ "path": "/v1/{parent=projects/*/locations/*}/entityReconciliationJobs"
48284+ }
48285+ ]
48286+ }
48287+ ]
48288+ }
48289+ ],
48290+ "configFile": "enterpriseknowledgegraph_v1.yaml",
48291+ "serviceConfigApiNames": [
48292+ "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService",
48293+ "google.longrunning.Operations"
48294+ ]
48295+ },
4819648296 {
4819748297 "id": "google.cloud.essentialcontacts.v1",
4819848298 "directory": "google/cloud/essentialcontacts/v1",
0 commit comments