Uses of Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.GeneratedFile.Builder
Packages that use Build.GeneratedFile.Builder
-
Uses of Build.GeneratedFile.Builder in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.GeneratedFile.BuilderModifier and TypeMethodDescriptionBuild.GeneratedFile.Builder.clear()Build.GeneratedFile.Builder.clearGeneratingRule()The label of the target that generates the file.Build.GeneratedFile.Builder.clearLocation()The path, line number, and column number of the output file (not a label).Build.GeneratedFile.Builder.clearName()The name of the generated file (a label).Build.Target.Builder.getGeneratedFileBuilder()A generated file that is the output of a rule.Build.GeneratedFile.Builder.mergeFrom(Build.GeneratedFile other) Build.GeneratedFile.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.GeneratedFile.Builder.mergeFrom(com.google.protobuf.Message other) static Build.GeneratedFile.BuilderBuild.GeneratedFile.newBuilder()static Build.GeneratedFile.BuilderBuild.GeneratedFile.newBuilder(Build.GeneratedFile prototype) Build.GeneratedFile.newBuilderForType()protected Build.GeneratedFile.BuilderBuild.GeneratedFile.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Build.GeneratedFile.Builder.setGeneratingRule(String value) The label of the target that generates the file.Build.GeneratedFile.Builder.setGeneratingRuleBytes(com.google.protobuf.ByteString value) The label of the target that generates the file.Build.GeneratedFile.Builder.setLocation(String value) The path, line number, and column number of the output file (not a label).Build.GeneratedFile.Builder.setLocationBytes(com.google.protobuf.ByteString value) The path, line number, and column number of the output file (not a label).The name of the generated file (a label).Build.GeneratedFile.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the generated file (a label).Build.GeneratedFile.toBuilder()Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.GeneratedFile.BuilderModifier and TypeMethodDescriptionBuild.Target.Builder.setGeneratedFile(Build.GeneratedFile.Builder builderForValue) A generated file that is the output of a rule.