Class: Google::Cloud::Translate::V3::CreateGlossaryRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. The glossary to create.

Returns:



960
961
962
963
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 960

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

#parent::String

Returns Required. The project name.

Returns:

  • (::String)

    Required. The project name.



960
961
962
963
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 960

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