Google Cloud Appengine Admin V1 Client - Class StaticFilesHandler (1.0.6)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class StaticFilesHandler.

Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them.

Generated from protobuf message google.appengine.v1.StaticFilesHandler

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ path string

Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.

↳ upload_path_regex string

Regular expression that matches the file paths for all files that should be referenced by this handler.

↳ http_headers array|Google\Protobuf\Internal\MapField

HTTP headers to use for all responses from these URLs.

↳ mime_type string

MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.

↳ expiration Google\Protobuf\Duration

Time a static file served by this handler should be cached by web proxies and browsers.

↳ require_matching_file bool

Whether this handler should match the request if the file referenced by the handler does not exist.

↳ application_readable bool

Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.

getPath

Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.

Returns
TypeDescription
string

setPath

Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUploadPathRegex

Regular expression that matches the file paths for all files that should be referenced by this handler.

Returns
TypeDescription
string

setUploadPathRegex

Regular expression that matches the file paths for all files that should be referenced by this handler.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getHttpHeaders

HTTP headers to use for all responses from these URLs.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setHttpHeaders

HTTP headers to use for all responses from these URLs.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getMimeType

MIME type used to serve all files served by this handler.

Defaults to file-specific MIME types, which are derived from each file's filename extension.

Returns
TypeDescription
string

setMimeType

MIME type used to serve all files served by this handler.

Defaults to file-specific MIME types, which are derived from each file's filename extension.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getExpiration

Time a static file served by this handler should be cached by web proxies and browsers.

Returns
TypeDescription
Google\Protobuf\Duration|null

hasExpiration

clearExpiration

setExpiration

Time a static file served by this handler should be cached by web proxies and browsers.

Parameter
NameDescription
var Google\Protobuf\Duration
Returns
TypeDescription
$this

getRequireMatchingFile

Whether this handler should match the request if the file referenced by the handler does not exist.

Returns
TypeDescription
bool

setRequireMatchingFile

Whether this handler should match the request if the file referenced by the handler does not exist.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getApplicationReadable

Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.

Returns
TypeDescription
bool

setApplicationReadable

Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this