Cloud Build V1 API - Class Google::Cloud::Build::V1::Build::FailureInfo (v0.11.3)

Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::Build::FailureInfo.

A fatal problem encountered during the execution of the build.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#detail

def detail() -> ::String
Returns
  • (::String) — Explains the failure issue in more detail using hard-coded text.

#detail=

def detail=(value) -> ::String
Parameter
  • value (::String) — Explains the failure issue in more detail using hard-coded text.
Returns
  • (::String) — Explains the failure issue in more detail using hard-coded text.

#type

def type() -> ::Google::Cloud::Build::V1::Build::FailureInfo::FailureType
Returns

#type=

def type=(value) -> ::Google::Cloud::Build::V1::Build::FailureInfo::FailureType
Parameter
Returns