Cloud Build V1 API - Class Google::Cloud::Build::V1::Build::Warning (v0.14.0)

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

A non-fatal problem encountered during the execution of the build.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#priority

def priority() -> ::Google::Cloud::Build::V1::Build::Warning::Priority
Returns

#priority=

def priority=(value) -> ::Google::Cloud::Build::V1::Build::Warning::Priority
Parameter
Returns

#text

def text() -> ::String
Returns
  • (::String) — Explanation of the warning generated.

#text=

def text=(value) -> ::String
Parameter
  • value (::String) — Explanation of the warning generated.
Returns
  • (::String) — Explanation of the warning generated.