Uses of Class
com.google.appengine.v1.InboundServiceType
-
Packages that use InboundServiceType Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of InboundServiceType in com.google.appengine.v1
Methods in com.google.appengine.v1 that return InboundServiceType Modifier and Type Method Description static InboundServiceTypeInboundServiceType. forNumber(int value)InboundServiceTypeVersion.Builder. getInboundServices(int index)Before an application can receive email or XMPP messages, the application must be configured to enable the service.InboundServiceTypeVersion. getInboundServices(int index)Before an application can receive email or XMPP messages, the application must be configured to enable the service.InboundServiceTypeVersionOrBuilder. getInboundServices(int index)Before an application can receive email or XMPP messages, the application must be configured to enable the service.static InboundServiceTypeInboundServiceType. valueOf(int value)Deprecated.static InboundServiceTypeInboundServiceType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static InboundServiceTypeInboundServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static InboundServiceType[]InboundServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.v1 that return types with arguments of type InboundServiceType Modifier and Type Method Description List<InboundServiceType>Version.Builder. getInboundServicesList()Before an application can receive email or XMPP messages, the application must be configured to enable the service.List<InboundServiceType>Version. getInboundServicesList()Before an application can receive email or XMPP messages, the application must be configured to enable the service.List<InboundServiceType>VersionOrBuilder. getInboundServicesList()Before an application can receive email or XMPP messages, the application must be configured to enable the service.static com.google.protobuf.Internal.EnumLiteMap<InboundServiceType>InboundServiceType. internalGetValueMap()Methods in com.google.appengine.v1 with parameters of type InboundServiceType Modifier and Type Method Description Version.BuilderVersion.Builder. addInboundServices(InboundServiceType value)Before an application can receive email or XMPP messages, the application must be configured to enable the service.Version.BuilderVersion.Builder. setInboundServices(int index, InboundServiceType value)Before an application can receive email or XMPP messages, the application must be configured to enable the service.Method parameters in com.google.appengine.v1 with type arguments of type InboundServiceType Modifier and Type Method Description Version.BuilderVersion.Builder. addAllInboundServices(Iterable<? extends InboundServiceType> values)Before an application can receive email or XMPP messages, the application must be configured to enable the service.
-