public sealed class ImportCompletionDataRequest : IMessage<ImportCompletionDataRequest>, IEquatable<ImportCompletionDataRequest>, IDeepCloneable<ImportCompletionDataRequest>, IBufferMessage, IMessageRequest message for ImportCompletionData methods.
Implements
IMessage<ImportCompletionDataRequest>, IEquatable<ImportCompletionDataRequest>, IDeepCloneable<ImportCompletionDataRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ImportCompletionDataRequest()
public ImportCompletionDataRequest()ImportCompletionDataRequest(ImportCompletionDataRequest)
public ImportCompletionDataRequest(ImportCompletionDataRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportCompletionDataRequest |
Properties
InputConfig
public CompletionDataInputConfig InputConfig { get; set; }Required. The desired input location of the data.
| Property Value | |
|---|---|
| Type | Description |
CompletionDataInputConfig |
|
NotificationPubsubTopic
public string NotificationPubsubTopic { get; set; }Pub/Sub topic for receiving notification. If this field is set,
when the import is finished, a notification will be sent to
specified Pub/Sub topic. The message data will be JSON string of a
[Operation][google.longrunning.Operation].
Format of the Pub/Sub topic is projects/{project}/topics/{topic}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. The catalog which the suggestions dataset belongs to.
Format: projects/1234/locations/global/catalogs/default_catalog.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsCatalogName
public CatalogName ParentAsCatalogName { get; set; }CatalogName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
CatalogName |
|