API Keys v2 API - Class AndroidKeyRestrictions (1.3.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
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