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

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 \ V1beta1

Methods

__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. 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
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. projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/predictionApiKeyRegistrations/<YOUR_API_KEY> Please see Google\Cloud\RecommendationEngine\V1beta1\PredictionApiKeyRegistryClient::predictionApiKeyRegistrationName() for help formatting this field.

Returns
Type Description
Google\Cloud\RecommendationEngine\V1beta1\DeletePredictionApiKeyRegistrationRequest