Compute V1 Client - Class CorsPolicy (1.14.0)

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
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.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getAllowHeaders

Specifies the content for the Access-Control-Allow-Headers header.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAllowHeaders

Specifies the content for the Access-Control-Allow-Headers header.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getAllowMethods

Specifies the content for the Access-Control-Allow-Methods header.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAllowMethods

Specifies the content for the Access-Control-Allow-Methods header.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$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.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

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.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$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.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

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.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getExposeHeaders

Specifies the content for the Access-Control-Expose-Headers header.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setExposeHeaders

Specifies the content for the Access-Control-Expose-Headers header.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var int
Returns
TypeDescription
$this