Uses of Class
com.google.devtools.build.v1.BuildEvent
Packages that use BuildEvent
-
Uses of BuildEvent in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return BuildEventModifier and TypeMethodDescriptionBuildEvent.Builder.build()BuildEvent.Builder.buildPartial()static BuildEventBuildEvent.getDefaultInstance()BuildEvent.Builder.getDefaultInstanceForType()BuildEvent.getDefaultInstanceForType()OrderedBuildEvent.Builder.getEvent()The actual event.OrderedBuildEvent.getEvent()The actual event.OrderedBuildEventOrBuilder.getEvent()The actual event.static BuildEventBuildEvent.parseDelimitedFrom(InputStream input) static BuildEventBuildEvent.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BuildEventBuildEvent.parseFrom(byte[] data) static BuildEventBuildEvent.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BuildEventBuildEvent.parseFrom(com.google.protobuf.ByteString data) static BuildEventBuildEvent.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BuildEventBuildEvent.parseFrom(com.google.protobuf.CodedInputStream input) static BuildEventBuildEvent.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BuildEventBuildEvent.parseFrom(InputStream input) static BuildEventBuildEvent.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BuildEventBuildEvent.parseFrom(ByteBuffer data) static BuildEventBuildEvent.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.v1 that return types with arguments of type BuildEventModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BuildEvent>BuildEvent.getParserForType()static com.google.protobuf.Parser<BuildEvent>BuildEvent.parser()Methods in com.google.devtools.build.v1 with parameters of type BuildEventModifier and TypeMethodDescriptionOrderedBuildEvent.Builder.mergeEvent(BuildEvent value) The actual event.BuildEvent.Builder.mergeFrom(BuildEvent other) static BuildEvent.BuilderBuildEvent.newBuilder(BuildEvent prototype) OrderedBuildEvent.Builder.setEvent(BuildEvent value) The actual event.