Class: Google::Cloud::Translate::V3::DeleteGlossaryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::DeleteGlossaryResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Stored in the google.longrunning.Operation.response field returned by DeleteGlossary.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time when the glossary deletion is finished and google.longrunning.Operation.done is set to true.
-
#name ⇒ ::String
The name of the deleted glossary.
-
#submit_time ⇒ ::Google::Protobuf::Timestamp
The time when the operation was submitted to the server.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the glossary deletion is finished and google.longrunning.Operation.done is set to true.
1300 1301 1302 1303 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1300 class DeleteGlossaryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the deleted glossary.
1300 1301 1302 1303 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1300 class DeleteGlossaryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#submit_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the operation was submitted to the server.
1300 1301 1302 1303 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1300 class DeleteGlossaryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |