Class: Google::Cloud::Translate::V3::UpdateGlossaryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::UpdateGlossaryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Request message for the update glossary flow
Instance Attribute Summary collapse
-
#glossary ⇒ ::Google::Cloud::Translate::V3::Glossary
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#glossary ⇒ ::Google::Cloud::Translate::V3::Glossary
Returns Required. The glossary entry to update.
1022 1023 1024 1025 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1022 class UpdateGlossaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated. Currently only display_name
and
'input_config'.
1022 1023 1024 1025 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1022 class UpdateGlossaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |