public sealed class ExportDataRequest : IMessage<ExportDataRequest>, IEquatable<ExportDataRequest>, IDeepCloneable<ExportDataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class ExportDataRequest.
Request message for ExportData.
Implements
IMessageExportDataRequest, IEquatableExportDataRequest, IDeepCloneableExportDataRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
ExportDataRequest()
public ExportDataRequest()
ExportDataRequest(ExportDataRequest)
public ExportDataRequest(ExportDataRequest other)
Parameter | |
---|---|
Name | Description |
other |
ExportDataRequest |
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 |
OutputConfig
public DatasetOutputConfig OutputConfig { get; set; }
Required. The config for the output content.
Property Value | |
---|---|
Type | Description |
DatasetOutputConfig |