Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::Execution.
Execution represents the configuration of a single execution. A execution an immutable resource that references a container image which is run to completion.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotations
def annotations() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — KRM-style annotations for the resource.
#annotations=
def annotations=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — KRM-style annotations for the resource.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — KRM-style annotations for the resource.
#cancelled_count
def cancelled_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of tasks which reached phase Cancelled.
#completion_time
def completion_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Represents time when the execution was completed. It is not guaranteed to be set in happens-before order across separate operations.
#conditions
def conditions() -> ::Array<::Google::Cloud::Run::V2::Condition>
Returns
- (::Array<::Google::Cloud::Run::V2::Condition>) — Output only. The Condition of this Execution, containing its readiness status, and detailed error information in case it did not reach the desired state.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Represents time when the execution was acknowledged by the execution controller. It is not guaranteed to be set in happens-before order across separate operations.
#delete_time
def delete_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.
#etag
def etag() -> ::String
Returns
- (::String) — Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
#expire_time
def expire_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.
#failed_count
def failed_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of tasks which reached phase Failed.
#generation
def generation() -> ::Integer
Returns
- (::Integer) — Output only. A number that monotonically increases every time the user modifies the desired state.
#job
def job() -> ::String
Returns
- (::String) — Output only. The name of the parent Job.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — KRM-style labels for the resource. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — KRM-style labels for the resource. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels
Returns
- (::Google::Protobuf::Map{::String => ::String}) — KRM-style labels for the resource. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels
#launch_stage
def launch_stage() -> ::Google::Api::LaunchStage
Returns
- (::Google::Api::LaunchStage) — Set the launch stage to a preview stage on write to allow use of preview features in that stage. On read, describes whether the resource uses preview features. Launch Stages are defined at Google Cloud Platform Launch Stages.
#launch_stage=
def launch_stage=(value) -> ::Google::Api::LaunchStage
Parameter
- value (::Google::Api::LaunchStage) — Set the launch stage to a preview stage on write to allow use of preview features in that stage. On read, describes whether the resource uses preview features. Launch Stages are defined at Google Cloud Platform Launch Stages.
Returns
- (::Google::Api::LaunchStage) — Set the launch stage to a preview stage on write to allow use of preview features in that stage. On read, describes whether the resource uses preview features. Launch Stages are defined at Google Cloud Platform Launch Stages.
#log_uri
def log_uri() -> ::String
Returns
- (::String) — Output only. URI where logs for this execution can be found in Cloud Console.
#name
def name() -> ::String
Returns
- (::String) — Output only. The unique name of this Execution.
#observed_generation
def observed_generation() -> ::Integer
Returns
-
(::Integer) — Output only. The generation of this Execution. See comments in
reconciling
for additional information on reconciliation process in Cloud Run.
#parallelism
def parallelism() -> ::Integer
Returns
- (::Integer) — Output only. Specifies the maximum desired number of tasks the execution should run at any given time. Must be <= task_count. The actual number of tasks running in steady state will be less than this number when ((.spec.task_count - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
#reconciling
def reconciling() -> ::Boolean
Returns
-
(::Boolean) — Output only. Indicates whether the resource's reconciliation is still in
progress. See comments in
Job.reconciling
for additional information on reconciliation process in Cloud Run.
#retried_count
def retried_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of tasks which have retried at least once.
#running_count
def running_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of actively running tasks.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Represents time when the execution started to run. It is not guaranteed to be set in happens-before order across separate operations.
#succeeded_count
def succeeded_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of tasks which reached phase Succeeded.
#task_count
def task_count() -> ::Integer
Returns
- (::Integer) — Output only. Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
#template
def template() -> ::Google::Cloud::Run::V2::TaskTemplate
Returns
- (::Google::Cloud::Run::V2::TaskTemplate) — Output only. The template used to create tasks for this execution.
#uid
def uid() -> ::String
Returns
- (::String) — Output only. Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The last-modified time.