API Keys v2 API - Class AndroidKeyRestrictions (1.0.0)

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.

Inheritance

Object > AndroidKeyRestrictions

Namespace

Google.Cloud.ApiKeys.V2

Assembly

Google.Cloud.ApiKeys.V2.dll

Constructors

AndroidKeyRestrictions()

public AndroidKeyRestrictions()

AndroidKeyRestrictions(AndroidKeyRestrictions)

public AndroidKeyRestrictions(AndroidKeyRestrictions other)
Parameter
NameDescription
otherAndroidKeyRestrictions

Properties

AllowedApplications

public RepeatedField<AndroidApplication> AllowedApplications { get; }

A list of Android applications that are allowed to make API calls with this key.

Property Value
TypeDescription
RepeatedField<AndroidApplication>