Uses of Class
com.google.devtools.build.lib.view.proto.Deps.Dependency.Builder
Packages that use Deps.Dependency.Builder
-
Uses of Deps.Dependency.Builder in com.google.devtools.build.lib.view.proto
Methods in com.google.devtools.build.lib.view.proto that return Deps.Dependency.BuilderModifier and TypeMethodDescriptionDeps.Dependency.Builder.addAllLocation(Iterable<? extends Deps.SourceLocation> values) Source file locations: compilers can pinpoint the uses of a dependency.Deps.Dependencies.Builder.addDependencyBuilder()repeated .blaze_deps.Dependency dependency = 1;Deps.Dependencies.Builder.addDependencyBuilder(int index) repeated .blaze_deps.Dependency dependency = 1;Deps.Dependency.Builder.addLocation(int index, Deps.SourceLocation value) Source file locations: compilers can pinpoint the uses of a dependency.Deps.Dependency.Builder.addLocation(int index, Deps.SourceLocation.Builder builderForValue) Source file locations: compilers can pinpoint the uses of a dependency.Deps.Dependency.Builder.addLocation(Deps.SourceLocation value) Source file locations: compilers can pinpoint the uses of a dependency.Deps.Dependency.Builder.addLocation(Deps.SourceLocation.Builder builderForValue) Source file locations: compilers can pinpoint the uses of a dependency.Deps.Dependency.Builder.clear()Deps.Dependency.Builder.clearKind()Dependency kindDeps.Dependency.Builder.clearLocation()Source file locations: compilers can pinpoint the uses of a dependency.Deps.Dependency.Builder.clearPath()Path to the artifact representing this dependency.Deps.Dependencies.Builder.getDependencyBuilder(int index) repeated .blaze_deps.Dependency dependency = 1;Deps.Dependency.Builder.mergeFrom(Deps.Dependency other) Deps.Dependency.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deps.Dependency.Builder.mergeFrom(com.google.protobuf.Message other) static Deps.Dependency.BuilderDeps.Dependency.newBuilder()static Deps.Dependency.BuilderDeps.Dependency.newBuilder(Deps.Dependency prototype) Deps.Dependency.newBuilderForType()protected Deps.Dependency.BuilderDeps.Dependency.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Deps.Dependency.Builder.removeLocation(int index) Source file locations: compilers can pinpoint the uses of a dependency.Deps.Dependency.Builder.setKind(Deps.Dependency.Kind value) Dependency kindDeps.Dependency.Builder.setLocation(int index, Deps.SourceLocation value) Source file locations: compilers can pinpoint the uses of a dependency.Deps.Dependency.Builder.setLocation(int index, Deps.SourceLocation.Builder builderForValue) Source file locations: compilers can pinpoint the uses of a dependency.Path to the artifact representing this dependency.Deps.Dependency.Builder.setPathBytes(com.google.protobuf.ByteString value) Path to the artifact representing this dependency.Deps.Dependency.toBuilder()Methods in com.google.devtools.build.lib.view.proto that return types with arguments of type Deps.Dependency.BuilderModifier and TypeMethodDescriptionDeps.Dependencies.Builder.getDependencyBuilderList()repeated .blaze_deps.Dependency dependency = 1;Methods in com.google.devtools.build.lib.view.proto with parameters of type Deps.Dependency.BuilderModifier and TypeMethodDescriptionDeps.Dependencies.Builder.addDependency(int index, Deps.Dependency.Builder builderForValue) repeated .blaze_deps.Dependency dependency = 1;Deps.Dependencies.Builder.addDependency(Deps.Dependency.Builder builderForValue) repeated .blaze_deps.Dependency dependency = 1;Deps.Dependencies.Builder.setDependency(int index, Deps.Dependency.Builder builderForValue) repeated .blaze_deps.Dependency dependency = 1;