Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::CreateGlossaryEntryRequest.
Request message for CreateGlossaryEntry
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#glossary_entry
def glossary_entry() -> ::Google::Cloud::Translate::V3::GlossaryEntry
Returns
- (::Google::Cloud::Translate::V3::GlossaryEntry) — Required. The glossary entry to create
#glossary_entry=
def glossary_entry=(value) -> ::Google::Cloud::Translate::V3::GlossaryEntry
Parameter
- value (::Google::Cloud::Translate::V3::GlossaryEntry) — Required. The glossary entry to create
Returns
- (::Google::Cloud::Translate::V3::GlossaryEntry) — Required. The glossary entry to create
#parent
def parent() -> ::String
Returns
- (::String) — Required. The resource name of the glossary to create the entry under.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the glossary to create the entry under.
Returns
- (::String) — Required. The resource name of the glossary to create the entry under.