@@ -40860,42 +40860,43 @@
4086040860 "google/cloud/retail/v2",
4086140861 "google/longrunning",
4086240862 "google/protobuf",
40863- "google/rpc"
40863+ "google/rpc",
40864+ "google/type"
4086440865 ],
4086540866 "options": {
4086640867 "csharp_namespace": {
4086740868 "valueCounts": {
40868- "Google.Cloud.Retail.V2": 10
40869+ "Google.Cloud.Retail.V2": 12
4086940870 }
4087040871 },
4087140872 "go_package": {
4087240873 "valueCounts": {
40873- "google.golang.org/genproto/googleapis/cloud/retail/v2;retail": 10
40874+ "google.golang.org/genproto/googleapis/cloud/retail/v2;retail": 12
4087440875 }
4087540876 },
4087640877 "java_multiple_files": {
4087740878 "valueCounts": {
40878- "true": 10
40879+ "true": 12
4087940880 }
4088040881 },
4088140882 "java_package": {
4088240883 "valueCounts": {
40883- "com.google.cloud.retail.v2": 10
40884+ "com.google.cloud.retail.v2": 12
4088440885 }
4088540886 },
4088640887 "objc_class_prefix": {
4088740888 "valueCounts": {
40888- "RETAIL": 10
40889+ "RETAIL": 12
4088940890 }
4089040891 },
4089140892 "php_namespace": {
4089240893 "valueCounts": {
40893- "Google\\Cloud\\Retail\\V2": 10
40894+ "Google\\Cloud\\Retail\\V2": 12
4089440895 }
4089540896 },
4089640897 "ruby_package": {
4089740898 "valueCounts": {
40898- "Google::Cloud::Retail::V2": 10
40899+ "Google::Cloud::Retail::V2": 12
4089940900 }
4090040901 }
4090140902 },
4090440905 "shortName": "CatalogService",
4090540906 "fullName": "google.cloud.retail.v2.CatalogService",
4090640907 "methods": [
40908+ {
40909+ "shortName": "GetDefaultBranch",
40910+ "fullName": "google.cloud.retail.v2.CatalogService.GetDefaultBranch",
40911+ "mode": "UNARY",
40912+ "bindings": [
40913+ {
40914+ "httpMethod": "GET",
40915+ "path": "/v2/{catalog=projects/*/locations/*/catalogs/*}:getDefaultBranch"
40916+ }
40917+ ]
40918+ },
4090740919 {
4090840920 "shortName": "ListCatalogs",
4090940921 "fullName": "google.cloud.retail.v2.CatalogService.ListCatalogs",
4091540927 }
4091640928 ]
4091740929 },
40930+ {
40931+ "shortName": "SetDefaultBranch",
40932+ "fullName": "google.cloud.retail.v2.CatalogService.SetDefaultBranch",
40933+ "mode": "UNARY",
40934+ "bindings": [
40935+ {
40936+ "httpMethod": "POST",
40937+ "path": "/v2/{catalog=projects/*/locations/*/catalogs/*}:setDefaultBranch"
40938+ }
40939+ ]
40940+ },
4091840941 {
4091940942 "shortName": "UpdateCatalog",
4092040943 "fullName": "google.cloud.retail.v2.CatalogService.UpdateCatalog",
4092840951 }
4092940952 ]
4093040953 },
40954+ {
40955+ "shortName": "CompletionService",
40956+ "fullName": "google.cloud.retail.v2.CompletionService",
40957+ "methods": [
40958+ {
40959+ "shortName": "CompleteQuery",
40960+ "fullName": "google.cloud.retail.v2.CompletionService.CompleteQuery",
40961+ "mode": "UNARY",
40962+ "bindings": [
40963+ {
40964+ "httpMethod": "GET",
40965+ "path": "/v2/{catalog=projects/*/locations/*/catalogs/*}:completeQuery"
40966+ }
40967+ ]
40968+ },
40969+ {
40970+ "shortName": "ImportCompletionData",
40971+ "fullName": "google.cloud.retail.v2.CompletionService.ImportCompletionData",
40972+ "mode": "UNARY",
40973+ "bindings": [
40974+ {
40975+ "httpMethod": "POST",
40976+ "path": "/v2/{parent=projects/*/locations/*/catalogs/*}/completionData:import"
40977+ }
40978+ ]
40979+ }
40980+ ]
40981+ },
4093140982 {
4093240983 "shortName": "PredictionService",
4093340984 "fullName": "google.cloud.retail.v2.PredictionService",
4094941000 "shortName": "ProductService",
4095041001 "fullName": "google.cloud.retail.v2.ProductService",
4095141002 "methods": [
41003+ {
41004+ "shortName": "AddFulfillmentPlaces",
41005+ "fullName": "google.cloud.retail.v2.ProductService.AddFulfillmentPlaces",
41006+ "mode": "UNARY",
41007+ "bindings": [
41008+ {
41009+ "httpMethod": "POST",
41010+ "path": "/v2/{product=projects/*/locations/*/catalogs/*/branches/*/products/**}:addFulfillmentPlaces"
41011+ }
41012+ ]
41013+ },
4095241014 {
4095341015 "shortName": "CreateProduct",
4095441016 "fullName": "google.cloud.retail.v2.ProductService.CreateProduct",
4099341055 }
4099441056 ]
4099541057 },
41058+ {
41059+ "shortName": "ListProducts",
41060+ "fullName": "google.cloud.retail.v2.ProductService.ListProducts",
41061+ "mode": "UNARY",
41062+ "bindings": [
41063+ {
41064+ "httpMethod": "GET",
41065+ "path": "/v2/{parent=projects/*/locations/*/catalogs/*/branches/*}/products"
41066+ }
41067+ ]
41068+ },
41069+ {
41070+ "shortName": "RemoveFulfillmentPlaces",
41071+ "fullName": "google.cloud.retail.v2.ProductService.RemoveFulfillmentPlaces",
41072+ "mode": "UNARY",
41073+ "bindings": [
41074+ {
41075+ "httpMethod": "POST",
41076+ "path": "/v2/{product=projects/*/locations/*/catalogs/*/branches/*/products/**}:removeFulfillmentPlaces"
41077+ }
41078+ ]
41079+ },
41080+ {
41081+ "shortName": "SetInventory",
41082+ "fullName": "google.cloud.retail.v2.ProductService.SetInventory",
41083+ "mode": "UNARY",
41084+ "bindings": [
41085+ {
41086+ "httpMethod": "POST",
41087+ "path": "/v2/{inventory.name=projects/*/locations/*/catalogs/*/branches/*/products/**}:setInventory"
41088+ }
41089+ ]
41090+ },
4099641091 {
4099741092 "shortName": "UpdateProduct",
4099841093 "fullName": "google.cloud.retail.v2.ProductService.UpdateProduct",
4100641101 }
4100741102 ]
4100841103 },
41104+ {
41105+ "shortName": "SearchService",
41106+ "fullName": "google.cloud.retail.v2.SearchService",
41107+ "methods": [
41108+ {
41109+ "shortName": "Search",
41110+ "fullName": "google.cloud.retail.v2.SearchService.Search",
41111+ "mode": "UNARY",
41112+ "bindings": [
41113+ {
41114+ "httpMethod": "POST",
41115+ "path": "/v2/{placement=projects/*/locations/*/catalogs/*/placements/*}:search"
41116+ }
41117+ ]
41118+ }
41119+ ]
41120+ },
4100941121 {
4101041122 "shortName": "UserEventService",
4101141123 "fullName": "google.cloud.retail.v2.UserEventService",
0 commit comments