Cloud Translation V3 Client - Class CreateGlossaryMetadata (1.17.5)

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

Stored in the google.longrunning.Operation.metadata field returned by CreateGlossary.

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

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The name of the glossary that is being created.

↳ state int

The current state of the glossary creation operation.

↳ submit_time Google\Protobuf\Timestamp

The time when the operation was submitted to the server.

getName

The name of the glossary that is being created.

Returns
TypeDescription
string

setName

The name of the glossary that is being created.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

The current state of the glossary creation operation.

Returns
TypeDescription
int

setState

The current state of the glossary creation operation.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getSubmitTime

The time when the operation was submitted to the server.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasSubmitTime

clearSubmitTime

setSubmitTime

The time when the operation was submitted to the server.

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