Class GoogleCloudRetailV2betaImportCompletionDataRequest
Request message for ImportCompletionData methods.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaImportCompletionDataRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InputConfig
Required. The desired input location of the data.
Declaration
[JsonProperty("inputConfig")]
public virtual GoogleCloudRetailV2betaCompletionDataInputConfig InputConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2betaCompletionDataInputConfig |
NotificationPubsubTopic
Pub/Sub topic for receiving notification. If this field is set, when the import is finished, a notification
is sent to specified Pub/Sub topic. The message data is JSON string of a Operation. Format of the Pub/Sub
topic is projects/{project}/topics/{topic}
.
Declaration
[JsonProperty("notificationPubsubTopic")]
public virtual string NotificationPubsubTopic { get; set; }
Property Value
Type | Description |
---|---|
string |