Skip to content

Commit 480e3fb

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent d6abf63 commit 480e3fb

File tree

1 file changed

+106
-7
lines changed

1 file changed

+106
-7
lines changed

api-index-v1.json

Lines changed: 106 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58437,37 +58437,37 @@
5843758437
"options": {
5843858438
"csharp_namespace": {
5843958439
"valueCounts": {
58440-
"Google.Cloud.Retail.V2Beta": 17
58440+
"Google.Cloud.Retail.V2Beta": 18
5844158441
}
5844258442
},
5844358443
"go_package": {
5844458444
"valueCounts": {
58445-
"google.golang.org/genproto/googleapis/cloud/retail/v2beta;retail": 17
58445+
"google.golang.org/genproto/googleapis/cloud/retail/v2beta;retail": 18
5844658446
}
5844758447
},
5844858448
"java_multiple_files": {
5844958449
"valueCounts": {
58450-
"true": 17
58450+
"true": 18
5845158451
}
5845258452
},
5845358453
"java_package": {
5845458454
"valueCounts": {
58455-
"com.google.cloud.retail.v2beta": 17
58455+
"com.google.cloud.retail.v2beta": 18
5845658456
}
5845758457
},
5845858458
"objc_class_prefix": {
5845958459
"valueCounts": {
58460-
"RETAIL": 17
58460+
"RETAIL": 18
5846158461
}
5846258462
},
5846358463
"php_namespace": {
5846458464
"valueCounts": {
58465-
"Google\\Cloud\\Retail\\V2beta": 17
58465+
"Google\\Cloud\\Retail\\V2beta": 18
5846658466
}
5846758467
},
5846858468
"ruby_package": {
5846958469
"valueCounts": {
58470-
"Google::Cloud::Retail::V2beta": 17
58470+
"Google::Cloud::Retail::V2beta": 18
5847158471
}
5847258472
}
5847358473
},
@@ -58476,6 +58476,39 @@
5847658476
"shortName": "CatalogService",
5847758477
"fullName": "google.cloud.retail.v2beta.CatalogService",
5847858478
"methods": [
58479+
{
58480+
"shortName": "AddCatalogAttribute",
58481+
"fullName": "google.cloud.retail.v2beta.CatalogService.AddCatalogAttribute",
58482+
"mode": "UNARY",
58483+
"bindings": [
58484+
{
58485+
"httpMethod": "POST",
58486+
"path": "/v2beta/{attributes_config=projects/*/locations/*/catalogs/*/attributesConfig}:addCatalogAttribute"
58487+
}
58488+
]
58489+
},
58490+
{
58491+
"shortName": "GetAttributesConfig",
58492+
"fullName": "google.cloud.retail.v2beta.CatalogService.GetAttributesConfig",
58493+
"mode": "UNARY",
58494+
"bindings": [
58495+
{
58496+
"httpMethod": "GET",
58497+
"path": "/v2beta/{name=projects/*/locations/*/catalogs/*/attributesConfig}"
58498+
}
58499+
]
58500+
},
58501+
{
58502+
"shortName": "GetCompletionConfig",
58503+
"fullName": "google.cloud.retail.v2beta.CatalogService.GetCompletionConfig",
58504+
"mode": "UNARY",
58505+
"bindings": [
58506+
{
58507+
"httpMethod": "GET",
58508+
"path": "/v2beta/{name=projects/*/locations/*/catalogs/*/completionConfig}"
58509+
}
58510+
]
58511+
},
5847958512
{
5848058513
"shortName": "GetDefaultBranch",
5848158514
"fullName": "google.cloud.retail.v2beta.CatalogService.GetDefaultBranch",
@@ -58498,6 +58531,28 @@
5849858531
}
5849958532
]
5850058533
},
58534+
{
58535+
"shortName": "RemoveCatalogAttribute",
58536+
"fullName": "google.cloud.retail.v2beta.CatalogService.RemoveCatalogAttribute",
58537+
"mode": "UNARY",
58538+
"bindings": [
58539+
{
58540+
"httpMethod": "POST",
58541+
"path": "/v2beta/{attributes_config=projects/*/locations/*/catalogs/*/attributesConfig}:removeCatalogAttribute"
58542+
}
58543+
]
58544+
},
58545+
{
58546+
"shortName": "ReplaceCatalogAttribute",
58547+
"fullName": "google.cloud.retail.v2beta.CatalogService.ReplaceCatalogAttribute",
58548+
"mode": "UNARY",
58549+
"bindings": [
58550+
{
58551+
"httpMethod": "POST",
58552+
"path": "/v2beta/{attributes_config=projects/*/locations/*/catalogs/*/attributesConfig}:replaceCatalogAttribute"
58553+
}
58554+
]
58555+
},
5850158556
{
5850258557
"shortName": "SetDefaultBranch",
5850358558
"fullName": "google.cloud.retail.v2beta.CatalogService.SetDefaultBranch",
@@ -58509,6 +58564,17 @@
5850958564
}
5851058565
]
5851158566
},
58567+
{
58568+
"shortName": "UpdateAttributesConfig",
58569+
"fullName": "google.cloud.retail.v2beta.CatalogService.UpdateAttributesConfig",
58570+
"mode": "UNARY",
58571+
"bindings": [
58572+
{
58573+
"httpMethod": "PATCH",
58574+
"path": "/v2beta/{attributes_config.name=projects/*/locations/*/catalogs/*/attributesConfig}"
58575+
}
58576+
]
58577+
},
5851258578
{
5851358579
"shortName": "UpdateCatalog",
5851458580
"fullName": "google.cloud.retail.v2beta.CatalogService.UpdateCatalog",
@@ -58519,6 +58585,17 @@
5851958585
"path": "/v2beta/{catalog.name=projects/*/locations/*/catalogs/*}"
5852058586
}
5852158587
]
58588+
},
58589+
{
58590+
"shortName": "UpdateCompletionConfig",
58591+
"fullName": "google.cloud.retail.v2beta.CatalogService.UpdateCompletionConfig",
58592+
"mode": "UNARY",
58593+
"bindings": [
58594+
{
58595+
"httpMethod": "PATCH",
58596+
"path": "/v2beta/{completion_config.name=projects/*/locations/*/catalogs/*/completionConfig}"
58597+
}
58598+
]
5852258599
}
5852358600
]
5852458601
},
@@ -58643,6 +58720,17 @@
5864358720
}
5864458721
]
5864558722
},
58723+
{
58724+
"shortName": "AddLocalInventories",
58725+
"fullName": "google.cloud.retail.v2beta.ProductService.AddLocalInventories",
58726+
"mode": "UNARY",
58727+
"bindings": [
58728+
{
58729+
"httpMethod": "POST",
58730+
"path": "/v2beta/{product=projects/*/locations/*/catalogs/*/branches/*/products/**}:addLocalInventories"
58731+
}
58732+
]
58733+
},
5864658734
{
5864758735
"shortName": "CreateProduct",
5864858736
"fullName": "google.cloud.retail.v2beta.ProductService.CreateProduct",
@@ -58709,6 +58797,17 @@
5870958797
}
5871058798
]
5871158799
},
58800+
{
58801+
"shortName": "RemoveLocalInventories",
58802+
"fullName": "google.cloud.retail.v2beta.ProductService.RemoveLocalInventories",
58803+
"mode": "UNARY",
58804+
"bindings": [
58805+
{
58806+
"httpMethod": "POST",
58807+
"path": "/v2beta/{product=projects/*/locations/*/catalogs/*/branches/*/products/**}:removeLocalInventories"
58808+
}
58809+
]
58810+
},
5871258811
{
5871358812
"shortName": "SetInventory",
5871458813
"fullName": "google.cloud.retail.v2beta.ProductService.SetInventory",

0 commit comments

Comments
 (0)