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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the API Keys v2 API is 1.4.0, with documentation available for versions 1.0.0 through 1.4.0."],["The `BrowserKeyRestrictions` class, within the `Google.Cloud.ApiKeys.V2` namespace, defines the HTTP referrers (websites) permitted to use a specific API key."],["The `BrowserKeyRestrictions` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, enhancing its functionality."],["The `AllowedReferrers` property, of type `RepeatedField\u003cstring\u003e`, specifies the regular expressions for allowed referrer URLs when using the key."],["The class provides two constructors, one being empty, and the other taking a `BrowserKeyRestrictions` object as a parameter."]]],[]]