Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Apr 12, 2024
1 parent 509f002 commit 39b5b33
Showing 1 changed file with 198 additions and 7 deletions.
205 changes: 198 additions & 7 deletions api-index-v1.json
Expand Up @@ -60270,37 +60270,37 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.DiscoveryEngine.V1Alpha": 31
"Google.Cloud.DiscoveryEngine.V1Alpha": 37
}
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/discoveryengine/apiv1alpha/discoveryenginepb;discoveryenginepb": 31
"cloud.google.com/go/discoveryengine/apiv1alpha/discoveryenginepb;discoveryenginepb": 37
}
},
"java_multiple_files": {
"valueCounts": {
"true": 31
"true": 37
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.discoveryengine.v1alpha": 31
"com.google.cloud.discoveryengine.v1alpha": 37
}
},
"objc_class_prefix": {
"valueCounts": {
"DISCOVERYENGINE": 31
"DISCOVERYENGINE": 37
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\DiscoveryEngine\\V1alpha": 31
"Google\\Cloud\\DiscoveryEngine\\V1alpha": 37
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::DiscoveryEngine::V1alpha": 31
"Google::Cloud::DiscoveryEngine::V1alpha": 37
}
}
},
Expand Down Expand Up @@ -60424,6 +60424,25 @@
"shortName": "ConversationalSearchService",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService",
"methods": [
{
"shortName": "AnswerQuery",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService.AnswerQuery",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:answer"
},
{
"httpMethod": "POST",
"path": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:answer"
},
{
"httpMethod": "POST",
"path": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:answer"
}
]
},
{
"shortName": "ConverseConversation",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService.ConverseConversation",
Expand Down Expand Up @@ -60462,6 +60481,25 @@
}
]
},
{
"shortName": "CreateSession",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService.CreateSession",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/sessions"
},
{
"httpMethod": "POST",
"path": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/sessions"
},
{
"httpMethod": "POST",
"path": "/v1alpha/{parent=projects/*/locations/*/collections/*/engines/*}/sessions"
}
]
},
{
"shortName": "DeleteConversation",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService.DeleteConversation",
Expand All @@ -60481,6 +60519,44 @@
}
]
},
{
"shortName": "DeleteSession",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService.DeleteSession",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1alpha/{name=projects/*/locations/*/dataStores/*/sessions/*}"
},
{
"httpMethod": "DELETE",
"path": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/sessions/*}"
},
{
"httpMethod": "DELETE",
"path": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*/sessions/*}"
}
]
},
{
"shortName": "GetAnswer",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService.GetAnswer",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/dataStores/*/sessions/*/answers/*}"
},
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/sessions/*/answers/*}"
},
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*/sessions/*/answers/*}"
}
]
},
{
"shortName": "GetConversation",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService.GetConversation",
Expand All @@ -60500,6 +60576,25 @@
}
]
},
{
"shortName": "GetSession",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService.GetSession",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/dataStores/*/sessions/*}"
},
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/sessions/*}"
},
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*/sessions/*}"
}
]
},
{
"shortName": "ListConversations",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService.ListConversations",
Expand All @@ -60519,6 +60614,25 @@
}
]
},
{
"shortName": "ListSessions",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService.ListSessions",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/sessions"
},
{
"httpMethod": "GET",
"path": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/sessions"
},
{
"httpMethod": "GET",
"path": "/v1alpha/{parent=projects/*/locations/*/collections/*/engines/*}/sessions"
}
]
},
{
"shortName": "UpdateConversation",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService.UpdateConversation",
Expand All @@ -60537,6 +60651,25 @@
"path": "/v1alpha/{conversation.name=projects/*/locations/*/collections/*/engines/*/conversations/*}"
}
]
},
{
"shortName": "UpdateSession",
"fullName": "google.cloud.discoveryengine.v1alpha.ConversationalSearchService.UpdateSession",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1alpha/{session.name=projects/*/locations/*/dataStores/*/sessions/*}"
},
{
"httpMethod": "PATCH",
"path": "/v1alpha/{session.name=projects/*/locations/*/collections/*/dataStores/*/sessions/*}"
},
{
"httpMethod": "PATCH",
"path": "/v1alpha/{session.name=projects/*/locations/*/collections/*/engines/*/sessions/*}"
}
]
}
]
},
Expand Down Expand Up @@ -60888,6 +61021,62 @@
}
]
},
{
"shortName": "GroundedGenerationService",
"fullName": "google.cloud.discoveryengine.v1alpha.GroundedGenerationService",
"methods": [
{
"shortName": "CheckGrounding",
"fullName": "google.cloud.discoveryengine.v1alpha.GroundedGenerationService.CheckGrounding",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1alpha/{grounding_config=projects/*/locations/*/groundingConfigs/*}:check"
}
]
}
]
},
{
"shortName": "ProjectService",
"fullName": "google.cloud.discoveryengine.v1alpha.ProjectService",
"methods": [
{
"shortName": "GetProject",
"fullName": "google.cloud.discoveryengine.v1alpha.ProjectService.GetProject",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*}"
}
]
},
{
"shortName": "ProvisionProject",
"fullName": "google.cloud.discoveryengine.v1alpha.ProjectService.ProvisionProject",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1alpha/{name=projects/*}:provision"
}
]
},
{
"shortName": "ReportConsentChange",
"fullName": "google.cloud.discoveryengine.v1alpha.ProjectService.ReportConsentChange",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1alpha/{project=projects/*}:reportConsentChange"
}
]
}
]
},
{
"shortName": "RankService",
"fullName": "google.cloud.discoveryengine.v1alpha.RankService",
Expand Down Expand Up @@ -61371,6 +61560,8 @@
"google.cloud.discoveryengine.v1alpha.DocumentService",
"google.cloud.discoveryengine.v1alpha.EngineService",
"google.cloud.discoveryengine.v1alpha.EstimateBillingService",
"google.cloud.discoveryengine.v1alpha.GroundedGenerationService",
"google.cloud.discoveryengine.v1alpha.ProjectService",
"google.cloud.discoveryengine.v1alpha.RankService",
"google.cloud.discoveryengine.v1alpha.RecommendationService",
"google.cloud.discoveryengine.v1alpha.SchemaService",
Expand Down

0 comments on commit 39b5b33

Please sign in to comment.