@@ -41707,49 +41707,50 @@
4170741707 "version": "v2beta",
4170841708 "majorVersion": "v2",
4170941709 "hostName": "retail.googleapis.com",
41710- "title": "Cloud Retail",
41710+ "title": "Retail API ",
4171141711 "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.",
4171241712 "importDirectories": [
4171341713 "google/api",
4171441714 "google/cloud/retail/v2beta",
4171541715 "google/longrunning",
4171641716 "google/protobuf",
41717- "google/rpc"
41717+ "google/rpc",
41718+ "google/type"
4171841719 ],
4171941720 "options": {
4172041721 "csharp_namespace": {
4172141722 "valueCounts": {
41722- "Google.Cloud.Retail.V2Beta": 10
41723+ "Google.Cloud.Retail.V2Beta": 13
4172341724 }
4172441725 },
4172541726 "go_package": {
4172641727 "valueCounts": {
41727- "google.golang.org/genproto/googleapis/cloud/retail/v2beta;retail": 10
41728+ "google.golang.org/genproto/googleapis/cloud/retail/v2beta;retail": 13
4172841729 }
4172941730 },
4173041731 "java_multiple_files": {
4173141732 "valueCounts": {
41732- "true": 10
41733+ "true": 13
4173341734 }
4173441735 },
4173541736 "java_package": {
4173641737 "valueCounts": {
41737- "com.google.cloud.retail.v2beta": 10
41738+ "com.google.cloud.retail.v2beta": 13
4173841739 }
4173941740 },
4174041741 "objc_class_prefix": {
4174141742 "valueCounts": {
41742- "RETAIL": 10
41743+ "RETAIL": 13
4174341744 }
4174441745 },
4174541746 "php_namespace": {
4174641747 "valueCounts": {
41747- "Google\\Cloud\\Retail\\V2beta": 10
41748+ "Google\\Cloud\\Retail\\V2beta": 13
4174841749 }
4174941750 },
4175041751 "ruby_package": {
4175141752 "valueCounts": {
41752- "Google::Cloud::Retail::V2beta": 10
41753+ "Google::Cloud::Retail::V2beta": 13
4175341754 }
4175441755 }
4175541756 },
4175841759 "shortName": "CatalogService",
4175941760 "fullName": "google.cloud.retail.v2beta.CatalogService",
4176041761 "methods": [
41762+ {
41763+ "shortName": "GetDefaultBranch",
41764+ "fullName": "google.cloud.retail.v2beta.CatalogService.GetDefaultBranch",
41765+ "mode": "UNARY",
41766+ "bindings": [
41767+ {
41768+ "httpMethod": "GET",
41769+ "path": "/v2beta/{catalog=projects/*/locations/*/catalogs/*}:getDefaultBranch"
41770+ }
41771+ ]
41772+ },
4176141773 {
4176241774 "shortName": "ListCatalogs",
4176341775 "fullName": "google.cloud.retail.v2beta.CatalogService.ListCatalogs",
4176941781 }
4177041782 ]
4177141783 },
41784+ {
41785+ "shortName": "SetDefaultBranch",
41786+ "fullName": "google.cloud.retail.v2beta.CatalogService.SetDefaultBranch",
41787+ "mode": "UNARY",
41788+ "bindings": [
41789+ {
41790+ "httpMethod": "POST",
41791+ "path": "/v2beta/{catalog=projects/*/locations/*/catalogs/*}:setDefaultBranch"
41792+ }
41793+ ]
41794+ },
4177241795 {
4177341796 "shortName": "UpdateCatalog",
4177441797 "fullName": "google.cloud.retail.v2beta.CatalogService.UpdateCatalog",
4178241805 }
4178341806 ]
4178441807 },
41808+ {
41809+ "shortName": "CompletionService",
41810+ "fullName": "google.cloud.retail.v2beta.CompletionService",
41811+ "methods": [
41812+ {
41813+ "shortName": "CompleteQuery",
41814+ "fullName": "google.cloud.retail.v2beta.CompletionService.CompleteQuery",
41815+ "mode": "UNARY",
41816+ "bindings": [
41817+ {
41818+ "httpMethod": "GET",
41819+ "path": "/v2beta/{catalog=projects/*/locations/*/catalogs/*}:completeQuery"
41820+ }
41821+ ]
41822+ },
41823+ {
41824+ "shortName": "ImportCompletionData",
41825+ "fullName": "google.cloud.retail.v2beta.CompletionService.ImportCompletionData",
41826+ "mode": "UNARY",
41827+ "bindings": [
41828+ {
41829+ "httpMethod": "POST",
41830+ "path": "/v2beta/{parent=projects/*/locations/*/catalogs/*}/completionData:import"
41831+ }
41832+ ]
41833+ }
41834+ ]
41835+ },
4178541836 {
4178641837 "shortName": "PredictionService",
4178741838 "fullName": "google.cloud.retail.v2beta.PredictionService",
4180341854 "shortName": "ProductService",
4180441855 "fullName": "google.cloud.retail.v2beta.ProductService",
4180541856 "methods": [
41857+ {
41858+ "shortName": "AddFulfillmentPlaces",
41859+ "fullName": "google.cloud.retail.v2beta.ProductService.AddFulfillmentPlaces",
41860+ "mode": "UNARY",
41861+ "bindings": [
41862+ {
41863+ "httpMethod": "POST",
41864+ "path": "/v2beta/{product=projects/*/locations/*/catalogs/*/branches/*/products/**}:addFulfillmentPlaces"
41865+ }
41866+ ]
41867+ },
4180641868 {
4180741869 "shortName": "CreateProduct",
4180841870 "fullName": "google.cloud.retail.v2beta.ProductService.CreateProduct",
4184741909 }
4184841910 ]
4184941911 },
41912+ {
41913+ "shortName": "ListProducts",
41914+ "fullName": "google.cloud.retail.v2beta.ProductService.ListProducts",
41915+ "mode": "UNARY",
41916+ "bindings": [
41917+ {
41918+ "httpMethod": "GET",
41919+ "path": "/v2beta/{parent=projects/*/locations/*/catalogs/*/branches/*}/products"
41920+ }
41921+ ]
41922+ },
41923+ {
41924+ "shortName": "RemoveFulfillmentPlaces",
41925+ "fullName": "google.cloud.retail.v2beta.ProductService.RemoveFulfillmentPlaces",
41926+ "mode": "UNARY",
41927+ "bindings": [
41928+ {
41929+ "httpMethod": "POST",
41930+ "path": "/v2beta/{product=projects/*/locations/*/catalogs/*/branches/*/products/**}:removeFulfillmentPlaces"
41931+ }
41932+ ]
41933+ },
41934+ {
41935+ "shortName": "SetInventory",
41936+ "fullName": "google.cloud.retail.v2beta.ProductService.SetInventory",
41937+ "mode": "UNARY",
41938+ "bindings": [
41939+ {
41940+ "httpMethod": "POST",
41941+ "path": "/v2beta/{inventory.name=projects/*/locations/*/catalogs/*/branches/*/products/**}:setInventory"
41942+ }
41943+ ]
41944+ },
4185041945 {
4185141946 "shortName": "UpdateProduct",
4185241947 "fullName": "google.cloud.retail.v2beta.ProductService.UpdateProduct",
4186041955 }
4186141956 ]
4186241957 },
41958+ {
41959+ "shortName": "SearchService",
41960+ "fullName": "google.cloud.retail.v2beta.SearchService",
41961+ "methods": [
41962+ {
41963+ "shortName": "Search",
41964+ "fullName": "google.cloud.retail.v2beta.SearchService.Search",
41965+ "mode": "UNARY",
41966+ "bindings": [
41967+ {
41968+ "httpMethod": "POST",
41969+ "path": "/v2beta/{placement=projects/*/locations/*/catalogs/*/placements/*}:search"
41970+ }
41971+ ]
41972+ }
41973+ ]
41974+ },
4186341975 {
4186441976 "shortName": "UserEventService",
4186541977 "fullName": "google.cloud.retail.v2beta.UserEventService",
0 commit comments