Class: Google::Longrunning::DeleteOperationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/longrunning/operations.rb

Overview

The request message for Operations.DeleteOperation.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the operation resource to be deleted.

Returns:

  • (::String)

    The name of the operation resource to be deleted.



110
111
112
113
# File 'proto_docs/google/longrunning/operations.rb', line 110

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