Class: Google::Longrunning::CancelOperationRequest

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.CancelOperation.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the operation resource to be cancelled.

Returns:

  • (::String)

    The name of the operation resource to be cancelled.



101
102
103
104
# File 'proto_docs/google/longrunning/operations.rb', line 101

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