Class: Google::Cloud::Translate::V3::GetGlossaryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::GetGlossaryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Request message for GetGlossary.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the glossary to retrieve.
1031 1032 1033 1034 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1031 class GetGlossaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |