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
Returns Required. The glossary entry to create.
1154 1155 1156 1157 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1154 class CreateGlossaryEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the glossary to create the entry under.
1154 1155 1156 1157 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1154 class CreateGlossaryEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |