- Représentation JSON
- Notification
<ph type="x-smartling-placeholder">
- </ph>
- Représentation JSON
- CloudPubsubTopic
<ph type="x-smartling-placeholder">
- </ph>
- Représentation JSON
- PayloadFormat
Paramètres au niveau du client.
Représentation JSON |
---|
{
"notifications": [
{
object ( |
Champs | |
---|---|
notifications[] |
Liste des notifications. |
Notification
Paramètres des notifications de rappel. Pour en savoir plus, consultez Notification d'alerte Google Workspace.
Représentation JSON |
---|
{ // Union field |
Champs | |
---|---|
Champ d'union destination . Exactement une destination à spécifier. destination ne peut être qu'un des éléments suivants : |
|
cloudPubsubTopic |
Une destination de sujet Google Cloud Pub/Sub. |
CloudPubsubTopic
Référence à un sujet Cloud Pubsub.
Pour s'inscrire aux notifications, le propriétaire du sujet doit accorder à alerts-api-push-notifications@system.gserviceaccount.com
l'autorisation projects.topics.publish
.
Représentation JSON |
---|
{
"topicName": string,
"payloadFormat": enum ( |
Champs | |
---|---|
topicName |
Champ |
payloadFormat |
Facultatif. Format de la charge utile qui sera envoyée. Si aucune valeur n'est spécifiée, le format est JSON. |
PayloadFormat
Format de la charge utile.
Enums | |
---|---|
PAYLOAD_FORMAT_UNSPECIFIED |
Le format de la charge utile n'est pas spécifié (JSON par défaut). |
JSON |
Utilisez JSON. |