Package | Description |
---|---|
com.google.api.services.mybusinessnotifications.v1 | |
com.google.api.services.mybusinessnotifications.v1.model |
Modifier and Type | Method and Description |
---|---|
MyBusinessNotificationSettings.Accounts.UpdateNotificationSetting |
MyBusinessNotificationSettings.Accounts.updateNotificationSetting(String name,
NotificationSetting content)
Sets the pubsub notification setting for the account informing Google which topic to send pubsub
notifications for.
|
Constructor and Description |
---|
UpdateNotificationSetting(String name,
NotificationSetting content)
Sets the pubsub notification setting for the account informing Google which topic to send
pubsub notifications for.
|
Modifier and Type | Method and Description |
---|---|
NotificationSetting |
NotificationSetting.clone() |
NotificationSetting |
NotificationSetting.set(String fieldName,
Object value) |
NotificationSetting |
NotificationSetting.setName(String name)
Required.
|
NotificationSetting |
NotificationSetting.setNotificationTypes(List<String> notificationTypes)
The types of notifications that will be sent to the Pub/Sub topic.
|
NotificationSetting |
NotificationSetting.setPubsubTopic(String pubsubTopic)
Optional.
|
Copyright © 2011–2023 Google. All rights reserved.