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.
Implements
IMessageImportDataRequest, IEquatableImportDataRequest, IDeepCloneableImportDataRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
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 |