Class: Google::Cloud::Translate::V3::CreateGlossaryEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::CreateGlossaryEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Request message for CreateGlossaryEntry
Instance Attribute Summary collapse
-
#glossary_entry ⇒ ::Google::Cloud::Translate::V3::GlossaryEntry
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#glossary_entry ⇒ ::Google::Cloud::Translate::V3::GlossaryEntry
1173 1174 1175 1176 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1173 class CreateGlossaryEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
1173 1174 1175 1176 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1173 class CreateGlossaryEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |