Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.addAllExclude(java.lang.Iterable<java.lang.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 |
Build.FilesetEntry.Builder.addAllFile(java.lang.Iterable<java.lang.String> values) |
A list of file labels to include from the source directory.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.addExclude(java.lang.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 |
Build.FilesetEntry.Builder.addExcludeBytes(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.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.addFile(java.lang.String value) |
A list of file labels to include from the source directory.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.addFileBytes(ByteString value) |
A list of file labels to include from the source directory.
|
Build.FilesetEntry.Builder |
Build.Attribute.Builder.addFilesetListValueBuilder() |
If the attribute is part of a Fileset, the fileset entries are stored in
this field.
|
Build.FilesetEntry.Builder |
Build.Attribute.Builder.addFilesetListValueBuilder(int index) |
If the attribute is part of a Fileset, the fileset entries are stored in
this field.
|
Build.FilesetEntry.Builder |
Build.Attribute.SelectorEntry.Builder.addFilesetListValueBuilder() |
repeated .blaze_query.FilesetEntry fileset_list_value = 9;
|
Build.FilesetEntry.Builder |
Build.Attribute.SelectorEntry.Builder.addFilesetListValueBuilder(int index) |
repeated .blaze_query.FilesetEntry fileset_list_value = 9;
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.clear() |
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.clearDestinationDirectory() |
The relative path within the fileset rule where files will be mapped.
|
Build.FilesetEntry.Builder |
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 |
Build.FilesetEntry.Builder.clearField(Descriptors.FieldDescriptor field) |
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.clearFile() |
A list of file labels to include from the source directory.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.clearFilesPresent() |
Whether the files= attribute was specified.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.clearSource() |
The label pointing to the source target where files are copied from.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.clearStripPrefix() |
The prefix to strip from the path of the files in this FilesetEntry.
|
Build.FilesetEntry.Builder |
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.FilesetEntry.Builder |
Build.FilesetEntry.Builder.clone() |
|
Build.FilesetEntry.Builder |
Build.Attribute.Builder.getFilesetListValueBuilder(int index) |
If the attribute is part of a Fileset, the fileset entries are stored in
this field.
|
Build.FilesetEntry.Builder |
Build.Attribute.SelectorEntry.Builder.getFilesetListValueBuilder(int index) |
repeated .blaze_query.FilesetEntry fileset_list_value = 9;
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.mergeFrom(Build.FilesetEntry other) |
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.mergeFrom(Message other) |
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
|
static Build.FilesetEntry.Builder |
Build.FilesetEntry.newBuilder() |
|
static Build.FilesetEntry.Builder |
Build.FilesetEntry.newBuilder(Build.FilesetEntry prototype) |
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.newBuilderForType() |
|
protected Build.FilesetEntry.Builder |
Build.FilesetEntry.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.setDestinationDirectory(java.lang.String value) |
The relative path within the fileset rule where files will be mapped.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.setDestinationDirectoryBytes(ByteString value) |
The relative path within the fileset rule where files will be mapped.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.setExclude(int index,
java.lang.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 |
Build.FilesetEntry.Builder.setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.setFile(int index,
java.lang.String value) |
A list of file labels to include from the source directory.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.setFilesPresent(boolean value) |
Whether the files= attribute was specified.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.setSource(java.lang.String value) |
The label pointing to the source target where files are copied from.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.setSourceBytes(ByteString value) |
The label pointing to the source target where files are copied from.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.setStripPrefix(java.lang.String value) |
The prefix to strip from the path of the files in this FilesetEntry.
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.Builder.setStripPrefixBytes(ByteString value) |
The prefix to strip from the path of the files in this FilesetEntry.
|
Build.FilesetEntry.Builder |
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.Builder |
Build.FilesetEntry.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
|
Build.FilesetEntry.Builder |
Build.FilesetEntry.toBuilder() |
|