Class: Google::Cloud::ApiKeys::V2::AndroidKeyRestrictions
- Inherits:
-
Object
- Object
- Google::Cloud::ApiKeys::V2::AndroidKeyRestrictions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/apikeys/v2/resources.rb
Overview
The Android apps that are allowed to use the key.
Instance Attribute Summary collapse
-
#allowed_applications ⇒ ::Array<::Google::Cloud::ApiKeys::V2::AndroidApplication>
A list of Android applications that are allowed to make API calls with this key.
Instance Attribute Details
#allowed_applications ⇒ ::Array<::Google::Cloud::ApiKeys::V2::AndroidApplication>
Returns A list of Android applications that are allowed to make API calls with this key.
135 136 137 138 |
# File 'proto_docs/google/api/apikeys/v2/resources.rb', line 135 class AndroidKeyRestrictions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |