Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::VerifyJobRun (v0.6.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::VerifyJobRun.

VerifyJobRun contains information specific to a verify JobRun.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#artifact_uri

def artifact_uri() -> ::String
Returns
  • (::String) — Output only. URI of a directory containing the verify artifacts. This contains the Skaffold event log.

#build

def build() -> ::String
Returns
  • (::String) — Output only. The resource name of the Cloud Build Build object that is used to verify. Format is projects/{project}/locations/{location}/builds/{build}.

#event_log_path

def event_log_path() -> ::String
Returns
  • (::String) — Output only. File path of the Skaffold event log relative to the artifact URI.

#failure_cause

def failure_cause() -> ::Google::Cloud::Deploy::V1::VerifyJobRun::FailureCause
Returns

#failure_message

def failure_message() -> ::String
Returns
  • (::String) — Output only. Additional information about the verify failure, if available.