public static interface Build.FailureInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetail()
public abstract String getDetail()Explains the failure issue in more detail using hard-coded text.
string detail = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The detail. |
getDetailBytes()
public abstract ByteString getDetailBytes()Explains the failure issue in more detail using hard-coded text.
string detail = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |