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 4, 2024
1 parent 624b052 commit e0677a3
Showing 1 changed file with 40 additions and 7 deletions.
47 changes: 40 additions & 7 deletions api-index-v1.json
Expand Up @@ -60240,37 +60240,37 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.DiscoveryEngine.V1Alpha": 30
"Google.Cloud.DiscoveryEngine.V1Alpha": 31
}
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/discoveryengine/apiv1alpha/discoveryenginepb;discoveryenginepb": 30
"cloud.google.com/go/discoveryengine/apiv1alpha/discoveryenginepb;discoveryenginepb": 31
}
},
"java_multiple_files": {
"valueCounts": {
"true": 30
"true": 31
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.discoveryengine.v1alpha": 30
"com.google.cloud.discoveryengine.v1alpha": 31
}
},
"objc_class_prefix": {
"valueCounts": {
"DISCOVERYENGINE": 30
"DISCOVERYENGINE": 31
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\DiscoveryEngine\\V1alpha": 30
"Google\\Cloud\\DiscoveryEngine\\V1alpha": 31
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::DiscoveryEngine::V1alpha": 30
"Google::Cloud::DiscoveryEngine::V1alpha": 31
}
}
},
Expand Down Expand Up @@ -60670,6 +60670,21 @@
}
]
},
{
"shortName": "GetProcessedDocument",
"fullName": "google.cloud.discoveryengine.v1alpha.DocumentService.GetProcessedDocument",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}:getProcessedDocument"
},
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}:getProcessedDocument"
}
]
},
{
"shortName": "ImportDocuments",
"fullName": "google.cloud.discoveryengine.v1alpha.DocumentService.ImportDocuments",
Expand Down Expand Up @@ -60843,6 +60858,23 @@
}
]
},
{
"shortName": "RankService",
"fullName": "google.cloud.discoveryengine.v1alpha.RankService",
"methods": [
{
"shortName": "Rank",
"fullName": "google.cloud.discoveryengine.v1alpha.RankService.Rank",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1alpha/{ranking_config=projects/*/locations/*/rankingConfigs/*}:rank"
}
]
}
]
},
{
"shortName": "RecommendationService",
"fullName": "google.cloud.discoveryengine.v1alpha.RecommendationService",
Expand Down Expand Up @@ -61309,6 +61341,7 @@
"google.cloud.discoveryengine.v1alpha.DocumentService",
"google.cloud.discoveryengine.v1alpha.EngineService",
"google.cloud.discoveryengine.v1alpha.EstimateBillingService",
"google.cloud.discoveryengine.v1alpha.RankService",
"google.cloud.discoveryengine.v1alpha.RecommendationService",
"google.cloud.discoveryengine.v1alpha.SchemaService",
"google.cloud.discoveryengine.v1alpha.SearchService",
Expand Down

0 comments on commit e0677a3

Please sign in to comment.