Uses of Class
com.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished
Packages that use BuildEvent.BuildComponentStreamFinished
-
Uses of BuildEvent.BuildComponentStreamFinished in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return BuildEvent.BuildComponentStreamFinishedModifier and TypeMethodDescriptionBuildEvent.BuildComponentStreamFinished.Builder.build()BuildEvent.BuildComponentStreamFinished.Builder.buildPartial()BuildEvent.Builder.getComponentStreamFinished()Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.getComponentStreamFinished()Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEventOrBuilder.getComponentStreamFinished()Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.BuildComponentStreamFinished.getDefaultInstance()BuildEvent.BuildComponentStreamFinished.Builder.getDefaultInstanceForType()BuildEvent.BuildComponentStreamFinished.getDefaultInstanceForType()BuildEvent.BuildComponentStreamFinished.parseDelimitedFrom(InputStream input) BuildEvent.BuildComponentStreamFinished.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEvent.BuildComponentStreamFinished.parseFrom(byte[] data) BuildEvent.BuildComponentStreamFinished.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEvent.BuildComponentStreamFinished.parseFrom(com.google.protobuf.ByteString data) BuildEvent.BuildComponentStreamFinished.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEvent.BuildComponentStreamFinished.parseFrom(com.google.protobuf.CodedInputStream input) BuildEvent.BuildComponentStreamFinished.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEvent.BuildComponentStreamFinished.parseFrom(InputStream input) BuildEvent.BuildComponentStreamFinished.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEvent.BuildComponentStreamFinished.parseFrom(ByteBuffer data) BuildEvent.BuildComponentStreamFinished.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.v1 that return types with arguments of type BuildEvent.BuildComponentStreamFinishedModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BuildEvent.BuildComponentStreamFinished>BuildEvent.BuildComponentStreamFinished.getParserForType()static com.google.protobuf.Parser<BuildEvent.BuildComponentStreamFinished>BuildEvent.BuildComponentStreamFinished.parser()Methods in com.google.devtools.build.v1 with parameters of type BuildEvent.BuildComponentStreamFinishedModifier and TypeMethodDescriptionBuildEvent.Builder.mergeComponentStreamFinished(BuildEvent.BuildComponentStreamFinished value) Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.BuildComponentStreamFinished.Builder.mergeFrom(BuildEvent.BuildComponentStreamFinished other) BuildEvent.BuildComponentStreamFinished.newBuilder(BuildEvent.BuildComponentStreamFinished prototype) BuildEvent.Builder.setComponentStreamFinished(BuildEvent.BuildComponentStreamFinished value) Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.