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 isprojects/{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
- (::Google::Cloud::Deploy::V1::VerifyJobRun::FailureCause) — Output only. The reason the verify failed. This will always be unspecified while the verify is in progress or if it succeeded.
#failure_message
def failure_message() -> ::String
Returns
- (::String) — Output only. Additional information about the verify failure, if available.