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 InboundServiceType
InboundServiceType. forNumber(int value)
InboundServiceType
Version.Builder. getInboundServices(int index)
Before an application can receive email or XMPP messages, the application must be configured to enable the service.InboundServiceType
Version. getInboundServices(int index)
Before an application can receive email or XMPP messages, the application must be configured to enable the service.InboundServiceType
VersionOrBuilder. getInboundServices(int index)
Before an application can receive email or XMPP messages, the application must be configured to enable the service.static InboundServiceType
InboundServiceType. valueOf(int value)
Deprecated.static InboundServiceType
InboundServiceType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static InboundServiceType
InboundServiceType. 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.Builder
Version.Builder. addInboundServices(InboundServiceType value)
Before an application can receive email or XMPP messages, the application must be configured to enable the service.Version.Builder
Version.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.Builder
Version.Builder. addAllInboundServices(Iterable<? extends InboundServiceType> values)
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
-