App Engine v1 API - Enum InboundServiceType (2.3.0)

public enum InboundServiceType

Reference documentation and code samples for the App Engine v1 API enum InboundServiceType.

Available inbound services.

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Fields

NameDescription
InboundServiceChannelPresence

Registers an application for notifications when a client connects or disconnects from a channel.

InboundServiceMail

Allows an application to receive mail.

InboundServiceMailBounce

Allows an application to receive email-bound notifications.

InboundServiceUnspecified

Not specified.

InboundServiceWarmup

Enables warmup requests.

InboundServiceXmppError

Allows an application to receive error stanzas.

InboundServiceXmppMessage

Allows an application to receive instant messages.

InboundServiceXmppPresence

Allows an application to receive a user's chat presence.

InboundServiceXmppSubscribe

Allows an application to receive user subscription POSTs.