public sealed class DeletePredictionApiKeyRegistrationRequest : IMessage<DeletePredictionApiKeyRegistrationRequest>, IEquatable<DeletePredictionApiKeyRegistrationRequest>, IDeepCloneable<DeletePredictionApiKeyRegistrationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Recommendations AI v1beta1 API class DeletePredictionApiKeyRegistrationRequest.
Request message for DeletePredictionApiKeyRegistration method.
Implements
IMessageDeletePredictionApiKeyRegistrationRequest, IEquatableDeletePredictionApiKeyRegistrationRequest, IDeepCloneableDeletePredictionApiKeyRegistrationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
DeletePredictionApiKeyRegistrationRequest()
public DeletePredictionApiKeyRegistrationRequest()DeletePredictionApiKeyRegistrationRequest(DeletePredictionApiKeyRegistrationRequest)
public DeletePredictionApiKeyRegistrationRequest(DeletePredictionApiKeyRegistrationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeletePredictionApiKeyRegistrationRequest |
Properties
Name
public string Name { get; set; }Required. The API key to unregister including full resource path.
projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/predictionApiKeyRegistrations/<YOUR_API_KEY>
| Property Value | |
|---|---|
| Type | Description |
string |
|
PredictionApiKeyRegistrationName
public PredictionApiKeyRegistrationName PredictionApiKeyRegistrationName { get; set; }PredictionApiKeyRegistrationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
PredictionApiKeyRegistrationName |
|