Class: Google::Cloud::Run::V2::ExecutionReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/run/v2/job.rb

Overview

Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status.

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Google::Protobuf::Timestamp

Returns Creation timestamp of the execution.

Returns:



361
362
363
364
# File 'proto_docs/google/cloud/run/v2/job.rb', line 361

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

#create_time::Google::Protobuf::Timestamp

Returns Creation timestamp of the execution.

Returns:



361
362
363
364
# File 'proto_docs/google/cloud/run/v2/job.rb', line 361

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

#name::String

Returns Name of the execution.

Returns:

  • (::String)

    Name of the execution.



361
362
363
364
# File 'proto_docs/google/cloud/run/v2/job.rb', line 361

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