Class: Google::Cloud::ApiKeys::V2::LookupKeyResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApiKeys::V2::LookupKeyResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/apikeys/v2/apikeys.rb
Overview
Response message for LookupKey
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The resource name of the API key.
-
#parent ⇒ ::String
The project that owns the key with the value specified in the request.
Instance Attribute Details
#name ⇒ ::String
Returns The resource name of the API key. If the API key has been purged, resource name is empty.
166 167 168 169 |
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 166 class LookupKeyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The project that owns the key with the value specified in the request.
166 167 168 169 |
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 166 class LookupKeyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |