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 SecurityLevel
SecurityLevel. SECURE_DEFAULT
Both 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 SecurityLevel
SecurityLevel. forNumber(int value)
SecurityLevel
ApiConfigHandler.Builder. getSecurityLevel()
Security (HTTPS) enforcement for this URL.SecurityLevel
ApiConfigHandler. getSecurityLevel()
Security (HTTPS) enforcement for this URL.SecurityLevel
ApiConfigHandlerOrBuilder. getSecurityLevel()
Security (HTTPS) enforcement for this URL.SecurityLevel
UrlMap.Builder. getSecurityLevel()
Security (HTTPS) enforcement for this URL.SecurityLevel
UrlMap. getSecurityLevel()
Security (HTTPS) enforcement for this URL.SecurityLevel
UrlMapOrBuilder. getSecurityLevel()
Security (HTTPS) enforcement for this URL.static SecurityLevel
SecurityLevel. valueOf(int value)
Deprecated.static SecurityLevel
SecurityLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SecurityLevel
SecurityLevel. 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.Builder
ApiConfigHandler.Builder. setSecurityLevel(SecurityLevel value)
Security (HTTPS) enforcement for this URL.UrlMap.Builder
UrlMap.Builder. setSecurityLevel(SecurityLevel value)
Security (HTTPS) enforcement for this URL.
-