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.
The Android apps that are allowed to use the key.
Implements
IMessageAndroidKeyRestrictions, IEquatableAndroidKeyRestrictions, IDeepCloneableAndroidKeyRestrictions, IBufferMessage, IMessageNamespace
Google.Cloud.ApiKeys.V2Assembly
Google.Cloud.ApiKeys.V2.dll
Constructors
AndroidKeyRestrictions()
public AndroidKeyRestrictions()
AndroidKeyRestrictions(AndroidKeyRestrictions)
public AndroidKeyRestrictions(AndroidKeyRestrictions other)
Parameter | |
---|---|
Name | Description |
other | AndroidKeyRestrictions |
Properties
AllowedApplications
public RepeatedField<AndroidApplication> AllowedApplications { get; }
A list of Android applications that are allowed to make API calls with this key.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAndroidApplication |