Notifications
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
נושא ב-Google Cloud Pub/Sub שבו אפשר לפרסם התראות כשמתעדכן מיקום או כשמתבצעת בדיקה חדשה. יהיה רק משאב אחד של הגדרות התראות לכל חשבון.
ייצוג JSON |
{
"name": string,
"topicName": string,
"notificationTypes": [
enum (NotificationType )
]
} |
שדות |
name |
string
פלט בלבד. השם של משאב ההתראות.
|
topicName |
string
הנושא Google Cloud Pub/Sub שיקבל התראות כשנעדכן את המיקומים שמנוהלים על ידי החשבון הזה. אם המדיניות לא מוגדרת, לא יפורסמו התראות. לחשבון mybusiness-api-pubsub@system.gserviceaccount.com צריכות להיות לפחות הרשאות פרסום בנושא Cloud Pub/Sub.
|
notificationTypes[] |
enum (NotificationType )
סוגי ההתראות שיישלחו לנושא Cloud Pub/Sub. יש לציין לפחות אחד מהם. כדי להפסיק לקבל התראות, אפשר להשתמש בaccounts.deleteNotifications .
|
NotificationType
סוג ההתראה שנשלחה לנושא Cloud Pub/Sub.
טיפוסים בני מנייה (enum) |
NOTIFICATION_TYPE_UNSPECIFIED |
אין סוג התראה. לא יימצאו התאמות לאף התראה. |
GOOGLE_UPDATE |
למיקום יש עדכונים של Google לבדיקה. השדה locationName שבהתראה יספק את שם המשאב של המיקום יחד עם עדכוני Google. |
NEW_REVIEW |
ביקורת חדשה נוספה למיקום. בשדה reviewName שבהתראה יצוין שם המשאב של הביקורת שנוספה, ו-locationName יקבל את שם המשאב של המיקום. |
UPDATED_REVIEW |
ביקורת על המיקום עודכנה. בשדה reviewName שבהתראה יצוין שם המשאב של הביקורת שנוספה, ו-locationName יקבל את שם המשאב של המיקום. |
NEW_CUSTOMER_MEDIA |
פריט מדיה חדש נוסף למיקום על ידי משתמש במפות Google. בהתראה יצוין שם המשאב של פריט המדיה החדש. |
NEW_QUESTION |
שאלה חדשה מתווספת למיקום. בהודעה יופיע שם מקור המידע של השאלה. |
UPDATED_QUESTION |
שאלה לגבי המיקום מתעדכנת. בהודעה יופיע שם מקור המידע של השאלה. |
NEW_ANSWER |
תשובה חדשה מתווספת למיקום. בהודעה יופיע שם מקור המידע של השאלה והתשובה. |
UPDATED_ANSWER |
תשובה לגבי המיקום תתעדכן. בהודעה יופיע שם מקור המידע של השאלה והתשובה. |
UPDATED_LOCATION_STATE |
מצב המיקום של המיקום עודכן. ההתראה תכלול את מסכת השדות של שדות ה-LocationState המעודכנים. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eGoogle Cloud Pub/Sub topic allows business accounts to receive notifications about location updates and new reviews.\u003c/p\u003e\n"],["\u003cp\u003eEach account has a single notification settings resource which can be configured to receive different types of notifications.\u003c/p\u003e\n"],["\u003cp\u003eNotifications can be triggered by various events including Google updates, new/updated reviews, customer media, questions, answers, and location state changes.\u003c/p\u003e\n"],["\u003cp\u003eTo receive notifications, the 'mybusiness-api-pubsub@system.gserviceaccount.com' must have publish permissions on the specified Cloud Pub/Sub topic.\u003c/p\u003e\n"],["\u003cp\u003eBusinesses can stop receiving notifications completely using the \u003ccode\u003eaccounts.deleteNotifications\u003c/code\u003e method.\u003c/p\u003e\n"]]],[],null,["# Notifications\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [NotificationType](#NotificationType)\n\nA Google Cloud Pub/Sub topic where notifications can be published when a location is updated or has a new review. There will be only one notification settings resource per-account.\n\n| JSON representation ||\n|------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"name\": string, \"topicName\": string, \"notificationTypes\": [ enum (/my-business/reference/rest/v4/Notifications#NotificationType) ] } ``` |\n\n| Fields ||\n|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The notifications resource name. |\n| `topicName` | `string` The Google Cloud Pub/Sub topic that will receive notifications when locations managed by this account are updated. If unset, no notifications will be posted. The account [mybusiness-api-pubsub@system.gserviceaccount.com](mailto:mybusiness-api-pubsub@system.gserviceaccount.com) must have at least Publish permissions on the Cloud Pub/Sub topic. |\n| `notificationTypes[]` | `enum (`[NotificationType](/my-business/reference/rest/v4/Notifications#NotificationType)`)` The types of notifications that will be sent to the Cloud Pub/Sub topic. At least one must be specified. To stop receiving notifications entirely, use [accounts.deleteNotifications](/my-business/reference/rest/v4/accounts/deleteNotifications#google.mybusiness.v4.Accounts.DeleteNotifications). |\n\nNotificationType\n----------------\n\nType of notification sent to the Cloud Pub/Sub topic.\n\n| Enums ||\n|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `NOTIFICATION_TYPE_UNSPECIFIED` | No notification type. Will not match any notifications. |\n| `GOOGLE_UPDATE` | The location has Google updates for review. The locationName field on the notification will provide the resource name of the location with Google updates. |\n| `NEW_REVIEW` | A new review has been added to the location. The reviewName field on the notification will provide the resource name of the review that was added, and locationName will have the location's resource name. |\n| `UPDATED_REVIEW` | A review on the location has been updated. The reviewName field on the notification will provide the resource name of the review that was added, and locationName will have the location's resource name. |\n| `NEW_CUSTOMER_MEDIA` | A new media item has been added to the location by a Google Maps user. The notification will provide the resource name of the new media item. |\n| `NEW_QUESTION` | A new question is added to the location. The notification will provide the resource name of question. |\n| `UPDATED_QUESTION` | A question of the location is updated. The notification will provide the resource name of question. |\n| `NEW_ANSWER` | A new answer is added to the location. The notification will provide the resource name of question and answer. |\n| `UPDATED_ANSWER` | An answer of the location is updated. The notification will provide the resource name of question and answer. |\n| `UPDATED_LOCATION_STATE` | The LocationState of the Location was updated. The Notification will contain the field mask of the updated LocationState fields. |"]]