Class: Google::Longrunning::GetOperationRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the operation resource.

Returns:

  • (::String)

    The name of the operation resource.



62
63
64
65
# File 'proto_docs/google/longrunning/operations.rb', line 62

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