Show / Hide Table of Contents

Class GoogleCloudRetailV2betaImportCompletionDataRequest

Request message for ImportCompletionData methods.

Inheritance
object
GoogleCloudRetailV2betaImportCompletionDataRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX