Class: Google::Cloud::ApiKeys::V2::LookupKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiKeys::V2::LookupKeyRequest
- 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
-
#key_string ⇒ ::String
Required.
Instance Attribute Details
#key_string ⇒ ::String
Returns 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 |