Class: Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration
- 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
-
#api_key ⇒ ::String
The API key.
Instance Attribute Details
#api_key ⇒ ::String
Returns 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 |