Settings

Einstellungen auf Kundenebene.

JSON-Darstellung
{
  "notifications": [
    {
      object (Notification)
    }
  ]
}
Felder
notifications[]

object (Notification)

Die Liste der Benachrichtigungen.

Benachrichtigung

Einstellungen für Callback-Benachrichtigungen. Weitere Informationen

JSON-Darstellung
{

  // Union field destination can be only one of the following:
  "cloudPubsubTopic": {
    object (CloudPubsubTopic)
  }
  // End of list of possible types for union field destination.
}
Felder
Union-Feld destination. Es muss genau ein Ziel angegeben werden. Für destination ist nur einer der folgenden Werte zulässig:
cloudPubsubTopic

object (CloudPubsubTopic)

Ein Google Cloud Pub/Sub-Themenziel.

Cloud Pub/Sub-Thema

Ein Verweis auf ein Cloud Pub/Sub-Thema.

Um sich für Benachrichtigungen registrieren zu können, muss der Inhaber des Themas alerts-api-push-notifications@system.gserviceaccount.com die Berechtigung projects.topics.publish erteilen.

JSON-Darstellung
{
  "topicName": string,
  "payloadFormat": enum (PayloadFormat)
}
Felder
topicName

string

Das Feld name eines Cloud Pub/Sub-Themas.

payloadFormat

enum (PayloadFormat)

Optional. Das Format der Nutzlast, die gesendet werden soll. Wenn nicht angegeben, ist das Format JSON.

PayloadFormat

Das Format der Nutzlast.

Enums
PAYLOAD_FORMAT_UNSPECIFIED Das Nutzlastformat ist nicht angegeben (verwendet standardmäßig JSON).
JSON Verwenden Sie JSON.