public sealed class AdaptiveMtFile : IMessage<AdaptiveMtFile>, IEquatable<AdaptiveMtFile>, IDeepCloneable<AdaptiveMtFile>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class AdaptiveMtFile.
An AdaptiveMtFile.
Implements
IMessageAdaptiveMtFile, IEquatableAdaptiveMtFile, IDeepCloneableAdaptiveMtFile, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
AdaptiveMtFile()
public AdaptiveMtFile()
AdaptiveMtFile(AdaptiveMtFile)
public AdaptiveMtFile(AdaptiveMtFile other)
Parameter | |
---|---|
Name | Description |
other | AdaptiveMtFile |
Properties
AdaptiveMtFileName
public AdaptiveMtFileName AdaptiveMtFileName { get; set; }
AdaptiveMtFileName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AdaptiveMtFileName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Timestamp when this file was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DisplayName
public string DisplayName { get; set; }
The file's display name.
Property Value | |
---|---|
Type | Description |
string |
EntryCount
public int EntryCount { get; set; }
The number of entries that the file contains.
Property Value | |
---|---|
Type | Description |
int |
Name
public string Name { get; set; }
Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Timestamp when this file was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |