Class: Google::Cloud::RecommendationEngine::V1beta1::DeletePredictionApiKeyRegistrationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::DeletePredictionApiKeyRegistrationRequest
- 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 DeletePredictionApiKeyRegistration
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The API key to unregister including full resource path.
projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/predictionApiKeyRegistrations/<YOUR_API_KEY>
.
81 82 83 84 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb', line 81 class DeletePredictionApiKeyRegistrationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |