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 10, 2024
1 parent 5fadb63 commit f46478b
Showing 1 changed file with 209 additions and 7 deletions.
216 changes: 209 additions & 7 deletions api-index-v1.json
Expand Up @@ -61373,37 +61373,37 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.DiscoveryEngine.V1Beta": 25
"Google.Cloud.DiscoveryEngine.V1Beta": 30
}
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/discoveryengine/apiv1beta/discoveryenginepb;discoveryenginepb": 25
"cloud.google.com/go/discoveryengine/apiv1beta/discoveryenginepb;discoveryenginepb": 30
}
},
"java_multiple_files": {
"valueCounts": {
"true": 25
"true": 30
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.discoveryengine.v1beta": 25
"com.google.cloud.discoveryengine.v1beta": 30
}
},
"objc_class_prefix": {
"valueCounts": {
"DISCOVERYENGINE": 25
"DISCOVERYENGINE": 30
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\DiscoveryEngine\\V1beta": 25
"Google\\Cloud\\DiscoveryEngine\\V1beta": 30
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::DiscoveryEngine::V1beta": 25
"Google::Cloud::DiscoveryEngine::V1beta": 30
}
}
},
Expand Down Expand Up @@ -61463,6 +61463,25 @@
"shortName": "ConversationalSearchService",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService",
"methods": [
{
"shortName": "AnswerQuery",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService.AnswerQuery",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:answer"
},
{
"httpMethod": "POST",
"path": "/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:answer"
},
{
"httpMethod": "POST",
"path": "/v1beta/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:answer"
}
]
},
{
"shortName": "ConverseConversation",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService.ConverseConversation",
Expand Down Expand Up @@ -61501,6 +61520,25 @@
}
]
},
{
"shortName": "CreateSession",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService.CreateSession",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/sessions"
},
{
"httpMethod": "POST",
"path": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/sessions"
},
{
"httpMethod": "POST",
"path": "/v1beta/{parent=projects/*/locations/*/collections/*/engines/*}/sessions"
}
]
},
{
"shortName": "DeleteConversation",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService.DeleteConversation",
Expand All @@ -61520,6 +61558,44 @@
}
]
},
{
"shortName": "DeleteSession",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService.DeleteSession",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1beta/{name=projects/*/locations/*/dataStores/*/sessions/*}"
},
{
"httpMethod": "DELETE",
"path": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/sessions/*}"
},
{
"httpMethod": "DELETE",
"path": "/v1beta/{name=projects/*/locations/*/collections/*/engines/*/sessions/*}"
}
]
},
{
"shortName": "GetAnswer",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService.GetAnswer",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta/{name=projects/*/locations/*/dataStores/*/sessions/*/answers/*}"
},
{
"httpMethod": "GET",
"path": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/sessions/*/answers/*}"
},
{
"httpMethod": "GET",
"path": "/v1beta/{name=projects/*/locations/*/collections/*/engines/*/sessions/*/answers/*}"
}
]
},
{
"shortName": "GetConversation",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService.GetConversation",
Expand All @@ -61539,6 +61615,25 @@
}
]
},
{
"shortName": "GetSession",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService.GetSession",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta/{name=projects/*/locations/*/dataStores/*/sessions/*}"
},
{
"httpMethod": "GET",
"path": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/sessions/*}"
},
{
"httpMethod": "GET",
"path": "/v1beta/{name=projects/*/locations/*/collections/*/engines/*/sessions/*}"
}
]
},
{
"shortName": "ListConversations",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService.ListConversations",
Expand All @@ -61558,6 +61653,25 @@
}
]
},
{
"shortName": "ListSessions",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService.ListSessions",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/sessions"
},
{
"httpMethod": "GET",
"path": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/sessions"
},
{
"httpMethod": "GET",
"path": "/v1beta/{parent=projects/*/locations/*/collections/*/engines/*}/sessions"
}
]
},
{
"shortName": "UpdateConversation",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService.UpdateConversation",
Expand All @@ -61576,6 +61690,25 @@
"path": "/v1beta/{conversation.name=projects/*/locations/*/collections/*/engines/*/conversations/*}"
}
]
},
{
"shortName": "UpdateSession",
"fullName": "google.cloud.discoveryengine.v1beta.ConversationalSearchService.UpdateSession",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1beta/{session.name=projects/*/locations/*/dataStores/*/sessions/*}"
},
{
"httpMethod": "PATCH",
"path": "/v1beta/{session.name=projects/*/locations/*/collections/*/dataStores/*/sessions/*}"
},
{
"httpMethod": "PATCH",
"path": "/v1beta/{session.name=projects/*/locations/*/collections/*/engines/*/sessions/*}"
}
]
}
]
},
Expand Down Expand Up @@ -61819,6 +61952,39 @@
}
]
},
{
"shortName": "PauseEngine",
"fullName": "google.cloud.discoveryengine.v1beta.EngineService.PauseEngine",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta/{name=projects/*/locations/*/collections/*/engines/*}:pause"
}
]
},
{
"shortName": "ResumeEngine",
"fullName": "google.cloud.discoveryengine.v1beta.EngineService.ResumeEngine",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta/{name=projects/*/locations/*/collections/*/engines/*}:resume"
}
]
},
{
"shortName": "TuneEngine",
"fullName": "google.cloud.discoveryengine.v1beta.EngineService.TuneEngine",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta/{name=projects/*/locations/*/collections/*/engines/*}:tune"
}
]
},
{
"shortName": "UpdateEngine",
"fullName": "google.cloud.discoveryengine.v1beta.EngineService.UpdateEngine",
Expand All @@ -61832,6 +61998,40 @@
}
]
},
{
"shortName": "GroundedGenerationService",
"fullName": "google.cloud.discoveryengine.v1beta.GroundedGenerationService",
"methods": [
{
"shortName": "CheckGrounding",
"fullName": "google.cloud.discoveryengine.v1beta.GroundedGenerationService.CheckGrounding",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta/{grounding_config=projects/*/locations/*/groundingConfigs/*}:check"
}
]
}
]
},
{
"shortName": "RankService",
"fullName": "google.cloud.discoveryengine.v1beta.RankService",
"methods": [
{
"shortName": "Rank",
"fullName": "google.cloud.discoveryengine.v1beta.RankService.Rank",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta/{ranking_config=projects/*/locations/*/rankingConfigs/*}:rank"
}
]
}
]
},
{
"shortName": "RecommendationService",
"fullName": "google.cloud.discoveryengine.v1beta.RecommendationService",
Expand Down Expand Up @@ -62280,6 +62480,8 @@
"google.cloud.discoveryengine.v1beta.DataStoreService",
"google.cloud.discoveryengine.v1beta.DocumentService",
"google.cloud.discoveryengine.v1beta.EngineService",
"google.cloud.discoveryengine.v1beta.GroundedGenerationService",
"google.cloud.discoveryengine.v1beta.RankService",
"google.cloud.discoveryengine.v1beta.RecommendationService",
"google.cloud.discoveryengine.v1beta.SchemaService",
"google.cloud.discoveryengine.v1beta.SearchService",
Expand Down

0 comments on commit f46478b

Please sign in to comment.