public sealed class BrowserKeyRestrictions : IMessage<BrowserKeyRestrictions>, IEquatable<BrowserKeyRestrictions>, IDeepCloneable<BrowserKeyRestrictions>, IBufferMessage, IMessage
Reference documentation and code samples for the API Keys v2 API class BrowserKeyRestrictions.
The HTTP referrers (websites) that are allowed to use the key.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `BrowserKeyRestrictions` class within the Google.Cloud.ApiKeys.V2 API, detailing its purpose and usage in managing API key restrictions."],["The `BrowserKeyRestrictions` class is designed to specify the HTTP referrers (websites) permitted to use a particular API key."],["The `BrowserKeyRestrictions` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The latest version of this API is 1.4.0, with prior versions including 1.3.0, 1.2.0, 1.1.0, and 1.0.0 also available, and the class has a `RepeatedField` property called `AllowedReferrers` to define allowed URLs."],["The `BrowserKeyRestrictions` class offers two constructors: a default constructor `BrowserKeyRestrictions()` and an overloaded constructor `BrowserKeyRestrictions(BrowserKeyRestrictions other)` for creating new instances."]]],[]]