Class: Google::Cloud::ApiKeys::V2::LookupKeyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/apikeys/v2/apikeys.rb

Overview

Request message for LookupKey method.

Instance Attribute Summary collapse

Instance Attribute Details

#key_string::String

Returns Required. Finds the project that owns the key string value.

Returns:

  • (::String)

    Required. Finds the project that owns the key string value.



153
154
155
156
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 153

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