Google Cloud Recommendation Engine V1beta1 Client - Class DeletePredictionApiKeyRegistrationRequest (0.5.0)

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

Methods

build

Parameter
NameDescription
name string

Required. The API key to unregister including full resource path. projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/predictionApiKeyRegistrations/<YOUR_API_KEY> Please see {@see \Google\Cloud\RecommendationEngine\V1beta1\PredictionApiKeyRegistryClient::predictionApiKeyRegistrationName()} for help formatting this field.

Returns
TypeDescription
Google\Cloud\RecommendationEngine\V1beta1\DeletePredictionApiKeyRegistrationRequest

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The API key to unregister including full resource path. projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/predictionApiKeyRegistrations/<YOUR_API_KEY>

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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this