Class: Google::Cloud::Translate::V3::UpdateGlossaryEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::UpdateGlossaryEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Request message for UpdateGlossaryEntry
Instance Attribute Summary collapse
Instance Attribute Details
#glossary_entry ⇒ ::Google::Cloud::Translate::V3::GlossaryEntry
Returns Required. The glossary entry to update.
1163 1164 1165 1166 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1163 class UpdateGlossaryEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |