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
- (::Google::Cloud::Build::V1::Build::Warning::Priority) — The priority for this warning.
#priority=
def priority=(value) -> ::Google::Cloud::Build::V1::Build::Warning::Priority
Parameter
- value (::Google::Cloud::Build::V1::Build::Warning::Priority) — The priority for this warning.
Returns
- (::Google::Cloud::Build::V1::Build::Warning::Priority) — The priority for this warning.
#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.