Uses of Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.SourceFile.Builder
Packages that use Build.SourceFile.Builder
-
Uses of Build.SourceFile.Builder in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.SourceFile.BuilderModifier and TypeMethodDescriptionBuild.SourceFile.Builder.addAllFeature(Iterable<String> values) The package-level features enabled for this package.Build.SourceFile.Builder.addAllPackageGroup(Iterable<String> values) Labels of package groups that are mentioned in the visibility declaration for this source file.Build.SourceFile.Builder.addAllSubinclude(Iterable<String> values) Labels of .bzl (Starlark) files that are transitively loaded in this BUILD file.Build.SourceFile.Builder.addAllVisibilityLabel(Iterable<String> values) Labels mentioned in the visibility declaration (including :__pkg__ and //visibility: ones)Build.SourceFile.Builder.addFeature(String value) The package-level features enabled for this package.Build.SourceFile.Builder.addFeatureBytes(com.google.protobuf.ByteString value) The package-level features enabled for this package.Build.SourceFile.Builder.addPackageGroup(String value) Labels of package groups that are mentioned in the visibility declaration for this source file.Build.SourceFile.Builder.addPackageGroupBytes(com.google.protobuf.ByteString value) Labels of package groups that are mentioned in the visibility declaration for this source file.Build.SourceFile.Builder.addSubinclude(String value) Labels of .bzl (Starlark) files that are transitively loaded in this BUILD file.Build.SourceFile.Builder.addSubincludeBytes(com.google.protobuf.ByteString value) Labels of .bzl (Starlark) files that are transitively loaded in this BUILD file.Build.SourceFile.Builder.addVisibilityLabel(String value) Labels mentioned in the visibility declaration (including :__pkg__ and //visibility: ones)Build.SourceFile.Builder.addVisibilityLabelBytes(com.google.protobuf.ByteString value) Labels mentioned in the visibility declaration (including :__pkg__ and //visibility: ones)Build.SourceFile.Builder.clear()Build.SourceFile.Builder.clearFeature()The package-level features enabled for this package.Build.SourceFile.Builder.clearLicense()License attribute for the file.Build.SourceFile.Builder.clearLocation()The location of the source file.Build.SourceFile.Builder.clearName()The name of the source file (a label).Build.SourceFile.Builder.clearPackageContainsErrors()True if the package contains an error.Build.SourceFile.Builder.clearPackageGroup()Labels of package groups that are mentioned in the visibility declaration for this source file.Build.SourceFile.Builder.clearSubinclude()Labels of .bzl (Starlark) files that are transitively loaded in this BUILD file.Build.SourceFile.Builder.clearVisibilityLabel()Labels mentioned in the visibility declaration (including :__pkg__ and //visibility: ones)Build.Target.Builder.getSourceFileBuilder()A file that is not generated by the build system (version controlled or created by the test harness).Build.SourceFile.Builder.mergeFrom(Build.SourceFile other) Build.SourceFile.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.SourceFile.Builder.mergeFrom(com.google.protobuf.Message other) Build.SourceFile.Builder.mergeLicense(Build.License value) License attribute for the file.static Build.SourceFile.BuilderBuild.SourceFile.newBuilder()static Build.SourceFile.BuilderBuild.SourceFile.newBuilder(Build.SourceFile prototype) Build.SourceFile.newBuilderForType()protected Build.SourceFile.BuilderBuild.SourceFile.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Build.SourceFile.Builder.setFeature(int index, String value) The package-level features enabled for this package.Build.SourceFile.Builder.setLicense(Build.License value) License attribute for the file.Build.SourceFile.Builder.setLicense(Build.License.Builder builderForValue) License attribute for the file.Build.SourceFile.Builder.setLocation(String value) The location of the source file.Build.SourceFile.Builder.setLocationBytes(com.google.protobuf.ByteString value) The location of the source file.The name of the source file (a label).Build.SourceFile.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the source file (a label).Build.SourceFile.Builder.setPackageContainsErrors(boolean value) True if the package contains an error.Build.SourceFile.Builder.setPackageGroup(int index, String value) Labels of package groups that are mentioned in the visibility declaration for this source file.Build.SourceFile.Builder.setSubinclude(int index, String value) Labels of .bzl (Starlark) files that are transitively loaded in this BUILD file.Build.SourceFile.Builder.setVisibilityLabel(int index, String value) Labels mentioned in the visibility declaration (including :__pkg__ and //visibility: ones)Build.SourceFile.toBuilder()Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.SourceFile.BuilderModifier and TypeMethodDescriptionBuild.Target.Builder.setSourceFile(Build.SourceFile.Builder builderForValue) A file that is not generated by the build system (version controlled or created by the test harness).