Class: Google::Cloud::Translate::V3::UpdateGlossaryRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#glossary::Google::Cloud::Translate::V3::Glossary

Returns Required. The glossary entry to update.

Returns:



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'.

Returns:



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