Class: Google::Longrunning::Operation

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

Overview

This resource represents a long-running operation that is the result of a network API call.

Instance Attribute Summary collapse

Instance Attribute Details

#done::Boolean



57
58
59
60
# File 'proto_docs/google/longrunning/operations.rb', line 57

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

#error::Google::Rpc::Status



57
58
59
60
# File 'proto_docs/google/longrunning/operations.rb', line 57

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

#metadata::Google::Protobuf::Any



57
58
59
60
# File 'proto_docs/google/longrunning/operations.rb', line 57

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

#name::String



57
58
59
60
# File 'proto_docs/google/longrunning/operations.rb', line 57

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

#response::Google::Protobuf::Any



57
58
59
60
# File 'proto_docs/google/longrunning/operations.rb', line 57

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