Skip to content

Commit 9cd96ae

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent fe82a75 commit 9cd96ae

1 file changed

Lines changed: 121 additions & 9 deletions

File tree

api-index-v1.json

Lines changed: 121 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41040,49 +41040,50 @@
4104041040
"version": "v2alpha",
4104141041
"majorVersion": "v2",
4104241042
"hostName": "retail.googleapis.com",
41043-
"title": "Cloud Retail",
41043+
"title": "Retail API",
4104441044
"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.",
4104541045
"importDirectories": [
4104641046
"google/api",
4104741047
"google/cloud/retail/v2alpha",
4104841048
"google/longrunning",
4104941049
"google/protobuf",
41050-
"google/rpc"
41050+
"google/rpc",
41051+
"google/type"
4105141052
],
4105241053
"options": {
4105341054
"csharp_namespace": {
4105441055
"valueCounts": {
41055-
"Google.Cloud.Retail.V2Alpha": 10
41056+
"Google.Cloud.Retail.V2Alpha": 13
4105641057
}
4105741058
},
4105841059
"go_package": {
4105941060
"valueCounts": {
41060-
"google.golang.org/genproto/googleapis/cloud/retail/v2alpha;retail": 10
41061+
"google.golang.org/genproto/googleapis/cloud/retail/v2alpha;retail": 13
4106141062
}
4106241063
},
4106341064
"java_multiple_files": {
4106441065
"valueCounts": {
41065-
"true": 10
41066+
"true": 13
4106641067
}
4106741068
},
4106841069
"java_package": {
4106941070
"valueCounts": {
41070-
"com.google.cloud.retail.v2alpha": 10
41071+
"com.google.cloud.retail.v2alpha": 13
4107141072
}
4107241073
},
4107341074
"objc_class_prefix": {
4107441075
"valueCounts": {
41075-
"RETAIL": 10
41076+
"RETAIL": 13
4107641077
}
4107741078
},
4107841079
"php_namespace": {
4107941080
"valueCounts": {
41080-
"Google\\Cloud\\Retail\\V2alpha": 10
41081+
"Google\\Cloud\\Retail\\V2alpha": 13
4108141082
}
4108241083
},
4108341084
"ruby_package": {
4108441085
"valueCounts": {
41085-
"Google::Cloud::Retail::V2alpha": 10
41086+
"Google::Cloud::Retail::V2alpha": 13
4108641087
}
4108741088
}
4108841089
},
@@ -41091,6 +41092,17 @@
4109141092
"shortName": "CatalogService",
4109241093
"fullName": "google.cloud.retail.v2alpha.CatalogService",
4109341094
"methods": [
41095+
{
41096+
"shortName": "GetDefaultBranch",
41097+
"fullName": "google.cloud.retail.v2alpha.CatalogService.GetDefaultBranch",
41098+
"mode": "UNARY",
41099+
"bindings": [
41100+
{
41101+
"httpMethod": "GET",
41102+
"path": "/v2alpha/{catalog=projects/*/locations/*/catalogs/*}:getDefaultBranch"
41103+
}
41104+
]
41105+
},
4109441106
{
4109541107
"shortName": "ListCatalogs",
4109641108
"fullName": "google.cloud.retail.v2alpha.CatalogService.ListCatalogs",
@@ -41102,6 +41114,17 @@
4110241114
}
4110341115
]
4110441116
},
41117+
{
41118+
"shortName": "SetDefaultBranch",
41119+
"fullName": "google.cloud.retail.v2alpha.CatalogService.SetDefaultBranch",
41120+
"mode": "UNARY",
41121+
"bindings": [
41122+
{
41123+
"httpMethod": "POST",
41124+
"path": "/v2alpha/{catalog=projects/*/locations/*/catalogs/*}:setDefaultBranch"
41125+
}
41126+
]
41127+
},
4110541128
{
4110641129
"shortName": "UpdateCatalog",
4110741130
"fullName": "google.cloud.retail.v2alpha.CatalogService.UpdateCatalog",
@@ -41115,6 +41138,34 @@
4111541138
}
4111641139
]
4111741140
},
41141+
{
41142+
"shortName": "CompletionService",
41143+
"fullName": "google.cloud.retail.v2alpha.CompletionService",
41144+
"methods": [
41145+
{
41146+
"shortName": "CompleteQuery",
41147+
"fullName": "google.cloud.retail.v2alpha.CompletionService.CompleteQuery",
41148+
"mode": "UNARY",
41149+
"bindings": [
41150+
{
41151+
"httpMethod": "GET",
41152+
"path": "/v2alpha/{catalog=projects/*/locations/*/catalogs/*}:completeQuery"
41153+
}
41154+
]
41155+
},
41156+
{
41157+
"shortName": "ImportCompletionData",
41158+
"fullName": "google.cloud.retail.v2alpha.CompletionService.ImportCompletionData",
41159+
"mode": "UNARY",
41160+
"bindings": [
41161+
{
41162+
"httpMethod": "POST",
41163+
"path": "/v2alpha/{parent=projects/*/locations/*/catalogs/*}/completionData:import"
41164+
}
41165+
]
41166+
}
41167+
]
41168+
},
4111841169
{
4111941170
"shortName": "PredictionService",
4112041171
"fullName": "google.cloud.retail.v2alpha.PredictionService",
@@ -41136,6 +41187,17 @@
4113641187
"shortName": "ProductService",
4113741188
"fullName": "google.cloud.retail.v2alpha.ProductService",
4113841189
"methods": [
41190+
{
41191+
"shortName": "AddFulfillmentPlaces",
41192+
"fullName": "google.cloud.retail.v2alpha.ProductService.AddFulfillmentPlaces",
41193+
"mode": "UNARY",
41194+
"bindings": [
41195+
{
41196+
"httpMethod": "POST",
41197+
"path": "/v2alpha/{product=projects/*/locations/*/catalogs/*/branches/*/products/**}:addFulfillmentPlaces"
41198+
}
41199+
]
41200+
},
4113941201
{
4114041202
"shortName": "CreateProduct",
4114141203
"fullName": "google.cloud.retail.v2alpha.ProductService.CreateProduct",
@@ -41180,6 +41242,39 @@
4118041242
}
4118141243
]
4118241244
},
41245+
{
41246+
"shortName": "ListProducts",
41247+
"fullName": "google.cloud.retail.v2alpha.ProductService.ListProducts",
41248+
"mode": "UNARY",
41249+
"bindings": [
41250+
{
41251+
"httpMethod": "GET",
41252+
"path": "/v2alpha/{parent=projects/*/locations/*/catalogs/*/branches/*}/products"
41253+
}
41254+
]
41255+
},
41256+
{
41257+
"shortName": "RemoveFulfillmentPlaces",
41258+
"fullName": "google.cloud.retail.v2alpha.ProductService.RemoveFulfillmentPlaces",
41259+
"mode": "UNARY",
41260+
"bindings": [
41261+
{
41262+
"httpMethod": "POST",
41263+
"path": "/v2alpha/{product=projects/*/locations/*/catalogs/*/branches/*/products/**}:removeFulfillmentPlaces"
41264+
}
41265+
]
41266+
},
41267+
{
41268+
"shortName": "SetInventory",
41269+
"fullName": "google.cloud.retail.v2alpha.ProductService.SetInventory",
41270+
"mode": "UNARY",
41271+
"bindings": [
41272+
{
41273+
"httpMethod": "POST",
41274+
"path": "/v2alpha/{inventory.name=projects/*/locations/*/catalogs/*/branches/*/products/**}:setInventory"
41275+
}
41276+
]
41277+
},
4118341278
{
4118441279
"shortName": "UpdateProduct",
4118541280
"fullName": "google.cloud.retail.v2alpha.ProductService.UpdateProduct",
@@ -41193,6 +41288,23 @@
4119341288
}
4119441289
]
4119541290
},
41291+
{
41292+
"shortName": "SearchService",
41293+
"fullName": "google.cloud.retail.v2alpha.SearchService",
41294+
"methods": [
41295+
{
41296+
"shortName": "Search",
41297+
"fullName": "google.cloud.retail.v2alpha.SearchService.Search",
41298+
"mode": "UNARY",
41299+
"bindings": [
41300+
{
41301+
"httpMethod": "POST",
41302+
"path": "/v2alpha/{placement=projects/*/locations/*/catalogs/*/placements/*}:search"
41303+
}
41304+
]
41305+
}
41306+
]
41307+
},
4119641308
{
4119741309
"shortName": "UserEventService",
4119841310
"fullName": "google.cloud.retail.v2alpha.UserEventService",

0 commit comments

Comments
 (0)