Uses of Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.FilesetEntry.Builder
Packages that use Build.FilesetEntry.Builder
-
Uses of Build.FilesetEntry.Builder in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.FilesetEntry.BuilderModifier and TypeMethodDescriptionBuild.FilesetEntry.Builder.addAllExclude(Iterable<String> values) If this is a fileset entry representing files within the rule package, this lists relative paths to files that should be excluded from the set.Build.FilesetEntry.Builder.addAllFile(Iterable<String> values) A list of file labels to include from the source directory.Build.FilesetEntry.Builder.addExclude(String value) If this is a fileset entry representing files within the rule package, this lists relative paths to files that should be excluded from the set.Build.FilesetEntry.Builder.addExcludeBytes(com.google.protobuf.ByteString value) If this is a fileset entry representing files within the rule package, this lists relative paths to files that should be excluded from the set.A list of file labels to include from the source directory.Build.FilesetEntry.Builder.addFileBytes(com.google.protobuf.ByteString value) A list of file labels to include from the source directory.Build.Attribute.Builder.addFilesetListValueBuilder()If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.Builder.addFilesetListValueBuilder(int index) If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.SelectorEntry.Builder.addFilesetListValueBuilder()repeated .blaze_query.FilesetEntry fileset_list_value = 9;Build.Attribute.SelectorEntry.Builder.addFilesetListValueBuilder(int index) repeated .blaze_query.FilesetEntry fileset_list_value = 9;Build.FilesetEntry.Builder.clear()Build.FilesetEntry.Builder.clearDestinationDirectory()The relative path within the fileset rule where files will be mapped.Build.FilesetEntry.Builder.clearExclude()If this is a fileset entry representing files within the rule package, this lists relative paths to files that should be excluded from the set.Build.FilesetEntry.Builder.clearFile()A list of file labels to include from the source directory.Build.FilesetEntry.Builder.clearFilesPresent()Whether the files= attribute was specified.Build.FilesetEntry.Builder.clearSource()The label pointing to the source target where files are copied from.Build.FilesetEntry.Builder.clearStripPrefix()The prefix to strip from the path of the files in this FilesetEntry.Build.FilesetEntry.Builder.clearSymlinkBehavior()This field is optional because there will be some time when the new PB is used by tools depending on blaze query, but the new blaze version is not yet released.Build.Attribute.Builder.getFilesetListValueBuilder(int index) If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.SelectorEntry.Builder.getFilesetListValueBuilder(int index) repeated .blaze_query.FilesetEntry fileset_list_value = 9;Build.FilesetEntry.Builder.mergeFrom(Build.FilesetEntry other) Build.FilesetEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.FilesetEntry.Builder.mergeFrom(com.google.protobuf.Message other) static Build.FilesetEntry.BuilderBuild.FilesetEntry.newBuilder()static Build.FilesetEntry.BuilderBuild.FilesetEntry.newBuilder(Build.FilesetEntry prototype) Build.FilesetEntry.newBuilderForType()protected Build.FilesetEntry.BuilderBuild.FilesetEntry.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Build.FilesetEntry.Builder.setDestinationDirectory(String value) The relative path within the fileset rule where files will be mapped.Build.FilesetEntry.Builder.setDestinationDirectoryBytes(com.google.protobuf.ByteString value) The relative path within the fileset rule where files will be mapped.Build.FilesetEntry.Builder.setExclude(int index, String value) If this is a fileset entry representing files within the rule package, this lists relative paths to files that should be excluded from the set.A list of file labels to include from the source directory.Build.FilesetEntry.Builder.setFilesPresent(boolean value) Whether the files= attribute was specified.The label pointing to the source target where files are copied from.Build.FilesetEntry.Builder.setSourceBytes(com.google.protobuf.ByteString value) The label pointing to the source target where files are copied from.Build.FilesetEntry.Builder.setStripPrefix(String value) The prefix to strip from the path of the files in this FilesetEntry.Build.FilesetEntry.Builder.setStripPrefixBytes(com.google.protobuf.ByteString value) The prefix to strip from the path of the files in this FilesetEntry.Build.FilesetEntry.Builder.setSymlinkBehavior(Build.FilesetEntry.SymlinkBehavior value) This field is optional because there will be some time when the new PB is used by tools depending on blaze query, but the new blaze version is not yet released.Build.FilesetEntry.toBuilder()Methods in com.google.devtools.build.lib.query2.proto.proto2api that return types with arguments of type Build.FilesetEntry.BuilderModifier and TypeMethodDescriptionBuild.Attribute.Builder.getFilesetListValueBuilderList()If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.SelectorEntry.Builder.getFilesetListValueBuilderList()repeated .blaze_query.FilesetEntry fileset_list_value = 9;Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.FilesetEntry.BuilderModifier and TypeMethodDescriptionBuild.Attribute.Builder.addFilesetListValue(int index, Build.FilesetEntry.Builder builderForValue) If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.Builder.addFilesetListValue(Build.FilesetEntry.Builder builderForValue) If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.SelectorEntry.Builder.addFilesetListValue(int index, Build.FilesetEntry.Builder builderForValue) repeated .blaze_query.FilesetEntry fileset_list_value = 9;Build.Attribute.SelectorEntry.Builder.addFilesetListValue(Build.FilesetEntry.Builder builderForValue) repeated .blaze_query.FilesetEntry fileset_list_value = 9;Build.Attribute.Builder.setFilesetListValue(int index, Build.FilesetEntry.Builder builderForValue) If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.SelectorEntry.Builder.setFilesetListValue(int index, Build.FilesetEntry.Builder builderForValue) repeated .blaze_query.FilesetEntry fileset_list_value = 9;