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 ff01ec3 commit da99580
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions api-index-v1.json
Expand Up @@ -119163,6 +119163,105 @@
],
"nameInServiceConfig": "merchantapi.googleapis.com"
},
{
"id": "google.shopping.merchant.notifications.v1beta",
"directory": "google/shopping/merchant/notifications/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/notifications/apiv1beta/notificationspb;notificationspb": 1
}
},
"java_multiple_files": {
"valueCounts": {
"true": 1
}
},
"java_package": {
"valueCounts": {
"com.google.shopping.merchant.notifications.v1beta": 1
}
}
},
"services": [
{
"shortName": "NotificationsApiService",
"fullName": "google.shopping.merchant.notifications.v1beta.NotificationsApiService",
"methods": [
{
"shortName": "CreateNotificationSubscription",
"fullName": "google.shopping.merchant.notifications.v1beta.NotificationsApiService.CreateNotificationSubscription",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/notifications/v1beta/{parent=accounts/*}/notificationsubscriptions"
}
]
},
{
"shortName": "DeleteNotificationSubscription",
"fullName": "google.shopping.merchant.notifications.v1beta.NotificationsApiService.DeleteNotificationSubscription",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/notifications/v1beta/{name=accounts/*/notificationsubscriptions/*}"
}
]
},
{
"shortName": "GetNotificationSubscription",
"fullName": "google.shopping.merchant.notifications.v1beta.NotificationsApiService.GetNotificationSubscription",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/notifications/v1beta/{name=accounts/*/notificationsubscriptions/*}"
}
]
},
{
"shortName": "ListNotificationSubscriptions",
"fullName": "google.shopping.merchant.notifications.v1beta.NotificationsApiService.ListNotificationSubscriptions",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/notifications/v1beta/{parent=accounts/*}/notificationsubscriptions"
}
]
},
{
"shortName": "UpdateNotificationSubscription",
"fullName": "google.shopping.merchant.notifications.v1beta.NotificationsApiService.UpdateNotificationSubscription",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/notifications/v1beta/{notification_subscription.name=accounts/*/notificationsubscriptions/*}"
}
]
}
]
}
],
"configFile": "merchantapi_v1beta.yaml",
"serviceConfigApiNames": [
"google.shopping.merchant.notifications.v1beta.NotificationsApiService"
],
"nameInServiceConfig": "merchantapi.googleapis.com"
},
{
"id": "google.shopping.merchant.quota.v1beta",
"directory": "google/shopping/merchant/quota/v1beta",
Expand Down

0 comments on commit da99580

Please sign in to comment.