public sealed class AndroidKeyRestrictions : IMessage<AndroidKeyRestrictions>, IEquatable<AndroidKeyRestrictions>, IDeepCloneable<AndroidKeyRestrictions>, IBufferMessage, IMessage
Reference documentation and code samples for the API Keys v2 API class AndroidKeyRestrictions.
[[["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."],[[["The `AndroidKeyRestrictions` class, part of the API Keys v2 API, defines restrictions for Android applications using an API key."],["This class is the main focus of the documentation, and is a sealed class implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AndroidKeyRestrictions` class allows you to define a list of allowed Android applications through its `AllowedApplications` property, which is a `RepeatedField` of `AndroidApplication`."],["This class has two constructors, one default and one that takes another `AndroidKeyRestrictions` object as a parameter, and it inherits certain members from the base `Object` class."],["The documentation provides links to various versions of the `AndroidKeyRestrictions` class, ranging from version 1.0.0 to the latest 1.4.0, and the current namespace for this class is `Google.Cloud.ApiKeys.V2`."]]],[]]