Reference documentation and code samples for the Cloud Translation V3 Client class UpdateGlossaryMetadata.
Stored in the google.longrunning.Operation.metadata field returned by UpdateGlossary.
Generated from protobuf message google.cloud.translation.v3.UpdateGlossaryMetadata
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ glossary |
Google\Cloud\Translate\V3\Glossary
The updated glossary object. |
↳ state |
int
The current state of the glossary update operation. If the glossary input file was not updated this will be completed immediately |
↳ submit_time |
Google\Protobuf\Timestamp
The time when the operation was submitted to the server. |
getGlossary
The updated glossary object.
Returns | |
---|---|
Type | Description |
Google\Cloud\Translate\V3\Glossary|null |
hasGlossary
clearGlossary
setGlossary
The updated glossary object.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Translate\V3\Glossary
|
Returns | |
---|---|
Type | Description |
$this |
getState
The current state of the glossary update operation. If the glossary input file was not updated this will be completed immediately
Returns | |
---|---|
Type | Description |
int |
setState
The current state of the glossary update operation. If the glossary input file was not updated this will be completed immediately
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 |