Package com.google.appengine.v1
Enum InboundServiceType
- java.lang.Object
-
- java.lang.Enum<InboundServiceType>
-
- com.google.appengine.v1.InboundServiceType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<InboundServiceType>
public enum InboundServiceType extends Enum<InboundServiceType> implements com.google.protobuf.ProtocolMessageEnum
Available inbound services.
Protobuf enumgoogle.appengine.v1.InboundServiceType
-
-
Enum Constant Summary
Enum Constants Enum Constant 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
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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(int value)
Deprecated.static InboundServiceType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static InboundServiceType
valueOf(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.
-
-
-
Enum Constant Detail
-
INBOUND_SERVICE_UNSPECIFIED
public static final InboundServiceType INBOUND_SERVICE_UNSPECIFIED
Not specified.
INBOUND_SERVICE_UNSPECIFIED = 0;
-
INBOUND_SERVICE_MAIL
public static final InboundServiceType INBOUND_SERVICE_MAIL
Allows an application to receive mail.
INBOUND_SERVICE_MAIL = 1;
-
INBOUND_SERVICE_MAIL_BOUNCE
public static final InboundServiceType INBOUND_SERVICE_MAIL_BOUNCE
Allows an application to receive email-bound notifications.
INBOUND_SERVICE_MAIL_BOUNCE = 2;
-
INBOUND_SERVICE_XMPP_ERROR
public static final InboundServiceType INBOUND_SERVICE_XMPP_ERROR
Allows an application to receive error stanzas.
INBOUND_SERVICE_XMPP_ERROR = 3;
-
INBOUND_SERVICE_XMPP_MESSAGE
public static final InboundServiceType INBOUND_SERVICE_XMPP_MESSAGE
Allows an application to receive instant messages.
INBOUND_SERVICE_XMPP_MESSAGE = 4;
-
INBOUND_SERVICE_XMPP_SUBSCRIBE
public static final InboundServiceType INBOUND_SERVICE_XMPP_SUBSCRIBE
Allows an application to receive user subscription POSTs.
INBOUND_SERVICE_XMPP_SUBSCRIBE = 5;
-
INBOUND_SERVICE_XMPP_PRESENCE
public static final InboundServiceType INBOUND_SERVICE_XMPP_PRESENCE
Allows an application to receive a user's chat presence.
INBOUND_SERVICE_XMPP_PRESENCE = 6;
-
INBOUND_SERVICE_CHANNEL_PRESENCE
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;
-
INBOUND_SERVICE_WARMUP
public static final InboundServiceType INBOUND_SERVICE_WARMUP
Enables warmup requests.
INBOUND_SERVICE_WARMUP = 9;
-
UNRECOGNIZED
public static final InboundServiceType UNRECOGNIZED
-
-
Field Detail
-
INBOUND_SERVICE_UNSPECIFIED_VALUE
public static final int INBOUND_SERVICE_UNSPECIFIED_VALUE
Not specified.
INBOUND_SERVICE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
INBOUND_SERVICE_MAIL_VALUE
public static final int INBOUND_SERVICE_MAIL_VALUE
Allows an application to receive mail.
INBOUND_SERVICE_MAIL = 1;
- See Also:
- Constant Field Values
-
INBOUND_SERVICE_MAIL_BOUNCE_VALUE
public static final int INBOUND_SERVICE_MAIL_BOUNCE_VALUE
Allows an application to receive email-bound notifications.
INBOUND_SERVICE_MAIL_BOUNCE = 2;
- See Also:
- Constant Field Values
-
INBOUND_SERVICE_XMPP_ERROR_VALUE
public static final int INBOUND_SERVICE_XMPP_ERROR_VALUE
Allows an application to receive error stanzas.
INBOUND_SERVICE_XMPP_ERROR = 3;
- See Also:
- Constant Field Values
-
INBOUND_SERVICE_XMPP_MESSAGE_VALUE
public static final int INBOUND_SERVICE_XMPP_MESSAGE_VALUE
Allows an application to receive instant messages.
INBOUND_SERVICE_XMPP_MESSAGE = 4;
- See Also:
- Constant Field Values
-
INBOUND_SERVICE_XMPP_SUBSCRIBE_VALUE
public static final int INBOUND_SERVICE_XMPP_SUBSCRIBE_VALUE
Allows an application to receive user subscription POSTs.
INBOUND_SERVICE_XMPP_SUBSCRIBE = 5;
- See Also:
- Constant Field Values
-
INBOUND_SERVICE_XMPP_PRESENCE_VALUE
public static final int INBOUND_SERVICE_XMPP_PRESENCE_VALUE
Allows an application to receive a user's chat presence.
INBOUND_SERVICE_XMPP_PRESENCE = 6;
- See Also:
- Constant Field Values
-
INBOUND_SERVICE_CHANNEL_PRESENCE_VALUE
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;
- See Also:
- Constant Field Values
-
INBOUND_SERVICE_WARMUP_VALUE
public static final int INBOUND_SERVICE_WARMUP_VALUE
Enables warmup requests.
INBOUND_SERVICE_WARMUP = 9;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static InboundServiceType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (InboundServiceType c : InboundServiceType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InboundServiceType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static InboundServiceType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static InboundServiceType forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<InboundServiceType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static InboundServiceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-