Class UrlMap (2.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.2.0
- 2.1.10
- 0.2.0
publicfinalclass UrlMapextendsGeneratedMessageV3implementsUrlMapOrBuilderURL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code or by serving static files uploaded with the version, such as images, CSS, or JavaScript.
Protobuf type google.appengine.v1.UrlMap
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > UrlMapImplements
UrlMapOrBuilderInherited Members
Static Fields
API_ENDPOINT_FIELD_NUMBER
publicstaticfinalintAPI_ENDPOINT_FIELD_NUMBERAUTH_FAIL_ACTION_FIELD_NUMBER
publicstaticfinalintAUTH_FAIL_ACTION_FIELD_NUMBERLOGIN_FIELD_NUMBER
publicstaticfinalintLOGIN_FIELD_NUMBERREDIRECT_HTTP_RESPONSE_CODE_FIELD_NUMBER
publicstaticfinalintREDIRECT_HTTP_RESPONSE_CODE_FIELD_NUMBERSCRIPT_FIELD_NUMBER
publicstaticfinalintSCRIPT_FIELD_NUMBERSECURITY_LEVEL_FIELD_NUMBER
publicstaticfinalintSECURITY_LEVEL_FIELD_NUMBERSTATIC_FILES_FIELD_NUMBER
publicstaticfinalintSTATIC_FILES_FIELD_NUMBERURL_REGEX_FIELD_NUMBER
publicstaticfinalintURL_REGEX_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticUrlMapgetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticUrlMap.BuildernewBuilder()newBuilder(UrlMap prototype)
publicstaticUrlMap.BuildernewBuilder(UrlMapprototype)parseDelimitedFrom(InputStream input)
publicstaticUrlMapparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticUrlMapparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticUrlMapparseFrom(byte[]data)data
byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticUrlMapparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)data
byte[]parseFrom(ByteString data)
publicstaticUrlMapparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticUrlMapparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticUrlMapparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticUrlMapparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticUrlMapparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticUrlMapparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticUrlMapparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticUrlMapparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<UrlMap>parser()Methods
equals(Object obj)
publicbooleanequals(Objectobj)getApiEndpoint()
publicApiEndpointHandlergetApiEndpoint()Uses API Endpoints to handle requests.
.google.appengine.v1.ApiEndpointHandler api_endpoint = 4;
ApiEndpointHandler
The apiEndpoint.
getApiEndpointOrBuilder()
publicApiEndpointHandlerOrBuildergetApiEndpointOrBuilder()Uses API Endpoints to handle requests.
.google.appengine.v1.ApiEndpointHandler api_endpoint = 4;
getAuthFailAction()
publicAuthFailActiongetAuthFailAction() Action to take when users access resources that require
authentication. Defaults to redirect.
.google.appengine.v1.AuthFailAction auth_fail_action = 7;
AuthFailAction
The authFailAction.
getAuthFailActionValue()
publicintgetAuthFailActionValue() Action to take when users access resources that require
authentication. Defaults to redirect.
.google.appengine.v1.AuthFailAction auth_fail_action = 7;
int
The enum numeric value on the wire for authFailAction.
getDefaultInstanceForType()
publicUrlMapgetDefaultInstanceForType()getHandlerTypeCase()
publicUrlMap.HandlerTypeCasegetHandlerTypeCase()getLogin()
publicLoginRequirementgetLogin()Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment.
.google.appengine.v1.LoginRequirement login = 6;
LoginRequirement
The login.
getLoginValue()
publicintgetLoginValue()Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment.
.google.appengine.v1.LoginRequirement login = 6;
int
The enum numeric value on the wire for login.
getParserForType()
publicParser<UrlMap>getParserForType()getRedirectHttpResponseCode()
publicUrlMap.RedirectHttpResponseCodegetRedirectHttpResponseCode() 30x code to use when performing redirects for the secure field.
Defaults to 302.
.google.appengine.v1.UrlMap.RedirectHttpResponseCode redirect_http_response_code = 8;
UrlMap.RedirectHttpResponseCode
The redirectHttpResponseCode.
getRedirectHttpResponseCodeValue()
publicintgetRedirectHttpResponseCodeValue() 30x code to use when performing redirects for the secure field.
Defaults to 302.
.google.appengine.v1.UrlMap.RedirectHttpResponseCode redirect_http_response_code = 8;
int
The enum numeric value on the wire for redirectHttpResponseCode.
getScript()
publicScriptHandlergetScript() Executes a script to handle the requests that match this URL
pattern. Only the auto value is supported for Node.js in the
App Engine standard environment, for example "script": "auto".
.google.appengine.v1.ScriptHandler script = 3;
ScriptHandler
The script.
getScriptOrBuilder()
publicScriptHandlerOrBuildergetScriptOrBuilder() Executes a script to handle the requests that match this URL
pattern. Only the auto value is supported for Node.js in the
App Engine standard environment, for example "script": "auto".
.google.appengine.v1.ScriptHandler script = 3;
getSecurityLevel()
publicSecurityLevelgetSecurityLevel()Security (HTTPS) enforcement for this URL.
.google.appengine.v1.SecurityLevel security_level = 5;
SecurityLevel
The securityLevel.
getSecurityLevelValue()
publicintgetSecurityLevelValue()Security (HTTPS) enforcement for this URL.
.google.appengine.v1.SecurityLevel security_level = 5;
int
The enum numeric value on the wire for securityLevel.
getSerializedSize()
publicintgetSerializedSize()getStaticFiles()
publicStaticFilesHandlergetStaticFiles()Returns the contents of a file, such as an image, as the response.
.google.appengine.v1.StaticFilesHandler static_files = 2;
StaticFilesHandler
The staticFiles.
getStaticFilesOrBuilder()
publicStaticFilesHandlerOrBuildergetStaticFilesOrBuilder()Returns the contents of a file, such as an image, as the response.
.google.appengine.v1.StaticFilesHandler static_files = 2;
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()getUrlRegex()
publicStringgetUrlRegex()URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
string url_regex = 1;
String
The urlRegex.
getUrlRegexBytes()
publicByteStringgetUrlRegexBytes()URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
string url_regex = 1;
ByteString
The bytes for urlRegex.
hasApiEndpoint()
publicbooleanhasApiEndpoint()Uses API Endpoints to handle requests.
.google.appengine.v1.ApiEndpointHandler api_endpoint = 4;
boolean
Whether the apiEndpoint field is set.
hasScript()
publicbooleanhasScript() Executes a script to handle the requests that match this URL
pattern. Only the auto value is supported for Node.js in the
App Engine standard environment, for example "script": "auto".
.google.appengine.v1.ScriptHandler script = 3;
boolean
Whether the script field is set.
hasStaticFiles()
publicbooleanhasStaticFiles()Returns the contents of a file, such as an image, as the response.
.google.appengine.v1.StaticFilesHandler static_files = 2;
boolean
Whether the staticFiles field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicUrlMap.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedUrlMap.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicUrlMap.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)