public sealed class CreatePredictionApiKeyRegistrationRequest : IMessage<CreatePredictionApiKeyRegistrationRequest>, IEquatable<CreatePredictionApiKeyRegistrationRequest>, IDeepCloneable<CreatePredictionApiKeyRegistrationRequest>, IBufferMessage, IMessage
Request message for the CreatePredictionApiKeyRegistration
method.
Implements
IMessage<CreatePredictionApiKeyRegistrationRequest>, IEquatable<CreatePredictionApiKeyRegistrationRequest>, IDeepCloneable<CreatePredictionApiKeyRegistrationRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
CreatePredictionApiKeyRegistrationRequest()
public CreatePredictionApiKeyRegistrationRequest()
CreatePredictionApiKeyRegistrationRequest(CreatePredictionApiKeyRegistrationRequest)
public CreatePredictionApiKeyRegistrationRequest(CreatePredictionApiKeyRegistrationRequest other)
Parameter | |
---|---|
Name | Description |
other | CreatePredictionApiKeyRegistrationRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent resource path.
projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsEventStoreName
public EventStoreName ParentAsEventStoreName { get; set; }
EventStoreName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
EventStoreName |
PredictionApiKeyRegistration
public PredictionApiKeyRegistration PredictionApiKeyRegistration { get; set; }
Required. The prediction API key registration.
Property Value | |
---|---|
Type | Description |
PredictionApiKeyRegistration |