Class: Google::Cloud::Translate::V3::CreateGlossaryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::CreateGlossaryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Request message for CreateGlossary.
Instance Attribute Summary collapse
-
#glossary ⇒ ::Google::Cloud::Translate::V3::Glossary
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#glossary ⇒ ::Google::Cloud::Translate::V3::Glossary
Returns Required. The glossary to create.
1009 1010 1011 1012 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1009 class CreateGlossaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project name.
1009 1010 1011 1012 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1009 class CreateGlossaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |