Cloud Translation V3 Client - Class DeleteGlossaryMetadata (1.17.6)

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

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

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

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

The name of the glossary that is being deleted.

↳ state int

The current state of the glossary deletion 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 deleted.

Returns
Type Description
string

setName

The name of the glossary that is being deleted.

Parameter
Name Description
var string
Returns
Type Description
$this

getState

The current state of the glossary deletion operation.

Returns
Type Description
int

setState

The current state of the glossary deletion operation.

Parameter
Name Description
var int
Returns
Type Description
$this

getSubmitTime

The time when the operation was submitted to the server.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasSubmitTime

clearSubmitTime

setSubmitTime

The time when the operation was submitted to the server.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this