Class: Google::Cloud::Translate::V3::DeleteGlossaryResponse

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

Stored in the google.longrunning.Operation.response field returned by DeleteGlossary.

Instance Attribute Summary collapse

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.

Returns:



861
862
863
864
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 861

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

#name::String

Returns The name of the deleted glossary.

Returns:

  • (::String)

    The name of the deleted glossary.



861
862
863
864
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 861

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.

Returns:



861
862
863
864
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 861

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