Module: Google::Cloud::AppEngine::V1::InboundServiceType

Defined in:
proto_docs/google/appengine/v1/version.rb

Overview

Available inbound services.

Constant Summary collapse

INBOUND_SERVICE_UNSPECIFIED =

Not specified.

0
INBOUND_SERVICE_MAIL =

Allows an application to receive mail.

1
INBOUND_SERVICE_MAIL_BOUNCE =

Allows an application to receive email-bound notifications.

2
INBOUND_SERVICE_XMPP_ERROR =

Allows an application to receive error stanzas.

3
INBOUND_SERVICE_XMPP_MESSAGE =

Allows an application to receive instant messages.

4
INBOUND_SERVICE_XMPP_SUBSCRIBE =

Allows an application to receive user subscription POSTs.

5
INBOUND_SERVICE_XMPP_PRESENCE =

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

6
INBOUND_SERVICE_CHANNEL_PRESENCE =

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

7
INBOUND_SERVICE_WARMUP =

Enables warmup requests.

9