Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.Fetch.Builder
Packages that use BuildEventStreamProtos.Fetch.Builder
-
Uses of BuildEventStreamProtos.Fetch.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.Fetch.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.Fetch.Builder.clear()BuildEventStreamProtos.Fetch.Builder.clearSuccess()bool success = 1;BuildEventStreamProtos.BuildEvent.Builder.getFetchBuilder().build_event_stream.Fetch fetch = 21;BuildEventStreamProtos.Fetch.Builder.mergeFrom(BuildEventStreamProtos.Fetch other) BuildEventStreamProtos.Fetch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.Fetch.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.Fetch.newBuilder()BuildEventStreamProtos.Fetch.newBuilder(BuildEventStreamProtos.Fetch prototype) BuildEventStreamProtos.Fetch.newBuilderForType()protected BuildEventStreamProtos.Fetch.BuilderBuildEventStreamProtos.Fetch.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.Fetch.Builder.setSuccess(boolean value) bool success = 1;BuildEventStreamProtos.Fetch.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.Fetch.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setFetch(BuildEventStreamProtos.Fetch.Builder builderForValue) .build_event_stream.Fetch fetch = 21;