Cloud Translation V3 Client - Class AdaptiveMtFile (1.17.5)

Reference documentation and code samples for the Cloud Translation V3 Client class AdaptiveMtFile.

An AdaptiveMtFile.

Generated from protobuf message google.cloud.translation.v3.AdaptiveMtFile

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}

↳ display_name string

The file's display name.

↳ entry_count int

The number of entries that the file contains.

↳ create_time Google\Protobuf\Timestamp

Output only. Timestamp when this file was created.

↳ update_time Google\Protobuf\Timestamp

Output only. Timestamp when this file was last updated.

getName

Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}

Returns
TypeDescription
string

setName

Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

The file's display name.

Returns
TypeDescription
string

setDisplayName

The file's display name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEntryCount

The number of entries that the file contains.

Returns
TypeDescription
int

setEntryCount

The number of entries that the file contains.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getCreateTime

Output only. Timestamp when this file was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Timestamp when this file was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. Timestamp when this file was last updated.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. Timestamp when this file was last updated.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this