Reference documentation and code samples for the Compute V1 Client class CorsPolicy.
The specification for allowing client-side cross-origin requests. For more information about the W3C recommendation for cross-origin resource sharing (CORS), see Fetch API Living Standard.
Generated from protobuf message google.cloud.compute.v1.CorsPolicy
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ allow_credentials
bool
In response to a preflight request, setting this to true indicates that the actual request can include user credentials. This field translates to the Access-Control-Allow-Credentials header. Default is false.
↳ allow_headers
array
Specifies the content for the Access-Control-Allow-Headers header.
↳ allow_methods
array
Specifies the content for the Access-Control-Allow-Methods header.
↳ allow_origin_regexes
array
Specifies a regular expression that matches allowed origins. For more information about the regular expression syntax, see Syntax. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
↳ allow_origins
array
Specifies the list of origins that is allowed to do CORS requests. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes.
↳ disabled
bool
If true, the setting specifies the CORS policy is disabled. The default value of false, which indicates that the CORS policy is in effect.
↳ expose_headers
array
Specifies the content for the Access-Control-Expose-Headers header.
↳ max_age
int
Specifies how long results of a preflight request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
getAllowCredentials
In response to a preflight request, setting this to true indicates that the actual request can include user credentials. This field translates to the Access-Control-Allow-Credentials header. Default is false.
bool
hasAllowCredentials
clearAllowCredentials
setAllowCredentials
In response to a preflight request, setting this to true indicates that the actual request can include user credentials. This field translates to the Access-Control-Allow-Credentials header. Default is false.
var
bool
$this
getAllowHeaders
Specifies the content for the Access-Control-Allow-Headers header.
setAllowHeaders
Specifies the content for the Access-Control-Allow-Headers header.
var
string[]
$this
getAllowMethods
Specifies the content for the Access-Control-Allow-Methods header.
setAllowMethods
Specifies the content for the Access-Control-Allow-Methods header.
var
string[]
$this
getAllowOriginRegexes
Specifies a regular expression that matches allowed origins. For more information about the regular expression syntax, see Syntax. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
setAllowOriginRegexes
Specifies a regular expression that matches allowed origins. For more information about the regular expression syntax, see Syntax. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
var
string[]
$this
getAllowOrigins
Specifies the list of origins that is allowed to do CORS requests. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes.
setAllowOrigins
Specifies the list of origins that is allowed to do CORS requests. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes.
var
string[]
$this
getDisabled
If true, the setting specifies the CORS policy is disabled. The default value of false, which indicates that the CORS policy is in effect.
bool
hasDisabled
clearDisabled
setDisabled
If true, the setting specifies the CORS policy is disabled. The default value of false, which indicates that the CORS policy is in effect.
var
bool
$this
getExposeHeaders
Specifies the content for the Access-Control-Expose-Headers header.
setExposeHeaders
Specifies the content for the Access-Control-Expose-Headers header.
var
string[]
$this
getMaxAge
Specifies how long results of a preflight request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
int
hasMaxAge
clearMaxAge
setMaxAge
Specifies how long results of a preflight request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
var
int
$this