Interface BuildEventStreamProtos.AbortedOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.Aborted,BuildEventStreamProtos.Aborted.Builder
- Enclosing class:
- BuildEventStreamProtos
public static interface BuildEventStreamProtos.AbortedOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()A human readable description with more details about there reason, where available and useful.ByteStringgetDescriptionBytes()A human readable description with more details about there reason, where available and useful.BuildEventStreamProtos.Aborted.AbortReasongetReason().build_event_stream.Aborted.AbortReason reason = 1;intgetReasonValue().build_event_stream.Aborted.AbortReason reason = 1;-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.String getDescription()
A human readable description with more details about there reason, where available and useful.
string description = 2;- Returns:
- The description.
-
getDescriptionBytes
ByteString getDescriptionBytes()
A human readable description with more details about there reason, where available and useful.
string description = 2;- Returns:
- The bytes for description.
-
-