Class: Google::Cloud::Translate::V3::Glossary::LanguageCodePair

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

Used with unidirectional glossaries.

Instance Attribute Summary collapse

Instance Attribute Details

#source_language_code::String



985
986
987
988
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 985

class LanguageCodePair
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_language_code::String



985
986
987
988
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 985

class LanguageCodePair
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end