Uses of Class
com.google.appengine.v1.SecurityLevel
-
Packages that use SecurityLevel Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of SecurityLevel in com.google.appengine.v1
Fields in com.google.appengine.v1 declared as SecurityLevel Modifier and Type Field Description static SecurityLevelSecurityLevel. SECURE_DEFAULTBoth HTTP and HTTPS requests with URLs that match the handler succeed without redirects.Methods in com.google.appengine.v1 that return SecurityLevel Modifier and Type Method Description static SecurityLevelSecurityLevel. forNumber(int value)SecurityLevelApiConfigHandler.Builder. getSecurityLevel()Security (HTTPS) enforcement for this URL.SecurityLevelApiConfigHandler. getSecurityLevel()Security (HTTPS) enforcement for this URL.SecurityLevelApiConfigHandlerOrBuilder. getSecurityLevel()Security (HTTPS) enforcement for this URL.SecurityLevelUrlMap.Builder. getSecurityLevel()Security (HTTPS) enforcement for this URL.SecurityLevelUrlMap. getSecurityLevel()Security (HTTPS) enforcement for this URL.SecurityLevelUrlMapOrBuilder. getSecurityLevel()Security (HTTPS) enforcement for this URL.static SecurityLevelSecurityLevel. valueOf(int value)Deprecated.static SecurityLevelSecurityLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SecurityLevelSecurityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityLevel[]SecurityLevel. 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 SecurityLevel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SecurityLevel>SecurityLevel. internalGetValueMap()Methods in com.google.appengine.v1 with parameters of type SecurityLevel Modifier and Type Method Description ApiConfigHandler.BuilderApiConfigHandler.Builder. setSecurityLevel(SecurityLevel value)Security (HTTPS) enforcement for this URL.UrlMap.BuilderUrlMap.Builder. setSecurityLevel(SecurityLevel value)Security (HTTPS) enforcement for this URL.
-