Class: Google::Cloud::Translate::V3::DeleteGlossaryEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::DeleteGlossaryEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Request message for Delete Glossary Entry
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the glossary entry to delete.
1109 1110 1111 1112 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1109 class DeleteGlossaryEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |