Cloud Run V2 API - Class Google::Cloud::Run::V2::ExecutionReference (v0.13.2)

Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::ExecutionReference.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#completion_time

def completion_time() -> ::Google::Protobuf::Timestamp
Returns

#completion_time=

def completion_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Name of the execution.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the execution.
Returns
  • (::String) — Name of the execution.