Interface BuildEventStreamProtos.AbortedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.Aborted,BuildEventStreamProtos.Aborted.Builder
- Enclosing class:
- BuildEventStreamProtos
public static interface BuildEventStreamProtos.AbortedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA human readable description with more details about there reason, where available and useful.com.google.protobuf.ByteStringA human readable description with more details about there reason, where available and useful..build_event_stream.Aborted.AbortReason reason = 1;int.build_event_stream.Aborted.AbortReason reason = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getReasonValue
int getReasonValue().build_event_stream.Aborted.AbortReason reason = 1;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
BuildEventStreamProtos.Aborted.AbortReason getReason().build_event_stream.Aborted.AbortReason reason = 1;- Returns:
- The reason.
-
getDescription
String getDescription()A human readable description with more details about there reason, where available and useful.
string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()A human readable description with more details about there reason, where available and useful.
string description = 2;- Returns:
- The bytes for description.
-