Class: Google::Cloud::Translate::V3::CreateGlossaryEntryRequest

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 CreateGlossaryEntry

Instance Attribute Summary collapse

Instance Attribute Details

#glossary_entry::Google::Cloud::Translate::V3::GlossaryEntry

Returns Required. The glossary entry to create.

Returns:



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.

Returns:

  • (::String)

    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