Package | Description |
---|---|
com.google.api.services.mybusiness.v4 | |
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
MyBusiness.Accounts.UpdateNotifications |
MyBusiness.Accounts.updateNotifications(java.lang.String name,
Notifications content)
Sets the pubsub notification settings for the account informing My Business which topic to send
pubsub notifications for:
- New reviews for locations administered by the account.
|
Constructor and Description |
---|
UpdateNotifications(java.lang.String name,
Notifications content)
Sets the pubsub notification settings for the account informing My Business which topic to send
pubsub notifications for:
- New reviews for locations administered by the account.
|
Modifier and Type | Method and Description |
---|---|
Notifications |
Notifications.clone() |
Notifications |
Notifications.set(java.lang.String fieldName,
java.lang.Object value) |
Notifications |
Notifications.setName(java.lang.String name)
Output only.
|
Notifications |
Notifications.setNotificationTypes(java.util.List<java.lang.String> notificationTypes)
The types of notifications that will be sent to the Cloud Pub/Sub topic.
|
Notifications |
Notifications.setTopicName(java.lang.String topicName)
The Google Cloud Pub/Sub topic that will receive notifications when locations managed by this
account are updated.
|
Copyright © 2011-2018 Google. All Rights Reserved.