Class: Google::Cloud::Translate::V3::DeleteGlossaryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::DeleteGlossaryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Request message for DeleteGlossary.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the glossary to delete.
1040 1041 1042 1043 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1040 class DeleteGlossaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |