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
- (::Google::Protobuf::Timestamp) — Creation timestamp of the execution.
#completion_time=
def completion_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Creation timestamp of the execution.
Returns
- (::Google::Protobuf::Timestamp) — Creation timestamp of the execution.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Creation timestamp of the execution.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Creation timestamp of the execution.
Returns
- (::Google::Protobuf::Timestamp) — Creation timestamp of the execution.
#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.