Reference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class DeletePredictionApiKeyRegistrationRequest.
Request message for DeletePredictionApiKeyRegistration
method.
Generated from protobuf message google.cloud.recommendationengine.v1beta1.DeletePredictionApiKeyRegistrationRequest
Namespace
Google \ Cloud \ RecommendationEngine \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The API key to unregister including full resource path. |
getName
Required. The API key to unregister including full resource path.
projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/predictionApiKeyRegistrations/<YOUR_API_KEY>
Returns | |
---|---|
Type | Description |
string |
setName
Required. The API key to unregister including full resource path.
projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/predictionApiKeyRegistrations/<YOUR_API_KEY>
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The API key to unregister including full resource path.
|
Returns | |
---|---|
Type | Description |
DeletePredictionApiKeyRegistrationRequest |