Class: Google::Cloud::ApiKeys::V2::ServerKeyRestrictions

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 IP addresses of callers that are allowed to use the key.

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_ips::Array<::String>

Returns A list of the caller IP addresses that are allowed to make API calls with this key.

Returns:

  • (::Array<::String>)

    A list of the caller IP addresses that are allowed to make API calls with this key.



125
126
127
128
# File 'proto_docs/google/api/apikeys/v2/resources.rb', line 125

class ServerKeyRestrictions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end