Class Build.Attribute.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Build.Attribute.Builder>
com.google.devtools.build.lib.query2.proto.proto2api.Build.Attribute.Builder
- All Implemented Interfaces:
Build.AttributeOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Build.Attribute
public static final class Build.Attribute.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Build.Attribute.Builder>
implements Build.AttributeOrBuilder
A rule attribute. Each attribute must have a type and one of the various value fields populated - for the most part. Attributes of BOOLEAN and TRISTATE type may set all of the int, bool, and string values for backwards compatibility with clients that expect them to be set. Attributes of INTEGER, STRING, LABEL, LICENSE, BOOLEAN, and TRISTATE type may set *none* of the values. This can happen if the Attribute message is prepared for a client that doesn't support SELECTOR_LIST, but the rule has a selector list value for the attribute. (Selector lists for attributes of other types--the collection types--are handled differently when prepared for such a client. The possible collection values are gathered together and flattened.) By checking the type, the appropriate value can be extracted - see the comments on each type for the associated value. The order of lists comes from the blaze parsing. If an attribute is of a list type, the associated list should never be empty.Protobuf type
blaze_query.Attribute-
Method Summary
Modifier and TypeMethodDescriptionaddAllDEPRECATEDStringDictUnaryValue(Iterable<? extends com.google.protobuf.ByteString> values) repeated bytes DEPRECATED_string_dict_unary_value = 18;addAllFilesetListValue(Iterable<? extends Build.FilesetEntry> values) If the attribute is part of a Fileset, the fileset entries are stored in this field.addAllIntListValue(Iterable<? extends Integer> values) The value of the attribute has a list of int32 valuesaddAllLabelDictUnaryValue(Iterable<? extends Build.LabelDictUnaryEntry> values) If this is a label dict unary, each entry will be stored here.addAllLabelKeyedStringDictValue(Iterable<? extends Build.LabelKeyedStringDictEntry> values) If this is a label-keyed string dict, each entry will be stored here.addAllLabelListDictValue(Iterable<? extends Build.LabelListDictEntry> values) If this is a label list dict, each entry will be stored here.addAllStringDictValue(Iterable<? extends Build.StringDictEntry> values) If this is a string dict, each entry will be stored here.addAllStringListDictValue(Iterable<? extends Build.StringListDictEntry> values) If this is a string list dict, each entry will be stored here.addAllStringListValue(Iterable<String> values) The value of the attribute has a list of string values (label and path note from STRING applies here as well).addDEPRECATEDStringDictUnaryValue(com.google.protobuf.ByteString value) repeated bytes DEPRECATED_string_dict_unary_value = 18;addFilesetListValue(int index, Build.FilesetEntry value) If the attribute is part of a Fileset, the fileset entries are stored in this field.addFilesetListValue(int index, Build.FilesetEntry.Builder builderForValue) If the attribute is part of a Fileset, the fileset entries are stored in this field.If the attribute is part of a Fileset, the fileset entries are stored in this field.addFilesetListValue(Build.FilesetEntry.Builder builderForValue) If the attribute is part of a Fileset, the fileset entries are stored in this field.If the attribute is part of a Fileset, the fileset entries are stored in this field.addFilesetListValueBuilder(int index) If the attribute is part of a Fileset, the fileset entries are stored in this field.addIntListValue(int value) The value of the attribute has a list of int32 valuesaddLabelDictUnaryValue(int index, Build.LabelDictUnaryEntry value) If this is a label dict unary, each entry will be stored here.addLabelDictUnaryValue(int index, Build.LabelDictUnaryEntry.Builder builderForValue) If this is a label dict unary, each entry will be stored here.If this is a label dict unary, each entry will be stored here.addLabelDictUnaryValue(Build.LabelDictUnaryEntry.Builder builderForValue) If this is a label dict unary, each entry will be stored here.If this is a label dict unary, each entry will be stored here.addLabelDictUnaryValueBuilder(int index) If this is a label dict unary, each entry will be stored here.addLabelKeyedStringDictValue(int index, Build.LabelKeyedStringDictEntry value) If this is a label-keyed string dict, each entry will be stored here.addLabelKeyedStringDictValue(int index, Build.LabelKeyedStringDictEntry.Builder builderForValue) If this is a label-keyed string dict, each entry will be stored here.If this is a label-keyed string dict, each entry will be stored here.addLabelKeyedStringDictValue(Build.LabelKeyedStringDictEntry.Builder builderForValue) If this is a label-keyed string dict, each entry will be stored here.If this is a label-keyed string dict, each entry will be stored here.addLabelKeyedStringDictValueBuilder(int index) If this is a label-keyed string dict, each entry will be stored here.addLabelListDictValue(int index, Build.LabelListDictEntry value) If this is a label list dict, each entry will be stored here.addLabelListDictValue(int index, Build.LabelListDictEntry.Builder builderForValue) If this is a label list dict, each entry will be stored here.If this is a label list dict, each entry will be stored here.addLabelListDictValue(Build.LabelListDictEntry.Builder builderForValue) If this is a label list dict, each entry will be stored here.If this is a label list dict, each entry will be stored here.addLabelListDictValueBuilder(int index) If this is a label list dict, each entry will be stored here.addStringDictValue(int index, Build.StringDictEntry value) If this is a string dict, each entry will be stored here.addStringDictValue(int index, Build.StringDictEntry.Builder builderForValue) If this is a string dict, each entry will be stored here.If this is a string dict, each entry will be stored here.addStringDictValue(Build.StringDictEntry.Builder builderForValue) If this is a string dict, each entry will be stored here.If this is a string dict, each entry will be stored here.addStringDictValueBuilder(int index) If this is a string dict, each entry will be stored here.addStringListDictValue(int index, Build.StringListDictEntry value) If this is a string list dict, each entry will be stored here.addStringListDictValue(int index, Build.StringListDictEntry.Builder builderForValue) If this is a string list dict, each entry will be stored here.If this is a string list dict, each entry will be stored here.addStringListDictValue(Build.StringListDictEntry.Builder builderForValue) If this is a string list dict, each entry will be stored here.If this is a string list dict, each entry will be stored here.addStringListDictValueBuilder(int index) If this is a string list dict, each entry will be stored here.addStringListValue(String value) The value of the attribute has a list of string values (label and path note from STRING applies here as well).addStringListValueBytes(com.google.protobuf.ByteString value) The value of the attribute has a list of string values (label and path note from STRING applies here as well).build()clear()If the attribute has a boolean value this will be populated.repeated bytes DEPRECATED_string_dict_unary_value = 18;Whether the attribute was explicitly specifiedIf the attribute is part of a Fileset, the fileset entries are stored in this field.The value of the attribute has a list of int32 valuesIf this attribute has an integer value this will be populated.If this is a label dict unary, each entry will be stored here.If this is a label-keyed string dict, each entry will be stored here.If this is a label list dict, each entry will be stored here.If this is a license attribute, the license information is stored here.The name of the attributeIf 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.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.Represents the aspect that this attribute comes from.If this is a string dict, each entry will be stored here.If this is a string list dict, each entry will be stored here.The value of the attribute has a list of string values (label and path note from STRING applies here as well).If the attribute has a string value this will be populated.If the attribute is a Tristate value, this will be populated.The type of attribute.booleanIf the attribute has a boolean value this will be populated.com.google.protobuf.ByteStringgetDEPRECATEDStringDictUnaryValue(int index) repeated bytes DEPRECATED_string_dict_unary_value = 18;intrepeated bytes DEPRECATED_string_dict_unary_value = 18;List<com.google.protobuf.ByteString>repeated bytes DEPRECATED_string_dict_unary_value = 18;static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorbooleanWhether the attribute was explicitly specifiedgetFilesetListValue(int index) If the attribute is part of a Fileset, the fileset entries are stored in this field.getFilesetListValueBuilder(int index) If the attribute is part of a Fileset, the fileset entries are stored in this field.If the attribute is part of a Fileset, the fileset entries are stored in this field.intIf the attribute is part of a Fileset, the fileset entries are stored in this field.If the attribute is part of a Fileset, the fileset entries are stored in this field.getFilesetListValueOrBuilder(int index) If the attribute is part of a Fileset, the fileset entries are stored in this field.List<? extends Build.FilesetEntryOrBuilder>If the attribute is part of a Fileset, the fileset entries are stored in this field.intgetIntListValue(int index) The value of the attribute has a list of int32 valuesintThe value of the attribute has a list of int32 valuesThe value of the attribute has a list of int32 valuesintIf this attribute has an integer value this will be populated.getLabelDictUnaryValue(int index) If this is a label dict unary, each entry will be stored here.getLabelDictUnaryValueBuilder(int index) If this is a label dict unary, each entry will be stored here.If this is a label dict unary, each entry will be stored here.intIf this is a label dict unary, each entry will be stored here.If this is a label dict unary, each entry will be stored here.getLabelDictUnaryValueOrBuilder(int index) If this is a label dict unary, each entry will be stored here.List<? extends Build.LabelDictUnaryEntryOrBuilder>If this is a label dict unary, each entry will be stored here.getLabelKeyedStringDictValue(int index) If this is a label-keyed string dict, each entry will be stored here.getLabelKeyedStringDictValueBuilder(int index) If this is a label-keyed string dict, each entry will be stored here.If this is a label-keyed string dict, each entry will be stored here.intIf this is a label-keyed string dict, each entry will be stored here.If this is a label-keyed string dict, each entry will be stored here.getLabelKeyedStringDictValueOrBuilder(int index) If this is a label-keyed string dict, each entry will be stored here.List<? extends Build.LabelKeyedStringDictEntryOrBuilder>If this is a label-keyed string dict, each entry will be stored here.getLabelListDictValue(int index) If this is a label list dict, each entry will be stored here.getLabelListDictValueBuilder(int index) If this is a label list dict, each entry will be stored here.If this is a label list dict, each entry will be stored here.intIf this is a label list dict, each entry will be stored here.If this is a label list dict, each entry will be stored here.getLabelListDictValueOrBuilder(int index) If this is a label list dict, each entry will be stored here.List<? extends Build.LabelListDictEntryOrBuilder>If this is a label list dict, each entry will be stored here.If this is a license attribute, the license information is stored here.If this is a license attribute, the license information is stored here.If this is a license attribute, the license information is stored here.getName()The name of the attributecom.google.protobuf.ByteStringThe name of the attributebooleangetNodep()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.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.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.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.Represents the aspect that this attribute comes from.com.google.protobuf.ByteStringRepresents the aspect that this attribute comes from.getStringDictValue(int index) If this is a string dict, each entry will be stored here.getStringDictValueBuilder(int index) If this is a string dict, each entry will be stored here.If this is a string dict, each entry will be stored here.intIf this is a string dict, each entry will be stored here.If this is a string dict, each entry will be stored here.getStringDictValueOrBuilder(int index) If this is a string dict, each entry will be stored here.List<? extends Build.StringDictEntryOrBuilder>If this is a string dict, each entry will be stored here.getStringListDictValue(int index) If this is a string list dict, each entry will be stored here.getStringListDictValueBuilder(int index) If this is a string list dict, each entry will be stored here.If this is a string list dict, each entry will be stored here.intIf this is a string list dict, each entry will be stored here.If this is a string list dict, each entry will be stored here.getStringListDictValueOrBuilder(int index) If this is a string list dict, each entry will be stored here.List<? extends Build.StringListDictEntryOrBuilder>If this is a string list dict, each entry will be stored here.getStringListValue(int index) The value of the attribute has a list of string values (label and path note from STRING applies here as well).com.google.protobuf.ByteStringgetStringListValueBytes(int index) The value of the attribute has a list of string values (label and path note from STRING applies here as well).intThe value of the attribute has a list of string values (label and path note from STRING applies here as well).com.google.protobuf.ProtocolStringListThe value of the attribute has a list of string values (label and path note from STRING applies here as well).If the attribute has a string value this will be populated.com.google.protobuf.ByteStringIf the attribute has a string value this will be populated.If the attribute is a Tristate value, this will be populated.getType()The type of attribute.booleanIf the attribute has a boolean value this will be populated.booleanWhether the attribute was explicitly specifiedbooleanIf this attribute has an integer value this will be populated.booleanIf this is a license attribute, the license information is stored here.booleanhasName()The name of the attributebooleanhasNodep()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.booleanIf 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.booleanRepresents the aspect that this attribute comes from.booleanIf the attribute has a string value this will be populated.booleanIf the attribute is a Tristate value, this will be populated.booleanhasType()The type of attribute.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(Build.Attribute other) mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeLicense(Build.License value) If this is a license attribute, the license information is stored here.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.removeFilesetListValue(int index) If the attribute is part of a Fileset, the fileset entries are stored in this field.removeLabelDictUnaryValue(int index) If this is a label dict unary, each entry will be stored here.removeLabelKeyedStringDictValue(int index) If this is a label-keyed string dict, each entry will be stored here.removeLabelListDictValue(int index) If this is a label list dict, each entry will be stored here.removeStringDictValue(int index) If this is a string dict, each entry will be stored here.removeStringListDictValue(int index) If this is a string list dict, each entry will be stored here.setBooleanValue(boolean value) If the attribute has a boolean value this will be populated.setDEPRECATEDStringDictUnaryValue(int index, com.google.protobuf.ByteString value) repeated bytes DEPRECATED_string_dict_unary_value = 18;setExplicitlySpecified(boolean value) Whether the attribute was explicitly specifiedsetFilesetListValue(int index, Build.FilesetEntry value) If the attribute is part of a Fileset, the fileset entries are stored in this field.setFilesetListValue(int index, Build.FilesetEntry.Builder builderForValue) If the attribute is part of a Fileset, the fileset entries are stored in this field.setIntListValue(int index, int value) The value of the attribute has a list of int32 valuessetIntValue(int value) If this attribute has an integer value this will be populated.setLabelDictUnaryValue(int index, Build.LabelDictUnaryEntry value) If this is a label dict unary, each entry will be stored here.setLabelDictUnaryValue(int index, Build.LabelDictUnaryEntry.Builder builderForValue) If this is a label dict unary, each entry will be stored here.setLabelKeyedStringDictValue(int index, Build.LabelKeyedStringDictEntry value) If this is a label-keyed string dict, each entry will be stored here.setLabelKeyedStringDictValue(int index, Build.LabelKeyedStringDictEntry.Builder builderForValue) If this is a label-keyed string dict, each entry will be stored here.setLabelListDictValue(int index, Build.LabelListDictEntry value) If this is a label list dict, each entry will be stored here.setLabelListDictValue(int index, Build.LabelListDictEntry.Builder builderForValue) If this is a label list dict, each entry will be stored here.setLicense(Build.License value) If this is a license attribute, the license information is stored here.setLicense(Build.License.Builder builderForValue) If this is a license attribute, the license information is stored here.The name of the attributesetNameBytes(com.google.protobuf.ByteString value) The name of the attributesetNodep(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.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.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.setSourceAspectName(String value) Represents the aspect that this attribute comes from.setSourceAspectNameBytes(com.google.protobuf.ByteString value) Represents the aspect that this attribute comes from.setStringDictValue(int index, Build.StringDictEntry value) If this is a string dict, each entry will be stored here.setStringDictValue(int index, Build.StringDictEntry.Builder builderForValue) If this is a string dict, each entry will be stored here.setStringListDictValue(int index, Build.StringListDictEntry value) If this is a string list dict, each entry will be stored here.setStringListDictValue(int index, Build.StringListDictEntry.Builder builderForValue) If this is a string list dict, each entry will be stored here.setStringListValue(int index, String value) The value of the attribute has a list of string values (label and path note from STRING applies here as well).setStringValue(String value) If the attribute has a string value this will be populated.setStringValueBytes(com.google.protobuf.ByteString value) If the attribute has a string value this will be populated.If the attribute is a Tristate value, this will be populated.The type of attribute.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<Build.Attribute.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<Build.Attribute.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<Build.Attribute.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Build.Attribute.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<Build.Attribute.Builder>
-
mergeFrom
public Build.Attribute.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Build.Attribute.Builder>- Throws:
IOException
-
hasName
public boolean hasName()The name of the attribute
required string name = 1;- Specified by:
hasNamein interfaceBuild.AttributeOrBuilder- Returns:
- Whether the name field is set.
-
getName
The name of the attribute
required string name = 1;- Specified by:
getNamein interfaceBuild.AttributeOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()The name of the attribute
required string name = 1;- Specified by:
getNameBytesin interfaceBuild.AttributeOrBuilder- Returns:
- The bytes for name.
-
setName
The name of the attribute
required string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
The name of the attribute
required string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
The name of the attribute
required string name = 1;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasExplicitlySpecified
public boolean hasExplicitlySpecified()Whether the attribute was explicitly specified
optional bool explicitly_specified = 13;- Specified by:
hasExplicitlySpecifiedin interfaceBuild.AttributeOrBuilder- Returns:
- Whether the explicitlySpecified field is set.
-
getExplicitlySpecified
public boolean getExplicitlySpecified()Whether the attribute was explicitly specified
optional bool explicitly_specified = 13;- Specified by:
getExplicitlySpecifiedin interfaceBuild.AttributeOrBuilder- Returns:
- The explicitlySpecified.
-
setExplicitlySpecified
Whether the attribute was explicitly specified
optional bool explicitly_specified = 13;- Parameters:
value- The explicitlySpecified to set.- Returns:
- This builder for chaining.
-
clearExplicitlySpecified
Whether the attribute was explicitly specified
optional bool explicitly_specified = 13;- Returns:
- This builder for chaining.
-
hasNodep
public boolean hasNodep()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.
optional bool nodep = 20;- Specified by:
hasNodepin interfaceBuild.AttributeOrBuilder- Returns:
- Whether the nodep field is set.
-
getNodep
public boolean getNodep()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.
optional bool nodep = 20;- Specified by:
getNodepin interfaceBuild.AttributeOrBuilder- Returns:
- The nodep.
-
setNodep
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.
optional bool nodep = 20;- Parameters:
value- The nodep to set.- Returns:
- This builder for chaining.
-
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.
optional bool nodep = 20;- Returns:
- This builder for chaining.
-
hasSourceAspectName
public boolean hasSourceAspectName()Represents the aspect that this attribute comes from. It is set to an empty string if it does not come from an aspect.
optional string source_aspect_name = 23;- Specified by:
hasSourceAspectNamein interfaceBuild.AttributeOrBuilder- Returns:
- Whether the sourceAspectName field is set.
-
getSourceAspectName
Represents the aspect that this attribute comes from. It is set to an empty string if it does not come from an aspect.
optional string source_aspect_name = 23;- Specified by:
getSourceAspectNamein interfaceBuild.AttributeOrBuilder- Returns:
- The sourceAspectName.
-
getSourceAspectNameBytes
public com.google.protobuf.ByteString getSourceAspectNameBytes()Represents the aspect that this attribute comes from. It is set to an empty string if it does not come from an aspect.
optional string source_aspect_name = 23;- Specified by:
getSourceAspectNameBytesin interfaceBuild.AttributeOrBuilder- Returns:
- The bytes for sourceAspectName.
-
setSourceAspectName
Represents the aspect that this attribute comes from. It is set to an empty string if it does not come from an aspect.
optional string source_aspect_name = 23;- Parameters:
value- The sourceAspectName to set.- Returns:
- This builder for chaining.
-
clearSourceAspectName
Represents the aspect that this attribute comes from. It is set to an empty string if it does not come from an aspect.
optional string source_aspect_name = 23;- Returns:
- This builder for chaining.
-
setSourceAspectNameBytes
Represents the aspect that this attribute comes from. It is set to an empty string if it does not come from an aspect.
optional string source_aspect_name = 23;- Parameters:
value- The bytes for sourceAspectName to set.- Returns:
- This builder for chaining.
-
hasType
public boolean hasType()The type of attribute. This message is used for all of the different attribute types so the discriminator helps for figuring out what is stored in the message.
required .blaze_query.Attribute.Discriminator type = 2;- Specified by:
hasTypein interfaceBuild.AttributeOrBuilder- Returns:
- Whether the type field is set.
-
getType
The type of attribute. This message is used for all of the different attribute types so the discriminator helps for figuring out what is stored in the message.
required .blaze_query.Attribute.Discriminator type = 2;- Specified by:
getTypein interfaceBuild.AttributeOrBuilder- Returns:
- The type.
-
setType
The type of attribute. This message is used for all of the different attribute types so the discriminator helps for figuring out what is stored in the message.
required .blaze_query.Attribute.Discriminator type = 2;- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
The type of attribute. This message is used for all of the different attribute types so the discriminator helps for figuring out what is stored in the message.
required .blaze_query.Attribute.Discriminator type = 2;- Returns:
- This builder for chaining.
-
hasIntValue
public boolean hasIntValue()If this attribute has an integer value this will be populated. Boolean and TriState also use this field as [0,1] and [-1,0,1] for [false, true] and [auto, no, yes] respectively.
optional int32 int_value = 3;- Specified by:
hasIntValuein interfaceBuild.AttributeOrBuilder- Returns:
- Whether the intValue field is set.
-
getIntValue
public int getIntValue()If this attribute has an integer value this will be populated. Boolean and TriState also use this field as [0,1] and [-1,0,1] for [false, true] and [auto, no, yes] respectively.
optional int32 int_value = 3;- Specified by:
getIntValuein interfaceBuild.AttributeOrBuilder- Returns:
- The intValue.
-
setIntValue
If this attribute has an integer value this will be populated. Boolean and TriState also use this field as [0,1] and [-1,0,1] for [false, true] and [auto, no, yes] respectively.
optional int32 int_value = 3;- Parameters:
value- The intValue to set.- Returns:
- This builder for chaining.
-
clearIntValue
If this attribute has an integer value this will be populated. Boolean and TriState also use this field as [0,1] and [-1,0,1] for [false, true] and [auto, no, yes] respectively.
optional int32 int_value = 3;- Returns:
- This builder for chaining.
-
hasStringValue
public boolean hasStringValue()If the attribute has a string value this will be populated. Label and path attributes use this field as the value even though the type may be LABEL or something else other than STRING.
optional string string_value = 5;- Specified by:
hasStringValuein interfaceBuild.AttributeOrBuilder- Returns:
- Whether the stringValue field is set.
-
getStringValue
If the attribute has a string value this will be populated. Label and path attributes use this field as the value even though the type may be LABEL or something else other than STRING.
optional string string_value = 5;- Specified by:
getStringValuein interfaceBuild.AttributeOrBuilder- Returns:
- The stringValue.
-
getStringValueBytes
public com.google.protobuf.ByteString getStringValueBytes()If the attribute has a string value this will be populated. Label and path attributes use this field as the value even though the type may be LABEL or something else other than STRING.
optional string string_value = 5;- Specified by:
getStringValueBytesin interfaceBuild.AttributeOrBuilder- Returns:
- The bytes for stringValue.
-
setStringValue
If the attribute has a string value this will be populated. Label and path attributes use this field as the value even though the type may be LABEL or something else other than STRING.
optional string string_value = 5;- Parameters:
value- The stringValue to set.- Returns:
- This builder for chaining.
-
clearStringValue
If the attribute has a string value this will be populated. Label and path attributes use this field as the value even though the type may be LABEL or something else other than STRING.
optional string string_value = 5;- Returns:
- This builder for chaining.
-
setStringValueBytes
If the attribute has a string value this will be populated. Label and path attributes use this field as the value even though the type may be LABEL or something else other than STRING.
optional string string_value = 5;- Parameters:
value- The bytes for stringValue to set.- Returns:
- This builder for chaining.
-
hasBooleanValue
public boolean hasBooleanValue()If the attribute has a boolean value this will be populated.
optional bool boolean_value = 14;- Specified by:
hasBooleanValuein interfaceBuild.AttributeOrBuilder- Returns:
- Whether the booleanValue field is set.
-
getBooleanValue
public boolean getBooleanValue()If the attribute has a boolean value this will be populated.
optional bool boolean_value = 14;- Specified by:
getBooleanValuein interfaceBuild.AttributeOrBuilder- Returns:
- The booleanValue.
-
setBooleanValue
If the attribute has a boolean value this will be populated.
optional bool boolean_value = 14;- Parameters:
value- The booleanValue to set.- Returns:
- This builder for chaining.
-
clearBooleanValue
If the attribute has a boolean value this will be populated.
optional bool boolean_value = 14;- Returns:
- This builder for chaining.
-
hasTristateValue
public boolean hasTristateValue()If the attribute is a Tristate value, this will be populated.
optional .blaze_query.Attribute.Tristate tristate_value = 15;- Specified by:
hasTristateValuein interfaceBuild.AttributeOrBuilder- Returns:
- Whether the tristateValue field is set.
-
getTristateValue
If the attribute is a Tristate value, this will be populated.
optional .blaze_query.Attribute.Tristate tristate_value = 15;- Specified by:
getTristateValuein interfaceBuild.AttributeOrBuilder- Returns:
- The tristateValue.
-
setTristateValue
If the attribute is a Tristate value, this will be populated.
optional .blaze_query.Attribute.Tristate tristate_value = 15;- Parameters:
value- The tristateValue to set.- Returns:
- This builder for chaining.
-
clearTristateValue
If the attribute is a Tristate value, this will be populated.
optional .blaze_query.Attribute.Tristate tristate_value = 15;- Returns:
- This builder for chaining.
-
getStringListValueList
public com.google.protobuf.ProtocolStringList getStringListValueList()The value of the attribute has a list of string values (label and path note from STRING applies here as well).
repeated string string_list_value = 6;- Specified by:
getStringListValueListin interfaceBuild.AttributeOrBuilder- Returns:
- A list containing the stringListValue.
-
getStringListValueCount
public int getStringListValueCount()The value of the attribute has a list of string values (label and path note from STRING applies here as well).
repeated string string_list_value = 6;- Specified by:
getStringListValueCountin interfaceBuild.AttributeOrBuilder- Returns:
- The count of stringListValue.
-
getStringListValue
The value of the attribute has a list of string values (label and path note from STRING applies here as well).
repeated string string_list_value = 6;- Specified by:
getStringListValuein interfaceBuild.AttributeOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The stringListValue at the given index.
-
getStringListValueBytes
public com.google.protobuf.ByteString getStringListValueBytes(int index) The value of the attribute has a list of string values (label and path note from STRING applies here as well).
repeated string string_list_value = 6;- Specified by:
getStringListValueBytesin interfaceBuild.AttributeOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the stringListValue at the given index.
-
setStringListValue
The value of the attribute has a list of string values (label and path note from STRING applies here as well).
repeated string string_list_value = 6;- Parameters:
index- The index to set the value at.value- The stringListValue to set.- Returns:
- This builder for chaining.
-
addStringListValue
The value of the attribute has a list of string values (label and path note from STRING applies here as well).
repeated string string_list_value = 6;- Parameters:
value- The stringListValue to add.- Returns:
- This builder for chaining.
-
addAllStringListValue
The value of the attribute has a list of string values (label and path note from STRING applies here as well).
repeated string string_list_value = 6;- Parameters:
values- The stringListValue to add.- Returns:
- This builder for chaining.
-
clearStringListValue
The value of the attribute has a list of string values (label and path note from STRING applies here as well).
repeated string string_list_value = 6;- Returns:
- This builder for chaining.
-
addStringListValueBytes
The value of the attribute has a list of string values (label and path note from STRING applies here as well).
repeated string string_list_value = 6;- Parameters:
value- The bytes of the stringListValue to add.- Returns:
- This builder for chaining.
-
hasLicense
public boolean hasLicense()If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7;- Specified by:
hasLicensein interfaceBuild.AttributeOrBuilder- Returns:
- Whether the license field is set.
-
getLicense
If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7;- Specified by:
getLicensein interfaceBuild.AttributeOrBuilder- Returns:
- The license.
-
setLicense
If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7; -
setLicense
If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7; -
mergeLicense
If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7; -
clearLicense
If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7; -
getLicenseBuilder
If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7; -
getLicenseOrBuilder
If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7;- Specified by:
getLicenseOrBuilderin interfaceBuild.AttributeOrBuilder
-
getStringDictValueList
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8;- Specified by:
getStringDictValueListin interfaceBuild.AttributeOrBuilder
-
getStringDictValueCount
public int getStringDictValueCount()If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8;- Specified by:
getStringDictValueCountin interfaceBuild.AttributeOrBuilder
-
getStringDictValue
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8;- Specified by:
getStringDictValuein interfaceBuild.AttributeOrBuilder
-
setStringDictValue
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
setStringDictValue
public Build.Attribute.Builder setStringDictValue(int index, Build.StringDictEntry.Builder builderForValue) If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
addStringDictValue
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
addStringDictValue
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
addStringDictValue
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
addStringDictValue
public Build.Attribute.Builder addStringDictValue(int index, Build.StringDictEntry.Builder builderForValue) If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
addAllStringDictValue
public Build.Attribute.Builder addAllStringDictValue(Iterable<? extends Build.StringDictEntry> values) If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
clearStringDictValue
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
removeStringDictValue
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
getStringDictValueBuilder
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
getStringDictValueOrBuilder
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8;- Specified by:
getStringDictValueOrBuilderin interfaceBuild.AttributeOrBuilder
-
getStringDictValueOrBuilderList
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8;- Specified by:
getStringDictValueOrBuilderListin interfaceBuild.AttributeOrBuilder
-
addStringDictValueBuilder
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
addStringDictValueBuilder
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
getStringDictValueBuilderList
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
getFilesetListValueList
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9;- Specified by:
getFilesetListValueListin interfaceBuild.AttributeOrBuilder
-
getFilesetListValueCount
public int getFilesetListValueCount()If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9;- Specified by:
getFilesetListValueCountin interfaceBuild.AttributeOrBuilder
-
getFilesetListValue
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9;- Specified by:
getFilesetListValuein interfaceBuild.AttributeOrBuilder
-
setFilesetListValue
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
setFilesetListValue
public 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.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
addFilesetListValue
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
addFilesetListValue
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
addFilesetListValue
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
addFilesetListValue
public 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.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
addAllFilesetListValue
public Build.Attribute.Builder addAllFilesetListValue(Iterable<? extends Build.FilesetEntry> values) If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
clearFilesetListValue
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
removeFilesetListValue
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
getFilesetListValueBuilder
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
getFilesetListValueOrBuilder
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9;- Specified by:
getFilesetListValueOrBuilderin interfaceBuild.AttributeOrBuilder
-
getFilesetListValueOrBuilderList
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9;- Specified by:
getFilesetListValueOrBuilderListin interfaceBuild.AttributeOrBuilder
-
addFilesetListValueBuilder
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
addFilesetListValueBuilder
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
getFilesetListValueBuilderList
If the attribute is part of a Fileset, the fileset entries are stored in this field.
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
getLabelListDictValueList
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;- Specified by:
getLabelListDictValueListin interfaceBuild.AttributeOrBuilder
-
getLabelListDictValueCount
public int getLabelListDictValueCount()If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;- Specified by:
getLabelListDictValueCountin interfaceBuild.AttributeOrBuilder
-
getLabelListDictValue
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;- Specified by:
getLabelListDictValuein interfaceBuild.AttributeOrBuilder
-
setLabelListDictValue
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
setLabelListDictValue
public Build.Attribute.Builder setLabelListDictValue(int index, Build.LabelListDictEntry.Builder builderForValue) If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
addLabelListDictValue
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
addLabelListDictValue
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
addLabelListDictValue
public Build.Attribute.Builder addLabelListDictValue(Build.LabelListDictEntry.Builder builderForValue) If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
addLabelListDictValue
public Build.Attribute.Builder addLabelListDictValue(int index, Build.LabelListDictEntry.Builder builderForValue) If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
addAllLabelListDictValue
public Build.Attribute.Builder addAllLabelListDictValue(Iterable<? extends Build.LabelListDictEntry> values) If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
clearLabelListDictValue
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
removeLabelListDictValue
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
getLabelListDictValueBuilder
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
getLabelListDictValueOrBuilder
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;- Specified by:
getLabelListDictValueOrBuilderin interfaceBuild.AttributeOrBuilder
-
getLabelListDictValueOrBuilderList
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;- Specified by:
getLabelListDictValueOrBuilderListin interfaceBuild.AttributeOrBuilder
-
addLabelListDictValueBuilder
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
addLabelListDictValueBuilder
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
getLabelListDictValueBuilderList
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
getStringListDictValueList
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;- Specified by:
getStringListDictValueListin interfaceBuild.AttributeOrBuilder
-
getStringListDictValueCount
public int getStringListDictValueCount()If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;- Specified by:
getStringListDictValueCountin interfaceBuild.AttributeOrBuilder
-
getStringListDictValue
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;- Specified by:
getStringListDictValuein interfaceBuild.AttributeOrBuilder
-
setStringListDictValue
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
setStringListDictValue
public Build.Attribute.Builder setStringListDictValue(int index, Build.StringListDictEntry.Builder builderForValue) If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
addStringListDictValue
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
addStringListDictValue
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
addStringListDictValue
public Build.Attribute.Builder addStringListDictValue(Build.StringListDictEntry.Builder builderForValue) If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
addStringListDictValue
public Build.Attribute.Builder addStringListDictValue(int index, Build.StringListDictEntry.Builder builderForValue) If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
addAllStringListDictValue
public Build.Attribute.Builder addAllStringListDictValue(Iterable<? extends Build.StringListDictEntry> values) If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
clearStringListDictValue
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
removeStringListDictValue
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
getStringListDictValueBuilder
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
getStringListDictValueOrBuilder
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;- Specified by:
getStringListDictValueOrBuilderin interfaceBuild.AttributeOrBuilder
-
getStringListDictValueOrBuilderList
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;- Specified by:
getStringListDictValueOrBuilderListin interfaceBuild.AttributeOrBuilder
-
addStringListDictValueBuilder
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
addStringListDictValueBuilder
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
getStringListDictValueBuilderList
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
getIntListValueList
The value of the attribute has a list of int32 values
repeated int32 int_list_value = 17;- Specified by:
getIntListValueListin interfaceBuild.AttributeOrBuilder- Returns:
- A list containing the intListValue.
-
getIntListValueCount
public int getIntListValueCount()The value of the attribute has a list of int32 values
repeated int32 int_list_value = 17;- Specified by:
getIntListValueCountin interfaceBuild.AttributeOrBuilder- Returns:
- The count of intListValue.
-
getIntListValue
public int getIntListValue(int index) The value of the attribute has a list of int32 values
repeated int32 int_list_value = 17;- Specified by:
getIntListValuein interfaceBuild.AttributeOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The intListValue at the given index.
-
setIntListValue
The value of the attribute has a list of int32 values
repeated int32 int_list_value = 17;- Parameters:
index- The index to set the value at.value- The intListValue to set.- Returns:
- This builder for chaining.
-
addIntListValue
The value of the attribute has a list of int32 values
repeated int32 int_list_value = 17;- Parameters:
value- The intListValue to add.- Returns:
- This builder for chaining.
-
addAllIntListValue
The value of the attribute has a list of int32 values
repeated int32 int_list_value = 17;- Parameters:
values- The intListValue to add.- Returns:
- This builder for chaining.
-
clearIntListValue
The value of the attribute has a list of int32 values
repeated int32 int_list_value = 17;- Returns:
- This builder for chaining.
-
getLabelDictUnaryValueList
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19;- Specified by:
getLabelDictUnaryValueListin interfaceBuild.AttributeOrBuilder
-
getLabelDictUnaryValueCount
public int getLabelDictUnaryValueCount()If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19;- Specified by:
getLabelDictUnaryValueCountin interfaceBuild.AttributeOrBuilder
-
getLabelDictUnaryValue
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19;- Specified by:
getLabelDictUnaryValuein interfaceBuild.AttributeOrBuilder
-
setLabelDictUnaryValue
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
setLabelDictUnaryValue
public Build.Attribute.Builder setLabelDictUnaryValue(int index, Build.LabelDictUnaryEntry.Builder builderForValue) If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
addLabelDictUnaryValue
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
addLabelDictUnaryValue
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
addLabelDictUnaryValue
public Build.Attribute.Builder addLabelDictUnaryValue(Build.LabelDictUnaryEntry.Builder builderForValue) If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
addLabelDictUnaryValue
public Build.Attribute.Builder addLabelDictUnaryValue(int index, Build.LabelDictUnaryEntry.Builder builderForValue) If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
addAllLabelDictUnaryValue
public Build.Attribute.Builder addAllLabelDictUnaryValue(Iterable<? extends Build.LabelDictUnaryEntry> values) If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
clearLabelDictUnaryValue
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
removeLabelDictUnaryValue
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
getLabelDictUnaryValueBuilder
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
getLabelDictUnaryValueOrBuilder
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19;- Specified by:
getLabelDictUnaryValueOrBuilderin interfaceBuild.AttributeOrBuilder
-
getLabelDictUnaryValueOrBuilderList
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19;- Specified by:
getLabelDictUnaryValueOrBuilderListin interfaceBuild.AttributeOrBuilder
-
addLabelDictUnaryValueBuilder
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
addLabelDictUnaryValueBuilder
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
getLabelDictUnaryValueBuilderList
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19; -
getLabelKeyedStringDictValueList
If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22;- Specified by:
getLabelKeyedStringDictValueListin interfaceBuild.AttributeOrBuilder
-
getLabelKeyedStringDictValueCount
public int getLabelKeyedStringDictValueCount()If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22;- Specified by:
getLabelKeyedStringDictValueCountin interfaceBuild.AttributeOrBuilder
-
getLabelKeyedStringDictValue
If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22;- Specified by:
getLabelKeyedStringDictValuein interfaceBuild.AttributeOrBuilder
-
setLabelKeyedStringDictValue
public Build.Attribute.Builder setLabelKeyedStringDictValue(int index, Build.LabelKeyedStringDictEntry value) If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
setLabelKeyedStringDictValue
public Build.Attribute.Builder setLabelKeyedStringDictValue(int index, Build.LabelKeyedStringDictEntry.Builder builderForValue) If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
addLabelKeyedStringDictValue
If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
addLabelKeyedStringDictValue
public Build.Attribute.Builder addLabelKeyedStringDictValue(int index, Build.LabelKeyedStringDictEntry value) If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
addLabelKeyedStringDictValue
public Build.Attribute.Builder addLabelKeyedStringDictValue(Build.LabelKeyedStringDictEntry.Builder builderForValue) If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
addLabelKeyedStringDictValue
public Build.Attribute.Builder addLabelKeyedStringDictValue(int index, Build.LabelKeyedStringDictEntry.Builder builderForValue) If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
addAllLabelKeyedStringDictValue
public Build.Attribute.Builder addAllLabelKeyedStringDictValue(Iterable<? extends Build.LabelKeyedStringDictEntry> values) If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
clearLabelKeyedStringDictValue
If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
removeLabelKeyedStringDictValue
If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
getLabelKeyedStringDictValueBuilder
If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
getLabelKeyedStringDictValueOrBuilder
If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22;- Specified by:
getLabelKeyedStringDictValueOrBuilderin interfaceBuild.AttributeOrBuilder
-
getLabelKeyedStringDictValueOrBuilderList
public List<? extends Build.LabelKeyedStringDictEntryOrBuilder> getLabelKeyedStringDictValueOrBuilderList()If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22;- Specified by:
getLabelKeyedStringDictValueOrBuilderListin interfaceBuild.AttributeOrBuilder
-
addLabelKeyedStringDictValueBuilder
If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
addLabelKeyedStringDictValueBuilder
If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
getLabelKeyedStringDictValueBuilderList
If this is a label-keyed string dict, each entry will be stored here.
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 22; -
hasSelectorList
public boolean hasSelectorList()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.
optional .blaze_query.Attribute.SelectorList selector_list = 21;- Specified by:
hasSelectorListin interfaceBuild.AttributeOrBuilder- Returns:
- Whether the selectorList field is set.
-
getSelectorList
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.
optional .blaze_query.Attribute.SelectorList selector_list = 21;- Specified by:
getSelectorListin interfaceBuild.AttributeOrBuilder- Returns:
- The selectorList.
-
setSelectorList
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.
optional .blaze_query.Attribute.SelectorList selector_list = 21; -
setSelectorList
public 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.
optional .blaze_query.Attribute.SelectorList selector_list = 21; -
mergeSelectorList
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.
optional .blaze_query.Attribute.SelectorList selector_list = 21; -
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.
optional .blaze_query.Attribute.SelectorList selector_list = 21; -
getSelectorListBuilder
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.
optional .blaze_query.Attribute.SelectorList selector_list = 21; -
getSelectorListOrBuilder
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.
optional .blaze_query.Attribute.SelectorList selector_list = 21;- Specified by:
getSelectorListOrBuilderin interfaceBuild.AttributeOrBuilder
-
getDEPRECATEDStringDictUnaryValueList
repeated bytes DEPRECATED_string_dict_unary_value = 18;- Specified by:
getDEPRECATEDStringDictUnaryValueListin interfaceBuild.AttributeOrBuilder- Returns:
- A list containing the dEPRECATEDStringDictUnaryValue.
-
getDEPRECATEDStringDictUnaryValueCount
public int getDEPRECATEDStringDictUnaryValueCount()repeated bytes DEPRECATED_string_dict_unary_value = 18;- Specified by:
getDEPRECATEDStringDictUnaryValueCountin interfaceBuild.AttributeOrBuilder- Returns:
- The count of dEPRECATEDStringDictUnaryValue.
-
getDEPRECATEDStringDictUnaryValue
public com.google.protobuf.ByteString getDEPRECATEDStringDictUnaryValue(int index) repeated bytes DEPRECATED_string_dict_unary_value = 18;- Specified by:
getDEPRECATEDStringDictUnaryValuein interfaceBuild.AttributeOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The dEPRECATEDStringDictUnaryValue at the given index.
-
setDEPRECATEDStringDictUnaryValue
public Build.Attribute.Builder setDEPRECATEDStringDictUnaryValue(int index, com.google.protobuf.ByteString value) repeated bytes DEPRECATED_string_dict_unary_value = 18;- Parameters:
index- The index to set the value at.value- The dEPRECATEDStringDictUnaryValue to set.- Returns:
- This builder for chaining.
-
addDEPRECATEDStringDictUnaryValue
public Build.Attribute.Builder addDEPRECATEDStringDictUnaryValue(com.google.protobuf.ByteString value) repeated bytes DEPRECATED_string_dict_unary_value = 18;- Parameters:
value- The dEPRECATEDStringDictUnaryValue to add.- Returns:
- This builder for chaining.
-
addAllDEPRECATEDStringDictUnaryValue
public Build.Attribute.Builder addAllDEPRECATEDStringDictUnaryValue(Iterable<? extends com.google.protobuf.ByteString> values) repeated bytes DEPRECATED_string_dict_unary_value = 18;- Parameters:
values- The dEPRECATEDStringDictUnaryValue to add.- Returns:
- This builder for chaining.
-
clearDEPRECATEDStringDictUnaryValue
repeated bytes DEPRECATED_string_dict_unary_value = 18;- Returns:
- This builder for chaining.
-