Interface Build.FailureInfoOrBuilder (3.19.0)

public static interface Build.FailureInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetail()

public abstract String getDetail()

Explains the failure issue in more detail using hard-coded text.

string detail = 2;

Returns
TypeDescription
String

The detail.

getDetailBytes()

public abstract ByteString getDetailBytes()

Explains the failure issue in more detail using hard-coded text.

string detail = 2;

Returns
TypeDescription
ByteString

The bytes for detail.

getType()

public abstract Build.FailureInfo.FailureType getType()

The name of the failure.

.google.devtools.cloudbuild.v1.Build.FailureInfo.FailureType type = 1;

Returns
TypeDescription
Build.FailureInfo.FailureType

The type.

getTypeValue()

public abstract int getTypeValue()

The name of the failure.

.google.devtools.cloudbuild.v1.Build.FailureInfo.FailureType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.