Google Cloud Api Keys V2 Client - Class AndroidKeyRestrictions (1.1.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Api Keys V2 Client class AndroidKeyRestrictions.
The Android apps that are allowed to use the key.
Generated from protobuf message google.api.apikeys.v2.AndroidKeyRestrictions
Namespace
Google \ Cloud \ ApiKeys \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ allowed_applications |
array<AndroidApplication>
A list of Android applications that are allowed to make API calls with this key. |
getAllowedApplications
A list of Android applications that are allowed to make API calls with this key.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAllowedApplications
A list of Android applications that are allowed to make API calls with this key.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AndroidApplication>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|