Google Cloud Translation v3 API - Class ImportDataRequest (3.8.0)

public sealed class ImportDataRequest : IMessage<ImportDataRequest>, IEquatable<ImportDataRequest>, IDeepCloneable<ImportDataRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Translation v3 API class ImportDataRequest.

Request message for ImportData.

Inheritance

object > ImportDataRequest

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

ImportDataRequest()

public ImportDataRequest()

ImportDataRequest(ImportDataRequest)

public ImportDataRequest(ImportDataRequest other)
Parameter
Name Description
other ImportDataRequest

Properties

Dataset

public string Dataset { get; set; }

Required. Name of the dataset. In form of projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset-id}

Property Value
Type Description
string

InputConfig

public DatasetInputConfig InputConfig { get; set; }

Required. The config for the input content.

Property Value
Type Description
DatasetInputConfig