Reference documentation and code samples for the App Engine Admin V1 API module Google::Cloud::AppEngine::V1::InboundServiceType.
Available inbound services.
Constants
INBOUND_SERVICE_UNSPECIFIED
value: 0
Not specified.
INBOUND_SERVICE_MAIL
value: 1
Allows an application to receive mail.
INBOUND_SERVICE_MAIL_BOUNCE
value: 2
Allows an application to receive email-bound notifications.
INBOUND_SERVICE_XMPP_ERROR
value: 3
Allows an application to receive error stanzas.
INBOUND_SERVICE_XMPP_MESSAGE
value: 4
Allows an application to receive instant messages.
INBOUND_SERVICE_XMPP_SUBSCRIBE
value: 5
Allows an application to receive user subscription POSTs.
INBOUND_SERVICE_XMPP_PRESENCE
value: 6
Allows an application to receive a user's chat presence.
INBOUND_SERVICE_CHANNEL_PRESENCE
value: 7
Registers an application for notifications when a client connects or
disconnects from a channel.
INBOUND_SERVICE_WARMUP
value: 9
Enables warmup requests.