Class: Google::Cloud::RecommendationEngine::V1beta1::CreatePredictionApiKeyRegistrationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::CreatePredictionApiKeyRegistrationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb
Overview
Request message for the CreatePredictionApiKeyRegistration
method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#prediction_api_key_registration ⇒ ::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource path.
projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store
.
41 42 43 44 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb', line 41 class CreatePredictionApiKeyRegistrationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prediction_api_key_registration ⇒ ::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration
Returns Required. The prediction API key registration.
41 42 43 44 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb', line 41 class CreatePredictionApiKeyRegistrationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |