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 11, 2024
1 parent 03e1626 commit 4b3affb
Showing 1 changed file with 124 additions and 0 deletions.
124 changes: 124 additions & 0 deletions api-index-v1.json
Expand Up @@ -119039,6 +119039,130 @@
],
"nameInServiceConfig": "merchantapi.googleapis.com"
},
{
"id": "google.shopping.merchant.lfp.v1beta",
"directory": "google/shopping/merchant/lfp/v1beta",
"version": "v1beta",
"majorVersion": "v1",
"hostName": "merchantapi.googleapis.com",
"title": "Merchant API",
"description": "Programmatically manage your Merchant Center accounts.",
"importDirectories": [
"google/api",
"google/protobuf",
"google/shopping/type"
],
"options": {
"go_package": {
"valueCounts": {
"cloud.google.com/go/shopping/merchant/lfp/apiv1beta/lfppb;lfppb": 3
}
},
"java_multiple_files": {
"valueCounts": {
"true": 3
}
},
"java_package": {
"valueCounts": {
"com.google.shopping.merchant.lfp.v1beta": 3
}
}
},
"services": [
{
"shortName": "LfpInventoryService",
"fullName": "google.shopping.merchant.lfp.v1beta.LfpInventoryService",
"methods": [
{
"shortName": "InsertLfpInventory",
"fullName": "google.shopping.merchant.lfp.v1beta.LfpInventoryService.InsertLfpInventory",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/lfp/v1beta/{parent=accounts/*}/lfpInventories:insert"
}
]
}
]
},
{
"shortName": "LfpSaleService",
"fullName": "google.shopping.merchant.lfp.v1beta.LfpSaleService",
"methods": [
{
"shortName": "InsertLfpSale",
"fullName": "google.shopping.merchant.lfp.v1beta.LfpSaleService.InsertLfpSale",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/lfp/v1beta/{parent=accounts/*}/lfpSales:insert"
}
]
}
]
},
{
"shortName": "LfpStoreService",
"fullName": "google.shopping.merchant.lfp.v1beta.LfpStoreService",
"methods": [
{
"shortName": "DeleteLfpStore",
"fullName": "google.shopping.merchant.lfp.v1beta.LfpStoreService.DeleteLfpStore",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/lfp/v1beta/{name=accounts/*/lfpStores/*}"
}
]
},
{
"shortName": "GetLfpStore",
"fullName": "google.shopping.merchant.lfp.v1beta.LfpStoreService.GetLfpStore",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/lfp/v1beta/{name=accounts/*/lfpStores/*}"
}
]
},
{
"shortName": "InsertLfpStore",
"fullName": "google.shopping.merchant.lfp.v1beta.LfpStoreService.InsertLfpStore",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/lfp/v1beta/{parent=accounts/*}/lfpStores:insert"
}
]
},
{
"shortName": "ListLfpStores",
"fullName": "google.shopping.merchant.lfp.v1beta.LfpStoreService.ListLfpStores",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/lfp/v1beta/{parent=accounts/*}/lfpStores"
}
]
}
]
}
],
"configFile": "merchantapi_v1beta.yaml",
"serviceConfigApiNames": [
"google.shopping.merchant.lfp.v1beta.LfpInventoryService",
"google.shopping.merchant.lfp.v1beta.LfpSaleService",
"google.shopping.merchant.lfp.v1beta.LfpStoreService"
],
"nameInServiceConfig": "merchantapi.googleapis.com"
},
{
"id": "google.shopping.merchant.quota.v1beta",
"directory": "google/shopping/merchant/quota/v1beta",
Expand Down

0 comments on commit 4b3affb

Please sign in to comment.