Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Apr 7, 2022
1 parent bc99550 commit e936352
Showing 1 changed file with 95 additions and 7 deletions.
102 changes: 95 additions & 7 deletions api-index-v1.json
Expand Up @@ -58949,37 +58949,37 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.Retail.V2Alpha": 17
"Google.Cloud.Retail.V2Alpha": 18
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/retail/v2alpha;retail": 17
"google.golang.org/genproto/googleapis/cloud/retail/v2alpha;retail": 18
}
},
"java_multiple_files": {
"valueCounts": {
"true": 17
"true": 18
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.retail.v2alpha": 17
"com.google.cloud.retail.v2alpha": 18
}
},
"objc_class_prefix": {
"valueCounts": {
"RETAIL": 17
"RETAIL": 18
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\Retail\\V2alpha": 17
"Google\\Cloud\\Retail\\V2alpha": 18
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::Retail::V2alpha": 17
"Google::Cloud::Retail::V2alpha": 18
}
}
},
Expand All @@ -58988,6 +58988,39 @@
"shortName": "CatalogService",
"fullName": "google.cloud.retail.v2alpha.CatalogService",
"methods": [
{
"shortName": "AddCatalogAttribute",
"fullName": "google.cloud.retail.v2alpha.CatalogService.AddCatalogAttribute",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2alpha/{attributes_config=projects/*/locations/*/catalogs/*/attributesConfig}:addCatalogAttribute"
}
]
},
{
"shortName": "GetAttributesConfig",
"fullName": "google.cloud.retail.v2alpha.CatalogService.GetAttributesConfig",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v2alpha/{name=projects/*/locations/*/catalogs/*/attributesConfig}"
}
]
},
{
"shortName": "GetCompletionConfig",
"fullName": "google.cloud.retail.v2alpha.CatalogService.GetCompletionConfig",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v2alpha/{name=projects/*/locations/*/catalogs/*/completionConfig}"
}
]
},
{
"shortName": "GetDefaultBranch",
"fullName": "google.cloud.retail.v2alpha.CatalogService.GetDefaultBranch",
Expand All @@ -59010,6 +59043,28 @@
}
]
},
{
"shortName": "RemoveCatalogAttribute",
"fullName": "google.cloud.retail.v2alpha.CatalogService.RemoveCatalogAttribute",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2alpha/{attributes_config=projects/*/locations/*/catalogs/*/attributesConfig}:removeCatalogAttribute"
}
]
},
{
"shortName": "ReplaceCatalogAttribute",
"fullName": "google.cloud.retail.v2alpha.CatalogService.ReplaceCatalogAttribute",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2alpha/{attributes_config=projects/*/locations/*/catalogs/*/attributesConfig}:replaceCatalogAttribute"
}
]
},
{
"shortName": "SetDefaultBranch",
"fullName": "google.cloud.retail.v2alpha.CatalogService.SetDefaultBranch",
Expand All @@ -59021,6 +59076,17 @@
}
]
},
{
"shortName": "UpdateAttributesConfig",
"fullName": "google.cloud.retail.v2alpha.CatalogService.UpdateAttributesConfig",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v2alpha/{attributes_config.name=projects/*/locations/*/catalogs/*/attributesConfig}"
}
]
},
{
"shortName": "UpdateCatalog",
"fullName": "google.cloud.retail.v2alpha.CatalogService.UpdateCatalog",
Expand All @@ -59031,6 +59097,17 @@
"path": "/v2alpha/{catalog.name=projects/*/locations/*/catalogs/*}"
}
]
},
{
"shortName": "UpdateCompletionConfig",
"fullName": "google.cloud.retail.v2alpha.CatalogService.UpdateCompletionConfig",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v2alpha/{completion_config.name=projects/*/locations/*/catalogs/*/completionConfig}"
}
]
}
]
},
Expand Down Expand Up @@ -59221,6 +59298,17 @@
}
]
},
{
"shortName": "PurgeProducts",
"fullName": "google.cloud.retail.v2alpha.ProductService.PurgeProducts",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2alpha/{parent=projects/*/locations/*/catalogs/*/branches/*}/products:purge"
}
]
},
{
"shortName": "RemoveFulfillmentPlaces",
"fullName": "google.cloud.retail.v2alpha.ProductService.RemoveFulfillmentPlaces",
Expand Down

0 comments on commit e936352

Please sign in to comment.