Enum 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 enum google.appengine.v1.InboundServiceType
    • 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;
    • 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 name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.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 name
        NullPointerException - 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 interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.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 name
        NullPointerException - if the argument is null