Google Cloud Appengine Admin V1 Client - Class InboundServiceType (1.0.6)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class InboundServiceType.

Available inbound services.

Protobuf type google.appengine.v1.InboundServiceType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

INBOUND_SERVICE_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum INBOUND_SERVICE_UNSPECIFIED = 0;

INBOUND_SERVICE_MAIL

Value: 1

Allows an application to receive mail.

Generated from protobuf enum INBOUND_SERVICE_MAIL = 1;

INBOUND_SERVICE_MAIL_BOUNCE

Value: 2

Allows an application to receive email-bound notifications.

Generated from protobuf enum INBOUND_SERVICE_MAIL_BOUNCE = 2;

INBOUND_SERVICE_XMPP_ERROR

Value: 3

Allows an application to receive error stanzas.

Generated from protobuf enum INBOUND_SERVICE_XMPP_ERROR = 3;

INBOUND_SERVICE_XMPP_MESSAGE

Value: 4

Allows an application to receive instant messages.

Generated from protobuf enum INBOUND_SERVICE_XMPP_MESSAGE = 4;

INBOUND_SERVICE_XMPP_SUBSCRIBE

Value: 5

Allows an application to receive user subscription POSTs.

Generated from protobuf enum INBOUND_SERVICE_XMPP_SUBSCRIBE = 5;

INBOUND_SERVICE_XMPP_PRESENCE

Value: 6

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

Generated from protobuf enum INBOUND_SERVICE_XMPP_PRESENCE = 6;

INBOUND_SERVICE_CHANNEL_PRESENCE

Value: 7

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

Generated from protobuf enum INBOUND_SERVICE_CHANNEL_PRESENCE = 7;

INBOUND_SERVICE_WARMUP

Value: 9

Enables warmup requests.

Generated from protobuf enum INBOUND_SERVICE_WARMUP = 9;