Class: Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb

Overview

Registered Api Key.

Instance Attribute Summary collapse

Instance Attribute Details

#api_key::String

Returns The API key.

Returns:

  • (::String)

    The API key.



28
29
30
31
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb', line 28

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