Reference documentation and code samples for the Google Cloud Api Keys V2 Client class BrowserKeyRestrictions.
The HTTP referrers (websites) that are allowed to use the key.
Generated from protobuf message google.api.apikeys.v2.BrowserKeyRestrictions
Namespace
Google \ Cloud \ ApiKeys \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ allowed_referrers |
array
A list of regular expressions for the referrer URLs that are allowed to make API calls with this key. |
getAllowedReferrers
A list of regular expressions for the referrer URLs that are allowed to make API calls with this key.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAllowedReferrers
A list of regular expressions for the referrer URLs that are allowed to make API calls with this key.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |