Class: Google::Cloud::ApiKeys::V2::AndroidKeyRestrictions

Inherits:
Object
  • Object
show all
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

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.

Returns:



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