Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.Builder
Packages that use BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.Builder
-
Uses of BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.UnknownBuildEventId.Builder.clear()BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.Builder.clearDetails()string details = 1;BuildEventStreamProtos.BuildEventId.Builder.getUnknownBuilder().build_event_stream.BuildEventId.UnknownBuildEventId unknown = 1;BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.Builder.mergeFrom(BuildEventStreamProtos.BuildEventId.UnknownBuildEventId other) BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.newBuilder()BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.newBuilder(BuildEventStreamProtos.BuildEventId.UnknownBuildEventId prototype) BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.newBuilderForType()BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.Builder.setDetails(String value) string details = 1;BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.Builder.setDetailsBytes(com.google.protobuf.ByteString value) string details = 1;BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.Builder.setUnknown(BuildEventStreamProtos.BuildEventId.UnknownBuildEventId.Builder builderForValue) .build_event_stream.BuildEventId.UnknownBuildEventId unknown = 1;