Package com.google.devtools.build.v1
Interface BuildStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildStatus,BuildStatus.Builder
public interface BuildStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.AnygetDetails()Fine-grained diagnostic information to complement the status.com.google.protobuf.AnyOrBuildergetDetailsOrBuilder()Fine-grained diagnostic information to complement the status.BuildStatus.ResultgetResult()The end result.intgetResultValue()The end result.booleanhasDetails()Fine-grained diagnostic information to complement the status.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResultValue
int getResultValue()
The end result.
.google.devtools.build.v1.BuildStatus.Result result = 1;- Returns:
- The enum numeric value on the wire for result.
-
getResult
BuildStatus.Result getResult()
The end result.
.google.devtools.build.v1.BuildStatus.Result result = 1;- Returns:
- The result.
-
hasDetails
boolean hasDetails()
Fine-grained diagnostic information to complement the status.
.google.protobuf.Any details = 2;- Returns:
- Whether the details field is set.
-
getDetails
com.google.protobuf.Any getDetails()
Fine-grained diagnostic information to complement the status.
.google.protobuf.Any details = 2;- Returns:
- The details.
-
getDetailsOrBuilder
com.google.protobuf.AnyOrBuilder getDetailsOrBuilder()
Fine-grained diagnostic information to complement the status.
.google.protobuf.Any details = 2;
-
-