public enum InboundServiceType extends java.lang.Enum<InboundServiceType> implements com.google.protobuf.ProtocolMessageEnum
Available inbound services.Protobuf enum
google.appengine.v1.InboundServiceType| Enum Constant and Description |
|---|
INBOUND_SERVICE_CHANNEL_PRESENCE
Registers an application for notifications when a client connects or
disconnects from a channel.
|
INBOUND_SERVICE_MAIL
Allows an application to receive mail.
|
INBOUND_SERVICE_MAIL_BOUNCE
Allows an application to receive email-bound notifications.
|
INBOUND_SERVICE_UNSPECIFIED
Not specified.
|
INBOUND_SERVICE_WARMUP
Enables warmup requests.
|
INBOUND_SERVICE_XMPP_ERROR
Allows an application to receive error stanzas.
|
INBOUND_SERVICE_XMPP_MESSAGE
Allows an application to receive instant messages.
|
INBOUND_SERVICE_XMPP_PRESENCE
Allows an application to receive a user's chat presence.
|
INBOUND_SERVICE_XMPP_SUBSCRIBE
Allows an application to receive user subscription POSTs.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
INBOUND_SERVICE_CHANNEL_PRESENCE_VALUE
Registers an application for notifications when a client connects or
disconnects from a channel.
|
static int |
INBOUND_SERVICE_MAIL_BOUNCE_VALUE
Allows an application to receive email-bound notifications.
|
static int |
INBOUND_SERVICE_MAIL_VALUE
Allows an application to receive mail.
|
static int |
INBOUND_SERVICE_UNSPECIFIED_VALUE
Not specified.
|
static int |
INBOUND_SERVICE_WARMUP_VALUE
Enables warmup requests.
|
static int |
INBOUND_SERVICE_XMPP_ERROR_VALUE
Allows an application to receive error stanzas.
|
static int |
INBOUND_SERVICE_XMPP_MESSAGE_VALUE
Allows an application to receive instant messages.
|
static int |
INBOUND_SERVICE_XMPP_PRESENCE_VALUE
Allows an application to receive a user's chat presence.
|
static int |
INBOUND_SERVICE_XMPP_SUBSCRIBE_VALUE
Allows an application to receive user subscription POSTs.
|
| Modifier and Type | Method and Description |
|---|---|
static InboundServiceType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<InboundServiceType> |
internalGetValueMap() |
static InboundServiceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InboundServiceType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InboundServiceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InboundServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InboundServiceType INBOUND_SERVICE_UNSPECIFIED
Not specified.
INBOUND_SERVICE_UNSPECIFIED = 0;public static final InboundServiceType INBOUND_SERVICE_MAIL
Allows an application to receive mail.
INBOUND_SERVICE_MAIL = 1;public static final InboundServiceType INBOUND_SERVICE_MAIL_BOUNCE
Allows an application to receive email-bound notifications.
INBOUND_SERVICE_MAIL_BOUNCE = 2;public static final InboundServiceType INBOUND_SERVICE_XMPP_ERROR
Allows an application to receive error stanzas.
INBOUND_SERVICE_XMPP_ERROR = 3;public static final InboundServiceType INBOUND_SERVICE_XMPP_MESSAGE
Allows an application to receive instant messages.
INBOUND_SERVICE_XMPP_MESSAGE = 4;public static final InboundServiceType INBOUND_SERVICE_XMPP_SUBSCRIBE
Allows an application to receive user subscription POSTs.
INBOUND_SERVICE_XMPP_SUBSCRIBE = 5;public static final InboundServiceType INBOUND_SERVICE_XMPP_PRESENCE
Allows an application to receive a user's chat presence.
INBOUND_SERVICE_XMPP_PRESENCE = 6;public static final InboundServiceType INBOUND_SERVICE_CHANNEL_PRESENCE
Registers an application for notifications when a client connects or disconnects from a channel.
INBOUND_SERVICE_CHANNEL_PRESENCE = 7;public static final InboundServiceType INBOUND_SERVICE_WARMUP
Enables warmup requests.
INBOUND_SERVICE_WARMUP = 9;public static final InboundServiceType UNRECOGNIZED
public static final int INBOUND_SERVICE_UNSPECIFIED_VALUE
Not specified.
INBOUND_SERVICE_UNSPECIFIED = 0;public static final int INBOUND_SERVICE_MAIL_VALUE
Allows an application to receive mail.
INBOUND_SERVICE_MAIL = 1;public static final int INBOUND_SERVICE_MAIL_BOUNCE_VALUE
Allows an application to receive email-bound notifications.
INBOUND_SERVICE_MAIL_BOUNCE = 2;public static final int INBOUND_SERVICE_XMPP_ERROR_VALUE
Allows an application to receive error stanzas.
INBOUND_SERVICE_XMPP_ERROR = 3;public static final int INBOUND_SERVICE_XMPP_MESSAGE_VALUE
Allows an application to receive instant messages.
INBOUND_SERVICE_XMPP_MESSAGE = 4;public static final int INBOUND_SERVICE_XMPP_SUBSCRIBE_VALUE
Allows an application to receive user subscription POSTs.
INBOUND_SERVICE_XMPP_SUBSCRIBE = 5;public static final int INBOUND_SERVICE_XMPP_PRESENCE_VALUE
Allows an application to receive a user's chat presence.
INBOUND_SERVICE_XMPP_PRESENCE = 6;public static final int INBOUND_SERVICE_CHANNEL_PRESENCE_VALUE
Registers an application for notifications when a client connects or disconnects from a channel.
INBOUND_SERVICE_CHANNEL_PRESENCE = 7;public static final int INBOUND_SERVICE_WARMUP_VALUE
Enables warmup requests.
INBOUND_SERVICE_WARMUP = 9;public static InboundServiceType[] values()
for (InboundServiceType c : InboundServiceType.values()) System.out.println(c);
public static InboundServiceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static InboundServiceType valueOf(int value)
forNumber(int) instead.public static InboundServiceType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<InboundServiceType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static InboundServiceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)