Cloud Translation V3 Client - Class DeleteGlossaryMetadata (1.17.5)

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
NameDescription
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
TypeDescription
string

setName

The name of the glossary that is being deleted.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

The current state of the glossary deletion operation.

Returns
TypeDescription
int

setState

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