Interface ControlOuterClass.BuildHistoryEventOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlOuterClass.BuildHistoryEvent
,ControlOuterClass.BuildHistoryEvent.Builder
- Enclosing class:
ControlOuterClass
public static interface ControlOuterClass.BuildHistoryEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.moby.buildkit.v1.BuildHistoryRecord record = 2;
.moby.buildkit.v1.BuildHistoryRecord record = 2;
getType()
.moby.buildkit.v1.BuildHistoryEventType type = 1;
int
.moby.buildkit.v1.BuildHistoryEventType type = 1;
boolean
.moby.buildkit.v1.BuildHistoryRecord record = 2;
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 Details
-
getTypeValue
int getTypeValue().moby.buildkit.v1.BuildHistoryEventType type = 1;
- Returns:
- The enum numeric value on the wire for type.
-
getType
ControlOuterClass.BuildHistoryEventType getType().moby.buildkit.v1.BuildHistoryEventType type = 1;
- Returns:
- The type.
-
hasRecord
boolean hasRecord().moby.buildkit.v1.BuildHistoryRecord record = 2;
- Returns:
- Whether the record field is set.
-
getRecord
ControlOuterClass.BuildHistoryRecord getRecord().moby.buildkit.v1.BuildHistoryRecord record = 2;
- Returns:
- The record.
-
getRecordOrBuilder
ControlOuterClass.BuildHistoryRecordOrBuilder getRecordOrBuilder().moby.buildkit.v1.BuildHistoryRecord record = 2;
-