Package com.google.devtools.build.v1
Interface BuildEvent.BuildComponentStreamFinishedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEvent.BuildComponentStreamFinished,BuildEvent.BuildComponentStreamFinished.Builder
- Enclosing class:
- BuildEvent
public static interface BuildEvent.BuildComponentStreamFinishedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetType()How the event stream finished.intHow the event stream finished.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
-
getTypeValue
int getTypeValue()How the event stream finished.
.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished.FinishType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
How the event stream finished.
.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished.FinishType type = 1;- Returns:
- The type.
-