@@ -61022,37 +61022,37 @@
6102261022 "options": {
6102361023 "csharp_namespace": {
6102461024 "valueCounts": {
61025- "Google.Cloud.Retail.V2": 13
61025+ "Google.Cloud.Retail.V2": 17
6102661026 }
6102761027 },
6102861028 "go_package": {
6102961029 "valueCounts": {
61030- "google.golang.org/genproto/googleapis/cloud/retail/v2;retail": 13
61030+ "google.golang.org/genproto/googleapis/cloud/retail/v2;retail": 17
6103161031 }
6103261032 },
6103361033 "java_multiple_files": {
6103461034 "valueCounts": {
61035- "true": 13
61035+ "true": 17
6103661036 }
6103761037 },
6103861038 "java_package": {
6103961039 "valueCounts": {
61040- "com.google.cloud.retail.v2": 13
61040+ "com.google.cloud.retail.v2": 17
6104161041 }
6104261042 },
6104361043 "objc_class_prefix": {
6104461044 "valueCounts": {
61045- "RETAIL": 13
61045+ "RETAIL": 17
6104661046 }
6104761047 },
6104861048 "php_namespace": {
6104961049 "valueCounts": {
61050- "Google\\Cloud\\Retail\\V2": 13
61050+ "Google\\Cloud\\Retail\\V2": 17
6105161051 }
6105261052 },
6105361053 "ruby_package": {
6105461054 "valueCounts": {
61055- "Google::Cloud::Retail::V2": 13
61055+ "Google::Cloud::Retail::V2": 17
6105661056 }
6105761057 }
6105861058 },
6106161061 "shortName": "CatalogService",
6106261062 "fullName": "google.cloud.retail.v2.CatalogService",
6106361063 "methods": [
61064+ {
61065+ "shortName": "AddCatalogAttribute",
61066+ "fullName": "google.cloud.retail.v2.CatalogService.AddCatalogAttribute",
61067+ "mode": "UNARY",
61068+ "bindings": [
61069+ {
61070+ "httpMethod": "POST",
61071+ "path": "/v2/{attributes_config=projects/*/locations/*/catalogs/*/attributesConfig}:addCatalogAttribute"
61072+ }
61073+ ]
61074+ },
61075+ {
61076+ "shortName": "GetAttributesConfig",
61077+ "fullName": "google.cloud.retail.v2.CatalogService.GetAttributesConfig",
61078+ "mode": "UNARY",
61079+ "bindings": [
61080+ {
61081+ "httpMethod": "GET",
61082+ "path": "/v2/{name=projects/*/locations/*/catalogs/*/attributesConfig}"
61083+ }
61084+ ]
61085+ },
61086+ {
61087+ "shortName": "GetCompletionConfig",
61088+ "fullName": "google.cloud.retail.v2.CatalogService.GetCompletionConfig",
61089+ "mode": "UNARY",
61090+ "bindings": [
61091+ {
61092+ "httpMethod": "GET",
61093+ "path": "/v2/{name=projects/*/locations/*/catalogs/*/completionConfig}"
61094+ }
61095+ ]
61096+ },
6106461097 {
6106561098 "shortName": "GetDefaultBranch",
6106661099 "fullName": "google.cloud.retail.v2.CatalogService.GetDefaultBranch",
6108361116 }
6108461117 ]
6108561118 },
61119+ {
61120+ "shortName": "RemoveCatalogAttribute",
61121+ "fullName": "google.cloud.retail.v2.CatalogService.RemoveCatalogAttribute",
61122+ "mode": "UNARY",
61123+ "bindings": [
61124+ {
61125+ "httpMethod": "POST",
61126+ "path": "/v2/{attributes_config=projects/*/locations/*/catalogs/*/attributesConfig}:removeCatalogAttribute"
61127+ }
61128+ ]
61129+ },
61130+ {
61131+ "shortName": "ReplaceCatalogAttribute",
61132+ "fullName": "google.cloud.retail.v2.CatalogService.ReplaceCatalogAttribute",
61133+ "mode": "UNARY",
61134+ "bindings": [
61135+ {
61136+ "httpMethod": "POST",
61137+ "path": "/v2/{attributes_config=projects/*/locations/*/catalogs/*/attributesConfig}:replaceCatalogAttribute"
61138+ }
61139+ ]
61140+ },
6108661141 {
6108761142 "shortName": "SetDefaultBranch",
6108861143 "fullName": "google.cloud.retail.v2.CatalogService.SetDefaultBranch",
6109461149 }
6109561150 ]
6109661151 },
61152+ {
61153+ "shortName": "UpdateAttributesConfig",
61154+ "fullName": "google.cloud.retail.v2.CatalogService.UpdateAttributesConfig",
61155+ "mode": "UNARY",
61156+ "bindings": [
61157+ {
61158+ "httpMethod": "PATCH",
61159+ "path": "/v2/{attributes_config.name=projects/*/locations/*/catalogs/*/attributesConfig}"
61160+ }
61161+ ]
61162+ },
6109761163 {
6109861164 "shortName": "UpdateCatalog",
6109961165 "fullName": "google.cloud.retail.v2.CatalogService.UpdateCatalog",
6110461170 "path": "/v2/{catalog.name=projects/*/locations/*/catalogs/*}"
6110561171 }
6110661172 ]
61173+ },
61174+ {
61175+ "shortName": "UpdateCompletionConfig",
61176+ "fullName": "google.cloud.retail.v2.CatalogService.UpdateCompletionConfig",
61177+ "mode": "UNARY",
61178+ "bindings": [
61179+ {
61180+ "httpMethod": "PATCH",
61181+ "path": "/v2/{completion_config.name=projects/*/locations/*/catalogs/*/completionConfig}"
61182+ }
61183+ ]
6110761184 }
6110861185 ]
6110961186 },
6113561212 }
6113661213 ]
6113761214 },
61215+ {
61216+ "shortName": "ControlService",
61217+ "fullName": "google.cloud.retail.v2.ControlService",
61218+ "methods": [
61219+ {
61220+ "shortName": "CreateControl",
61221+ "fullName": "google.cloud.retail.v2.ControlService.CreateControl",
61222+ "mode": "UNARY",
61223+ "bindings": [
61224+ {
61225+ "httpMethod": "POST",
61226+ "path": "/v2/{parent=projects/*/locations/*/catalogs/*}/controls"
61227+ }
61228+ ]
61229+ },
61230+ {
61231+ "shortName": "DeleteControl",
61232+ "fullName": "google.cloud.retail.v2.ControlService.DeleteControl",
61233+ "mode": "UNARY",
61234+ "bindings": [
61235+ {
61236+ "httpMethod": "DELETE",
61237+ "path": "/v2/{name=projects/*/locations/*/catalogs/*/controls/*}"
61238+ }
61239+ ]
61240+ },
61241+ {
61242+ "shortName": "GetControl",
61243+ "fullName": "google.cloud.retail.v2.ControlService.GetControl",
61244+ "mode": "UNARY",
61245+ "bindings": [
61246+ {
61247+ "httpMethod": "GET",
61248+ "path": "/v2/{name=projects/*/locations/*/catalogs/*/controls/*}"
61249+ }
61250+ ]
61251+ },
61252+ {
61253+ "shortName": "ListControls",
61254+ "fullName": "google.cloud.retail.v2.ControlService.ListControls",
61255+ "mode": "UNARY",
61256+ "bindings": [
61257+ {
61258+ "httpMethod": "GET",
61259+ "path": "/v2/{parent=projects/*/locations/*/catalogs/*}/controls"
61260+ }
61261+ ]
61262+ },
61263+ {
61264+ "shortName": "UpdateControl",
61265+ "fullName": "google.cloud.retail.v2.ControlService.UpdateControl",
61266+ "mode": "UNARY",
61267+ "bindings": [
61268+ {
61269+ "httpMethod": "PATCH",
61270+ "path": "/v2/{control.name=projects/*/locations/*/catalogs/*/controls/*}"
61271+ }
61272+ ]
61273+ }
61274+ ]
61275+ },
6113861276 {
6113961277 "shortName": "PredictionService",
6114061278 "fullName": "google.cloud.retail.v2.PredictionService",
6130461442 }
6130561443 ]
6130661444 },
61445+ {
61446+ "shortName": "ServingConfigService",
61447+ "fullName": "google.cloud.retail.v2.ServingConfigService",
61448+ "methods": [
61449+ {
61450+ "shortName": "AddControl",
61451+ "fullName": "google.cloud.retail.v2.ServingConfigService.AddControl",
61452+ "mode": "UNARY",
61453+ "bindings": [
61454+ {
61455+ "httpMethod": "POST",
61456+ "path": "/v2/{serving_config=projects/*/locations/*/catalogs/*/servingConfigs/*}:addControl"
61457+ }
61458+ ]
61459+ },
61460+ {
61461+ "shortName": "CreateServingConfig",
61462+ "fullName": "google.cloud.retail.v2.ServingConfigService.CreateServingConfig",
61463+ "mode": "UNARY",
61464+ "bindings": [
61465+ {
61466+ "httpMethod": "POST",
61467+ "path": "/v2/{parent=projects/*/locations/*/catalogs/*}/servingConfigs"
61468+ }
61469+ ]
61470+ },
61471+ {
61472+ "shortName": "DeleteServingConfig",
61473+ "fullName": "google.cloud.retail.v2.ServingConfigService.DeleteServingConfig",
61474+ "mode": "UNARY",
61475+ "bindings": [
61476+ {
61477+ "httpMethod": "DELETE",
61478+ "path": "/v2/{name=projects/*/locations/*/catalogs/*/servingConfigs/*}"
61479+ }
61480+ ]
61481+ },
61482+ {
61483+ "shortName": "GetServingConfig",
61484+ "fullName": "google.cloud.retail.v2.ServingConfigService.GetServingConfig",
61485+ "mode": "UNARY",
61486+ "bindings": [
61487+ {
61488+ "httpMethod": "GET",
61489+ "path": "/v2/{name=projects/*/locations/*/catalogs/*/servingConfigs/*}"
61490+ }
61491+ ]
61492+ },
61493+ {
61494+ "shortName": "ListServingConfigs",
61495+ "fullName": "google.cloud.retail.v2.ServingConfigService.ListServingConfigs",
61496+ "mode": "UNARY",
61497+ "bindings": [
61498+ {
61499+ "httpMethod": "GET",
61500+ "path": "/v2/{parent=projects/*/locations/*/catalogs/*}/servingConfigs"
61501+ }
61502+ ]
61503+ },
61504+ {
61505+ "shortName": "RemoveControl",
61506+ "fullName": "google.cloud.retail.v2.ServingConfigService.RemoveControl",
61507+ "mode": "UNARY",
61508+ "bindings": [
61509+ {
61510+ "httpMethod": "POST",
61511+ "path": "/v2/{serving_config=projects/*/locations/*/catalogs/*/servingConfigs/*}:removeControl"
61512+ }
61513+ ]
61514+ },
61515+ {
61516+ "shortName": "UpdateServingConfig",
61517+ "fullName": "google.cloud.retail.v2.ServingConfigService.UpdateServingConfig",
61518+ "mode": "UNARY",
61519+ "bindings": [
61520+ {
61521+ "httpMethod": "PATCH",
61522+ "path": "/v2/{serving_config.name=projects/*/locations/*/catalogs/*/servingConfigs/*}"
61523+ }
61524+ ]
61525+ }
61526+ ]
61527+ },
6130761528 {
6130861529 "shortName": "UserEventService",
6130961530 "fullName": "google.cloud.retail.v2.UserEventService",
6137161592 "google.cloud.location.Locations",
6137261593 "google.cloud.retail.v2.CatalogService",
6137361594 "google.cloud.retail.v2.CompletionService",
61595+ "google.cloud.retail.v2.ControlService",
6137461596 "google.cloud.retail.v2.PredictionService",
6137561597 "google.cloud.retail.v2.ProductService",
6137661598 "google.cloud.retail.v2.SearchService",
61599+ "google.cloud.retail.v2.ServingConfigService",
6137761600 "google.cloud.retail.v2.UserEventService",
6137861601 "google.longrunning.Operations"
6137961602 ]
0 commit comments