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 \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
The name of the glossary that is being created.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
The current state of the glossary creation operation.
Returns | |
---|---|
Type | Description |
int |
setState
The current state of the glossary creation 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 |