Build.Attribute.Builder |
Build.Attribute.Builder.addAllDEPRECATEDStringDictUnaryValue(java.lang.Iterable<? extends ByteString> values) |
repeated bytes DEPRECATED_string_dict_unary_value = 18;
|
Build.Attribute.Builder |
Build.Attribute.Builder.addAllFilesetListValue(java.lang.Iterable<? extends Build.FilesetEntry> values) |
If the attribute is part of a Fileset, the fileset entries are stored in
this field.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addAllIntListValue(java.lang.Iterable<? extends java.lang.Integer> values) |
The value of the attribute has a list of int32 values
|
Build.Attribute.Builder |
Build.Attribute.Builder.addAllLabelDictUnaryValue(java.lang.Iterable<? extends Build.LabelDictUnaryEntry> values) |
If this is a label dict unary, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addAllLabelKeyedStringDictValue(java.lang.Iterable<? extends Build.LabelKeyedStringDictEntry> values) |
If this is a label-keyed string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addAllLabelListDictValue(java.lang.Iterable<? extends Build.LabelListDictEntry> values) |
If this is a label list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addAllStringDictValue(java.lang.Iterable<? extends Build.StringDictEntry> values) |
If this is a string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addAllStringListDictValue(java.lang.Iterable<? extends Build.StringListDictEntry> values) |
If this is a string list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addAllStringListValue(java.lang.Iterable<java.lang.String> values) |
The value of the attribute has a list of string values (label and path
note from STRING applies here as well).
|
Build.Attribute.Builder |
Build.Rule.Builder.addAttributeBuilder() |
All of the attributes that describe the rule.
|
Build.Attribute.Builder |
Build.Rule.Builder.addAttributeBuilder(int index) |
All of the attributes that describe the rule.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addDEPRECATEDStringDictUnaryValue(ByteString value) |
repeated bytes DEPRECATED_string_dict_unary_value = 18;
|
Build.Attribute.Builder |
Build.Attribute.Builder.addFilesetListValue(int index,
Build.FilesetEntry value) |
If the attribute is part of a Fileset, the fileset entries are stored in
this field.
|
Build.Attribute.Builder |
Build.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 |
Build.Attribute.Builder.addFilesetListValue(Build.FilesetEntry value) |
If the attribute is part of a Fileset, the fileset entries are stored in
this field.
|
Build.Attribute.Builder |
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.Builder |
Build.Attribute.Builder.addIntListValue(int value) |
The value of the attribute has a list of int32 values
|
Build.Attribute.Builder |
Build.Attribute.Builder.addLabelDictUnaryValue(int index,
Build.LabelDictUnaryEntry value) |
If this is a label dict unary, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addLabelDictUnaryValue(int index,
Build.LabelDictUnaryEntry.Builder builderForValue) |
If this is a label dict unary, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addLabelDictUnaryValue(Build.LabelDictUnaryEntry value) |
If this is a label dict unary, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addLabelDictUnaryValue(Build.LabelDictUnaryEntry.Builder builderForValue) |
If this is a label dict unary, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addLabelKeyedStringDictValue(int index,
Build.LabelKeyedStringDictEntry value) |
If this is a label-keyed string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addLabelKeyedStringDictValue(int index,
Build.LabelKeyedStringDictEntry.Builder builderForValue) |
If this is a label-keyed string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addLabelKeyedStringDictValue(Build.LabelKeyedStringDictEntry value) |
If this is a label-keyed string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addLabelKeyedStringDictValue(Build.LabelKeyedStringDictEntry.Builder builderForValue) |
If this is a label-keyed string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addLabelListDictValue(int index,
Build.LabelListDictEntry value) |
If this is a label list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addLabelListDictValue(int index,
Build.LabelListDictEntry.Builder builderForValue) |
If this is a label list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addLabelListDictValue(Build.LabelListDictEntry value) |
If this is a label list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addLabelListDictValue(Build.LabelListDictEntry.Builder builderForValue) |
If this is a label list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Build.Attribute.Builder |
Build.Attribute.Builder.addStringDictValue(int index,
Build.StringDictEntry value) |
If this is a string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addStringDictValue(int index,
Build.StringDictEntry.Builder builderForValue) |
If this is a string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addStringDictValue(Build.StringDictEntry value) |
If this is a string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addStringDictValue(Build.StringDictEntry.Builder builderForValue) |
If this is a string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addStringListDictValue(int index,
Build.StringListDictEntry value) |
If this is a string list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addStringListDictValue(int index,
Build.StringListDictEntry.Builder builderForValue) |
If this is a string list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addStringListDictValue(Build.StringListDictEntry value) |
If this is a string list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addStringListDictValue(Build.StringListDictEntry.Builder builderForValue) |
If this is a string list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.addStringListValue(java.lang.String value) |
The value of the attribute has a list of string values (label and path
note from STRING applies here as well).
|
Build.Attribute.Builder |
Build.Attribute.Builder.addStringListValueBytes(ByteString value) |
The value of the attribute has a list of string values (label and path
note from STRING applies here as well).
|
Build.Attribute.Builder |
Build.Attribute.Builder.clear() |
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearBooleanValue() |
If the attribute has a boolean value this will be populated.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearDEPRECATEDStringDictUnaryValue() |
repeated bytes DEPRECATED_string_dict_unary_value = 18;
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearExplicitlySpecified() |
Whether the attribute was explicitly specified
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearField(Descriptors.FieldDescriptor field) |
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearFilesetListValue() |
If the attribute is part of a Fileset, the fileset entries are stored in
this field.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearIntListValue() |
The value of the attribute has a list of int32 values
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearIntValue() |
If this attribute has an integer value this will be populated.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearLabelDictUnaryValue() |
If this is a label dict unary, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearLabelKeyedStringDictValue() |
If this is a label-keyed string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearLabelListDictValue() |
If this is a label list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearLicense() |
If this is a license attribute, the license information is stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearName() |
The name of the attribute
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearNodep() |
If this attribute has a string value or a string list value, then this
may be set to indicate that the value may be treated as a label that
isn't a dependency of this attribute's rule.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearSelectorList() |
If this attribute's value is an expression containing one or more select
expressions, then its type is SELECTOR_LIST and a SelectorList will be
stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearStringDictValue() |
If this is a string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearStringListDictValue() |
If this is a string list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearStringListValue() |
The value of the attribute has a list of string values (label and path
note from STRING applies here as well).
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearStringValue() |
If the attribute has a string value this will be populated.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearTristateValue() |
If the attribute is a Tristate value, this will be populated.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clearType() |
The type of attribute.
|
Build.Attribute.Builder |
Build.Attribute.Builder.clone() |
|
Build.Attribute.Builder |
Build.Rule.Builder.getAttributeBuilder(int index) |
All of the attributes that describe the rule.
|
Build.Attribute.Builder |
Build.Attribute.Builder.mergeFrom(Build.Attribute other) |
|
Build.Attribute.Builder |
Build.Attribute.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
|
Build.Attribute.Builder |
Build.Attribute.Builder.mergeFrom(Message other) |
|
Build.Attribute.Builder |
Build.Attribute.Builder.mergeLicense(Build.License value) |
If this is a license attribute, the license information is stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.mergeSelectorList(Build.Attribute.SelectorList value) |
If this attribute's value is an expression containing one or more select
expressions, then its type is SELECTOR_LIST and a SelectorList will be
stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
|
static Build.Attribute.Builder |
Build.Attribute.newBuilder() |
|
static Build.Attribute.Builder |
Build.Attribute.newBuilder(Build.Attribute prototype) |
|
Build.Attribute.Builder |
Build.Attribute.newBuilderForType() |
|
protected Build.Attribute.Builder |
Build.Attribute.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
|
Build.Attribute.Builder |
Build.Attribute.Builder.removeFilesetListValue(int index) |
If the attribute is part of a Fileset, the fileset entries are stored in
this field.
|
Build.Attribute.Builder |
Build.Attribute.Builder.removeLabelDictUnaryValue(int index) |
If this is a label dict unary, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.removeLabelKeyedStringDictValue(int index) |
If this is a label-keyed string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.removeLabelListDictValue(int index) |
If this is a label list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.removeStringDictValue(int index) |
If this is a string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.removeStringListDictValue(int index) |
If this is a string list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setBooleanValue(boolean value) |
If the attribute has a boolean value this will be populated.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setDEPRECATEDStringDictUnaryValue(int index,
ByteString value) |
repeated bytes DEPRECATED_string_dict_unary_value = 18;
|
Build.Attribute.Builder |
Build.Attribute.Builder.setExplicitlySpecified(boolean value) |
Whether the attribute was explicitly specified
|
Build.Attribute.Builder |
Build.Attribute.Builder.setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Build.Attribute.Builder |
Build.Attribute.Builder.setFilesetListValue(int index,
Build.FilesetEntry value) |
If the attribute is part of a Fileset, the fileset entries are stored in
this field.
|
Build.Attribute.Builder |
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.Builder |
Build.Attribute.Builder.setIntListValue(int index,
int value) |
The value of the attribute has a list of int32 values
|
Build.Attribute.Builder |
Build.Attribute.Builder.setIntValue(int value) |
If this attribute has an integer value this will be populated.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setLabelDictUnaryValue(int index,
Build.LabelDictUnaryEntry value) |
If this is a label dict unary, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setLabelDictUnaryValue(int index,
Build.LabelDictUnaryEntry.Builder builderForValue) |
If this is a label dict unary, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setLabelKeyedStringDictValue(int index,
Build.LabelKeyedStringDictEntry value) |
If this is a label-keyed string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setLabelKeyedStringDictValue(int index,
Build.LabelKeyedStringDictEntry.Builder builderForValue) |
If this is a label-keyed string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setLabelListDictValue(int index,
Build.LabelListDictEntry value) |
If this is a label list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setLabelListDictValue(int index,
Build.LabelListDictEntry.Builder builderForValue) |
If this is a label list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setLicense(Build.License value) |
If this is a license attribute, the license information is stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setLicense(Build.License.Builder builderForValue) |
If this is a license attribute, the license information is stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setName(java.lang.String value) |
The name of the attribute
|
Build.Attribute.Builder |
Build.Attribute.Builder.setNameBytes(ByteString value) |
The name of the attribute
|
Build.Attribute.Builder |
Build.Attribute.Builder.setNodep(boolean value) |
If this attribute has a string value or a string list value, then this
may be set to indicate that the value may be treated as a label that
isn't a dependency of this attribute's rule.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
Build.Attribute.Builder |
Build.Attribute.Builder.setSelectorList(Build.Attribute.SelectorList value) |
If this attribute's value is an expression containing one or more select
expressions, then its type is SELECTOR_LIST and a SelectorList will be
stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setSelectorList(Build.Attribute.SelectorList.Builder builderForValue) |
If this attribute's value is an expression containing one or more select
expressions, then its type is SELECTOR_LIST and a SelectorList will be
stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setStringDictValue(int index,
Build.StringDictEntry value) |
If this is a string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setStringDictValue(int index,
Build.StringDictEntry.Builder builderForValue) |
If this is a string dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setStringListDictValue(int index,
Build.StringListDictEntry value) |
If this is a string list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setStringListDictValue(int index,
Build.StringListDictEntry.Builder builderForValue) |
If this is a string list dict, each entry will be stored here.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setStringListValue(int index,
java.lang.String value) |
The value of the attribute has a list of string values (label and path
note from STRING applies here as well).
|
Build.Attribute.Builder |
Build.Attribute.Builder.setStringValue(java.lang.String value) |
If the attribute has a string value this will be populated.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setStringValueBytes(ByteString value) |
If the attribute has a string value this will be populated.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setTristateValue(Build.Attribute.Tristate value) |
If the attribute is a Tristate value, this will be populated.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setType(Build.Attribute.Discriminator value) |
The type of attribute.
|
Build.Attribute.Builder |
Build.Attribute.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
|
Build.Attribute.Builder |
Build.Attribute.toBuilder() |
|