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 Jul 26, 2021
1 parent fe82a75 commit 9cd96ae
Showing 1 changed file with 121 additions and 9 deletions.
130 changes: 121 additions & 9 deletions api-index-v1.json
Expand Up @@ -41040,49 +41040,50 @@
"version": "v2alpha",
"majorVersion": "v2",
"hostName": "retail.googleapis.com",
"title": "Cloud Retail",
"title": "Retail API",
"description": "Cloud Retail service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud.",
"importDirectories": [
"google/api",
"google/cloud/retail/v2alpha",
"google/longrunning",
"google/protobuf",
"google/rpc"
"google/rpc",
"google/type"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.Retail.V2Alpha": 10
"Google.Cloud.Retail.V2Alpha": 13
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/retail/v2alpha;retail": 10
"google.golang.org/genproto/googleapis/cloud/retail/v2alpha;retail": 13
}
},
"java_multiple_files": {
"valueCounts": {
"true": 10
"true": 13
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.retail.v2alpha": 10
"com.google.cloud.retail.v2alpha": 13
}
},
"objc_class_prefix": {
"valueCounts": {
"RETAIL": 10
"RETAIL": 13
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\Retail\\V2alpha": 10
"Google\\Cloud\\Retail\\V2alpha": 13
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::Retail::V2alpha": 10
"Google::Cloud::Retail::V2alpha": 13
}
}
},
Expand All @@ -41091,6 +41092,17 @@
"shortName": "CatalogService",
"fullName": "google.cloud.retail.v2alpha.CatalogService",
"methods": [
{
"shortName": "GetDefaultBranch",
"fullName": "google.cloud.retail.v2alpha.CatalogService.GetDefaultBranch",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v2alpha/{catalog=projects/*/locations/*/catalogs/*}:getDefaultBranch"
}
]
},
{
"shortName": "ListCatalogs",
"fullName": "google.cloud.retail.v2alpha.CatalogService.ListCatalogs",
Expand All @@ -41102,6 +41114,17 @@
}
]
},
{
"shortName": "SetDefaultBranch",
"fullName": "google.cloud.retail.v2alpha.CatalogService.SetDefaultBranch",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2alpha/{catalog=projects/*/locations/*/catalogs/*}:setDefaultBranch"
}
]
},
{
"shortName": "UpdateCatalog",
"fullName": "google.cloud.retail.v2alpha.CatalogService.UpdateCatalog",
Expand All @@ -41115,6 +41138,34 @@
}
]
},
{
"shortName": "CompletionService",
"fullName": "google.cloud.retail.v2alpha.CompletionService",
"methods": [
{
"shortName": "CompleteQuery",
"fullName": "google.cloud.retail.v2alpha.CompletionService.CompleteQuery",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v2alpha/{catalog=projects/*/locations/*/catalogs/*}:completeQuery"
}
]
},
{
"shortName": "ImportCompletionData",
"fullName": "google.cloud.retail.v2alpha.CompletionService.ImportCompletionData",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2alpha/{parent=projects/*/locations/*/catalogs/*}/completionData:import"
}
]
}
]
},
{
"shortName": "PredictionService",
"fullName": "google.cloud.retail.v2alpha.PredictionService",
Expand All @@ -41136,6 +41187,17 @@
"shortName": "ProductService",
"fullName": "google.cloud.retail.v2alpha.ProductService",
"methods": [
{
"shortName": "AddFulfillmentPlaces",
"fullName": "google.cloud.retail.v2alpha.ProductService.AddFulfillmentPlaces",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2alpha/{product=projects/*/locations/*/catalogs/*/branches/*/products/**}:addFulfillmentPlaces"
}
]
},
{
"shortName": "CreateProduct",
"fullName": "google.cloud.retail.v2alpha.ProductService.CreateProduct",
Expand Down Expand Up @@ -41180,6 +41242,39 @@
}
]
},
{
"shortName": "ListProducts",
"fullName": "google.cloud.retail.v2alpha.ProductService.ListProducts",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v2alpha/{parent=projects/*/locations/*/catalogs/*/branches/*}/products"
}
]
},
{
"shortName": "RemoveFulfillmentPlaces",
"fullName": "google.cloud.retail.v2alpha.ProductService.RemoveFulfillmentPlaces",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2alpha/{product=projects/*/locations/*/catalogs/*/branches/*/products/**}:removeFulfillmentPlaces"
}
]
},
{
"shortName": "SetInventory",
"fullName": "google.cloud.retail.v2alpha.ProductService.SetInventory",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2alpha/{inventory.name=projects/*/locations/*/catalogs/*/branches/*/products/**}:setInventory"
}
]
},
{
"shortName": "UpdateProduct",
"fullName": "google.cloud.retail.v2alpha.ProductService.UpdateProduct",
Expand All @@ -41193,6 +41288,23 @@
}
]
},
{
"shortName": "SearchService",
"fullName": "google.cloud.retail.v2alpha.SearchService",
"methods": [
{
"shortName": "Search",
"fullName": "google.cloud.retail.v2alpha.SearchService.Search",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2alpha/{placement=projects/*/locations/*/catalogs/*/placements/*}:search"
}
]
}
]
},
{
"shortName": "UserEventService",
"fullName": "google.cloud.retail.v2alpha.UserEventService",
Expand Down

0 comments on commit 9cd96ae

Please sign in to comment.