Class: Google::Cloud::ApiKeys::V2::LookupKeyResponse

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

Instance Attribute Details

#name::String

Returns The resource name of the API key. If the API key has been purged, resource name is empty.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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