Reference documentation and code samples for the Cloud Translation V3 Client class CreateGlossaryEntryRequest.
Request message for CreateGlossaryEntry
Generated from protobuf message google.cloud.translation.v3.CreateGlossaryEntryRequest
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the glossary to create the entry under.
↳ glossary_entry
GlossaryEntry
Required. The glossary entry to create
getParent
Required. The resource name of the glossary to create the entry under.
string
setParent
Required. The resource name of the glossary to create the entry under.
var
string
$this
getGlossaryEntry
Required. The glossary entry to create
GlossaryEntry
|null
hasGlossaryEntry
clearGlossaryEntry
setGlossaryEntry
Required. The glossary entry to create
var
GlossaryEntry
$this
static::build
parent
string
Required. The resource name of the glossary to create the entry under. Please see TranslationServiceClient::glossaryName() for help formatting this field.
glossaryEntry
GlossaryEntry
Required. The glossary entry to create

