chore: regenerate API index

pull/807/head^2
Google APIs 2 years ago
parent 5f29cc976e
commit bbdd203275
  1. 351
      api-index-v1.json

@ -47013,6 +47013,357 @@
],
"nameInServiceConfig": "dialogflow.googleapis.com"
},
{
"id": "google.cloud.discoveryengine.v1",
"directory": "google/cloud/discoveryengine/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "discoveryengine.googleapis.com",
"title": "Discovery Engine API",
"description": "Discovery Engine API.",
"importDirectories": [
"google/api",
"google/cloud/discoveryengine/v1",
"google/longrunning",
"google/protobuf",
"google/rpc",
"google/type"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.DiscoveryEngine.V1": 11
}
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/discoveryengine/apiv1/discoveryenginepb;discoveryenginepb": 11
}
},
"java_multiple_files": {
"valueCounts": {
"true": 11
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.discoveryengine.v1": 11
}
},
"objc_class_prefix": {
"valueCounts": {
"DISCOVERYENGINE": 11
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\DiscoveryEngine\\V1": 11
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::DiscoveryEngine::V1": 11
}
}
},
"services": [
{
"shortName": "CompletionService",
"fullName": "google.cloud.discoveryengine.v1.CompletionService",
"methods": [
{
"shortName": "CompleteQuery",
"fullName": "google.cloud.discoveryengine.v1.CompletionService.CompleteQuery",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{data_store=projects/*/locations/*/dataStores/*}:completeQuery"
},
{
"httpMethod": "GET",
"path": "/v1/{data_store=projects/*/locations/*/collections/*/dataStores/*}:completeQuery"
}
]
}
]
},
{
"shortName": "DocumentService",
"fullName": "google.cloud.discoveryengine.v1.DocumentService",
"methods": [
{
"shortName": "CreateDocument",
"fullName": "google.cloud.discoveryengine.v1.DocumentService.CreateDocument",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents"
},
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents"
}
]
},
{
"shortName": "DeleteDocument",
"fullName": "google.cloud.discoveryengine.v1.DocumentService.DeleteDocument",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}"
},
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
}
]
},
{
"shortName": "GetDocument",
"fullName": "google.cloud.discoveryengine.v1.DocumentService.GetDocument",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}"
},
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
}
]
},
{
"shortName": "ImportDocuments",
"fullName": "google.cloud.discoveryengine.v1.DocumentService.ImportDocuments",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import"
},
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import"
}
]
},
{
"shortName": "ListDocuments",
"fullName": "google.cloud.discoveryengine.v1.DocumentService.ListDocuments",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents"
},
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents"
}
]
},
{
"shortName": "PurgeDocuments",
"fullName": "google.cloud.discoveryengine.v1.DocumentService.PurgeDocuments",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:purge"
},
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:purge"
}
]
},
{
"shortName": "UpdateDocument",
"fullName": "google.cloud.discoveryengine.v1.DocumentService.UpdateDocument",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}"
},
{
"httpMethod": "PATCH",
"path": "/v1/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
}
]
}
]
},
{
"shortName": "SchemaService",
"fullName": "google.cloud.discoveryengine.v1.SchemaService",
"methods": [
{
"shortName": "CreateSchema",
"fullName": "google.cloud.discoveryengine.v1.SchemaService.CreateSchema",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/dataStores/*}/schemas"
},
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas"
}
]
},
{
"shortName": "DeleteSchema",
"fullName": "google.cloud.discoveryengine.v1.SchemaService.DeleteSchema",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/dataStores/*/schemas/*}"
},
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
}
]
},
{
"shortName": "GetSchema",
"fullName": "google.cloud.discoveryengine.v1.SchemaService.GetSchema",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/dataStores/*/schemas/*}"
},
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
}
]
},
{
"shortName": "ListSchemas",
"fullName": "google.cloud.discoveryengine.v1.SchemaService.ListSchemas",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/dataStores/*}/schemas"
},
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas"
}
]
},
{
"shortName": "UpdateSchema",
"fullName": "google.cloud.discoveryengine.v1.SchemaService.UpdateSchema",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}"
},
{
"httpMethod": "PATCH",
"path": "/v1/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
}
]
}
]
},
{
"shortName": "SearchService",
"fullName": "google.cloud.discoveryengine.v1.SearchService",
"methods": [
{
"shortName": "Search",
"fullName": "google.cloud.discoveryengine.v1.SearchService.Search",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:search"
},
{
"httpMethod": "POST",
"path": "/v1/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:search"
}
]
}
]
},
{
"shortName": "UserEventService",
"fullName": "google.cloud.discoveryengine.v1.UserEventService",
"methods": [
{
"shortName": "CollectUserEvent",
"fullName": "google.cloud.discoveryengine.v1.UserEventService.CollectUserEvent",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect"
},
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"
}
]
},
{
"shortName": "ImportUserEvents",
"fullName": "google.cloud.discoveryengine.v1.UserEventService.ImportUserEvents",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/dataStores/*}/userEvents:import"
},
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import"
}
]
},
{
"shortName": "WriteUserEvent",
"fullName": "google.cloud.discoveryengine.v1.UserEventService.WriteUserEvent",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/dataStores/*}/userEvents:write"
},
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write"
}
]
}
]
}
],
"configFile": "discoveryengine_v1.yaml",
"serviceConfigApiNames": [
"google.cloud.discoveryengine.v1.CompletionService",
"google.cloud.discoveryengine.v1.DocumentService",
"google.cloud.discoveryengine.v1.SchemaService",
"google.cloud.discoveryengine.v1.SearchService",
"google.cloud.discoveryengine.v1.UserEventService",
"google.longrunning.Operations"
],
"nameInServiceConfig": "discoveryengine.googleapis.com"
},
{
"id": "google.cloud.discoveryengine.v1beta",
"directory": "google/cloud/discoveryengine/v1beta",

Loading…
Cancel
Save