Class Build.Attribute.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Build.Attribute.Builder>
-
- com.google.devtools.build.lib.query2.proto.proto2api.Build.Attribute.Builder
-
- All Implemented Interfaces:
Build.AttributeOrBuilder,Message.Builder,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- Build.Attribute
public static final class Build.Attribute.Builder extends GeneratedMessageV3.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 typeblaze_query.Attribute
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Build.Attribute.BuilderaddAllDEPRECATEDStringDictUnaryValue(java.lang.Iterable<? extends ByteString> values)repeated bytes DEPRECATED_string_dict_unary_value = 18;Build.Attribute.BuilderaddAllFilesetListValue(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.BuilderaddAllIntListValue(java.lang.Iterable<? extends java.lang.Integer> values)The value of the attribute has a list of int32 valuesBuild.Attribute.BuilderaddAllLabelDictUnaryValue(java.lang.Iterable<? extends Build.LabelDictUnaryEntry> values)If this is a label dict unary, each entry will be stored here.Build.Attribute.BuilderaddAllLabelKeyedStringDictValue(java.lang.Iterable<? extends Build.LabelKeyedStringDictEntry> values)If this is a label-keyed string dict, each entry will be stored here.Build.Attribute.BuilderaddAllLabelListDictValue(java.lang.Iterable<? extends Build.LabelListDictEntry> values)If this is a label list dict, each entry will be stored here.Build.Attribute.BuilderaddAllStringDictValue(java.lang.Iterable<? extends Build.StringDictEntry> values)If this is a string dict, each entry will be stored here.Build.Attribute.BuilderaddAllStringListDictValue(java.lang.Iterable<? extends Build.StringListDictEntry> values)If this is a string list dict, each entry will be stored here.Build.Attribute.BuilderaddAllStringListValue(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.BuilderaddDEPRECATEDStringDictUnaryValue(ByteString value)repeated bytes DEPRECATED_string_dict_unary_value = 18;Build.Attribute.BuilderaddFilesetListValue(int index, Build.FilesetEntry value)If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.BuilderaddFilesetListValue(int index, Build.FilesetEntry.Builder builderForValue)If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.BuilderaddFilesetListValue(Build.FilesetEntry value)If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.BuilderaddFilesetListValue(Build.FilesetEntry.Builder builderForValue)If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.FilesetEntry.BuilderaddFilesetListValueBuilder()If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.FilesetEntry.BuilderaddFilesetListValueBuilder(int index)If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.BuilderaddIntListValue(int value)The value of the attribute has a list of int32 valuesBuild.Attribute.BuilderaddLabelDictUnaryValue(int index, Build.LabelDictUnaryEntry value)If this is a label dict unary, each entry will be stored here.Build.Attribute.BuilderaddLabelDictUnaryValue(int index, Build.LabelDictUnaryEntry.Builder builderForValue)If this is a label dict unary, each entry will be stored here.Build.Attribute.BuilderaddLabelDictUnaryValue(Build.LabelDictUnaryEntry value)If this is a label dict unary, each entry will be stored here.Build.Attribute.BuilderaddLabelDictUnaryValue(Build.LabelDictUnaryEntry.Builder builderForValue)If this is a label dict unary, each entry will be stored here.Build.LabelDictUnaryEntry.BuilderaddLabelDictUnaryValueBuilder()If this is a label dict unary, each entry will be stored here.Build.LabelDictUnaryEntry.BuilderaddLabelDictUnaryValueBuilder(int index)If this is a label dict unary, each entry will be stored here.Build.Attribute.BuilderaddLabelKeyedStringDictValue(int index, Build.LabelKeyedStringDictEntry value)If this is a label-keyed string dict, each entry will be stored here.Build.Attribute.BuilderaddLabelKeyedStringDictValue(int index, Build.LabelKeyedStringDictEntry.Builder builderForValue)If this is a label-keyed string dict, each entry will be stored here.Build.Attribute.BuilderaddLabelKeyedStringDictValue(Build.LabelKeyedStringDictEntry value)If this is a label-keyed string dict, each entry will be stored here.Build.Attribute.BuilderaddLabelKeyedStringDictValue(Build.LabelKeyedStringDictEntry.Builder builderForValue)If this is a label-keyed string dict, each entry will be stored here.Build.LabelKeyedStringDictEntry.BuilderaddLabelKeyedStringDictValueBuilder()If this is a label-keyed string dict, each entry will be stored here.Build.LabelKeyedStringDictEntry.BuilderaddLabelKeyedStringDictValueBuilder(int index)If this is a label-keyed string dict, each entry will be stored here.Build.Attribute.BuilderaddLabelListDictValue(int index, Build.LabelListDictEntry value)If this is a label list dict, each entry will be stored here.Build.Attribute.BuilderaddLabelListDictValue(int index, Build.LabelListDictEntry.Builder builderForValue)If this is a label list dict, each entry will be stored here.Build.Attribute.BuilderaddLabelListDictValue(Build.LabelListDictEntry value)If this is a label list dict, each entry will be stored here.Build.Attribute.BuilderaddLabelListDictValue(Build.LabelListDictEntry.Builder builderForValue)If this is a label list dict, each entry will be stored here.Build.LabelListDictEntry.BuilderaddLabelListDictValueBuilder()If this is a label list dict, each entry will be stored here.Build.LabelListDictEntry.BuilderaddLabelListDictValueBuilder(int index)If this is a label list dict, each entry will be stored here.Build.Attribute.BuilderaddRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)LikesetRepeatedField, but appends the value as a new element.Build.Attribute.BuilderaddStringDictValue(int index, Build.StringDictEntry value)If this is a string dict, each entry will be stored here.Build.Attribute.BuilderaddStringDictValue(int index, Build.StringDictEntry.Builder builderForValue)If this is a string dict, each entry will be stored here.Build.Attribute.BuilderaddStringDictValue(Build.StringDictEntry value)If this is a string dict, each entry will be stored here.Build.Attribute.BuilderaddStringDictValue(Build.StringDictEntry.Builder builderForValue)If this is a string dict, each entry will be stored here.Build.StringDictEntry.BuilderaddStringDictValueBuilder()If this is a string dict, each entry will be stored here.Build.StringDictEntry.BuilderaddStringDictValueBuilder(int index)If this is a string dict, each entry will be stored here.Build.Attribute.BuilderaddStringListDictValue(int index, Build.StringListDictEntry value)If this is a string list dict, each entry will be stored here.Build.Attribute.BuilderaddStringListDictValue(int index, Build.StringListDictEntry.Builder builderForValue)If this is a string list dict, each entry will be stored here.Build.Attribute.BuilderaddStringListDictValue(Build.StringListDictEntry value)If this is a string list dict, each entry will be stored here.Build.Attribute.BuilderaddStringListDictValue(Build.StringListDictEntry.Builder builderForValue)If this is a string list dict, each entry will be stored here.Build.StringListDictEntry.BuilderaddStringListDictValueBuilder()If this is a string list dict, each entry will be stored here.Build.StringListDictEntry.BuilderaddStringListDictValueBuilder(int index)If this is a string list dict, each entry will be stored here.Build.Attribute.BuilderaddStringListValue(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.BuilderaddStringListValueBytes(ByteString value)The value of the attribute has a list of string values (label and path note from STRING applies here as well).Build.Attributebuild()Constructs the message based on the state of the Builder.Build.AttributebuildPartial()LikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.Build.Attribute.Builderclear()Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.Build.Attribute.BuilderclearBooleanValue()If the attribute has a boolean value this will be populated.Build.Attribute.BuilderclearDEPRECATEDStringDictUnaryValue()repeated bytes DEPRECATED_string_dict_unary_value = 18;Build.Attribute.BuilderclearExplicitlySpecified()Whether the attribute was explicitly specifiedBuild.Attribute.BuilderclearField(Descriptors.FieldDescriptor field)Clears the field.Build.Attribute.BuilderclearFilesetListValue()If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.BuilderclearIntListValue()The value of the attribute has a list of int32 valuesBuild.Attribute.BuilderclearIntValue()If this attribute has an integer value this will be populated.Build.Attribute.BuilderclearLabelDictUnaryValue()If this is a label dict unary, each entry will be stored here.Build.Attribute.BuilderclearLabelKeyedStringDictValue()If this is a label-keyed string dict, each entry will be stored here.Build.Attribute.BuilderclearLabelListDictValue()If this is a label list dict, each entry will be stored here.Build.Attribute.BuilderclearLicense()If this is a license attribute, the license information is stored here.Build.Attribute.BuilderclearName()The name of the attributeBuild.Attribute.BuilderclearNodep()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.BuilderclearOneof(Descriptors.OneofDescriptor oneof)TODO(jieluo): Clear it when all subclasses have implemented this method.Build.Attribute.BuilderclearSelectorList()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.BuilderclearStringDictValue()If this is a string dict, each entry will be stored here.Build.Attribute.BuilderclearStringListDictValue()If this is a string list dict, each entry will be stored here.Build.Attribute.BuilderclearStringListValue()The value of the attribute has a list of string values (label and path note from STRING applies here as well).Build.Attribute.BuilderclearStringValue()If the attribute has a string value this will be populated.Build.Attribute.BuilderclearTristateValue()If the attribute is a Tristate value, this will be populated.Build.Attribute.BuilderclearType()The type of attribute.Build.Attribute.Builderclone()Clones the Builder.booleangetBooleanValue()If the attribute has a boolean value this will be populated.Build.AttributegetDefaultInstanceForType()Get an instance of the type with no fields set.ByteStringgetDEPRECATEDStringDictUnaryValue(int index)repeated bytes DEPRECATED_string_dict_unary_value = 18;intgetDEPRECATEDStringDictUnaryValueCount()repeated bytes DEPRECATED_string_dict_unary_value = 18;java.util.List<ByteString>getDEPRECATEDStringDictUnaryValueList()repeated bytes DEPRECATED_string_dict_unary_value = 18;static Descriptors.DescriptorgetDescriptor()Descriptors.DescriptorgetDescriptorForType()Get the message's type's descriptor.booleangetExplicitlySpecified()Whether the attribute was explicitly specifiedBuild.FilesetEntrygetFilesetListValue(int index)If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.FilesetEntry.BuildergetFilesetListValueBuilder(int index)If the attribute is part of a Fileset, the fileset entries are stored in this field.java.util.List<Build.FilesetEntry.Builder>getFilesetListValueBuilderList()If the attribute is part of a Fileset, the fileset entries are stored in this field.intgetFilesetListValueCount()If the attribute is part of a Fileset, the fileset entries are stored in this field.java.util.List<Build.FilesetEntry>getFilesetListValueList()If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.FilesetEntryOrBuildergetFilesetListValueOrBuilder(int index)If the attribute is part of a Fileset, the fileset entries are stored in this field.java.util.List<? extends Build.FilesetEntryOrBuilder>getFilesetListValueOrBuilderList()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 valuesintgetIntListValueCount()The value of the attribute has a list of int32 valuesjava.util.List<java.lang.Integer>getIntListValueList()The value of the attribute has a list of int32 valuesintgetIntValue()If this attribute has an integer value this will be populated.Build.LabelDictUnaryEntrygetLabelDictUnaryValue(int index)If this is a label dict unary, each entry will be stored here.Build.LabelDictUnaryEntry.BuildergetLabelDictUnaryValueBuilder(int index)If this is a label dict unary, each entry will be stored here.java.util.List<Build.LabelDictUnaryEntry.Builder>getLabelDictUnaryValueBuilderList()If this is a label dict unary, each entry will be stored here.intgetLabelDictUnaryValueCount()If this is a label dict unary, each entry will be stored here.java.util.List<Build.LabelDictUnaryEntry>getLabelDictUnaryValueList()If this is a label dict unary, each entry will be stored here.Build.LabelDictUnaryEntryOrBuildergetLabelDictUnaryValueOrBuilder(int index)If this is a label dict unary, each entry will be stored here.java.util.List<? extends Build.LabelDictUnaryEntryOrBuilder>getLabelDictUnaryValueOrBuilderList()If this is a label dict unary, each entry will be stored here.Build.LabelKeyedStringDictEntrygetLabelKeyedStringDictValue(int index)If this is a label-keyed string dict, each entry will be stored here.Build.LabelKeyedStringDictEntry.BuildergetLabelKeyedStringDictValueBuilder(int index)If this is a label-keyed string dict, each entry will be stored here.java.util.List<Build.LabelKeyedStringDictEntry.Builder>getLabelKeyedStringDictValueBuilderList()If this is a label-keyed string dict, each entry will be stored here.intgetLabelKeyedStringDictValueCount()If this is a label-keyed string dict, each entry will be stored here.java.util.List<Build.LabelKeyedStringDictEntry>getLabelKeyedStringDictValueList()If this is a label-keyed string dict, each entry will be stored here.Build.LabelKeyedStringDictEntryOrBuildergetLabelKeyedStringDictValueOrBuilder(int index)If this is a label-keyed string dict, each entry will be stored here.java.util.List<? extends Build.LabelKeyedStringDictEntryOrBuilder>getLabelKeyedStringDictValueOrBuilderList()If this is a label-keyed string dict, each entry will be stored here.Build.LabelListDictEntrygetLabelListDictValue(int index)If this is a label list dict, each entry will be stored here.Build.LabelListDictEntry.BuildergetLabelListDictValueBuilder(int index)If this is a label list dict, each entry will be stored here.java.util.List<Build.LabelListDictEntry.Builder>getLabelListDictValueBuilderList()If this is a label list dict, each entry will be stored here.intgetLabelListDictValueCount()If this is a label list dict, each entry will be stored here.java.util.List<Build.LabelListDictEntry>getLabelListDictValueList()If this is a label list dict, each entry will be stored here.Build.LabelListDictEntryOrBuildergetLabelListDictValueOrBuilder(int index)If this is a label list dict, each entry will be stored here.java.util.List<? extends Build.LabelListDictEntryOrBuilder>getLabelListDictValueOrBuilderList()If this is a label list dict, each entry will be stored here.Build.LicensegetLicense()If this is a license attribute, the license information is stored here.Build.License.BuildergetLicenseBuilder()If this is a license attribute, the license information is stored here.Build.LicenseOrBuildergetLicenseOrBuilder()If this is a license attribute, the license information is stored here.java.lang.StringgetName()The name of the attributeByteStringgetNameBytes()The 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.Build.Attribute.SelectorListgetSelectorList()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.SelectorList.BuildergetSelectorListBuilder()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.SelectorListOrBuildergetSelectorListOrBuilder()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.StringDictEntrygetStringDictValue(int index)If this is a string dict, each entry will be stored here.Build.StringDictEntry.BuildergetStringDictValueBuilder(int index)If this is a string dict, each entry will be stored here.java.util.List<Build.StringDictEntry.Builder>getStringDictValueBuilderList()If this is a string dict, each entry will be stored here.intgetStringDictValueCount()If this is a string dict, each entry will be stored here.java.util.List<Build.StringDictEntry>getStringDictValueList()If this is a string dict, each entry will be stored here.Build.StringDictEntryOrBuildergetStringDictValueOrBuilder(int index)If this is a string dict, each entry will be stored here.java.util.List<? extends Build.StringDictEntryOrBuilder>getStringDictValueOrBuilderList()If this is a string dict, each entry will be stored here.Build.StringListDictEntrygetStringListDictValue(int index)If this is a string list dict, each entry will be stored here.Build.StringListDictEntry.BuildergetStringListDictValueBuilder(int index)If this is a string list dict, each entry will be stored here.java.util.List<Build.StringListDictEntry.Builder>getStringListDictValueBuilderList()If this is a string list dict, each entry will be stored here.intgetStringListDictValueCount()If this is a string list dict, each entry will be stored here.java.util.List<Build.StringListDictEntry>getStringListDictValueList()If this is a string list dict, each entry will be stored here.Build.StringListDictEntryOrBuildergetStringListDictValueOrBuilder(int index)If this is a string list dict, each entry will be stored here.java.util.List<? extends Build.StringListDictEntryOrBuilder>getStringListDictValueOrBuilderList()If this is a string list dict, each entry will be stored here.java.lang.StringgetStringListValue(int index)The value of the attribute has a list of string values (label and path note from STRING applies here as well).ByteStringgetStringListValueBytes(int index)The value of the attribute has a list of string values (label and path note from STRING applies here as well).intgetStringListValueCount()The value of the attribute has a list of string values (label and path note from STRING applies here as well).ProtocolStringListgetStringListValueList()The value of the attribute has a list of string values (label and path note from STRING applies here as well).java.lang.StringgetStringValue()If the attribute has a string value this will be populated.ByteStringgetStringValueBytes()If the attribute has a string value this will be populated.Build.Attribute.TristategetTristateValue()If the attribute is a Tristate value, this will be populated.Build.Attribute.DiscriminatorgetType()The type of attribute.booleanhasBooleanValue()If the attribute has a boolean value this will be populated.booleanhasExplicitlySpecified()Whether the attribute was explicitly specifiedbooleanhasIntValue()If this attribute has an integer value this will be populated.booleanhasLicense()If 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.booleanhasSelectorList()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.booleanhasStringValue()If the attribute has a string value this will be populated.booleanhasTristateValue()If the attribute is a Tristate value, this will be populated.booleanhasType()The type of attribute.protected GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()Get the FieldAccessorTable for this type.booleanisInitialized()Returns true if all required fields in the message and all embedded messages are set, false otherwise.Build.Attribute.BuildermergeFrom(Build.Attribute other)Build.Attribute.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)LikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.Build.Attribute.BuildermergeFrom(Message other)Mergeotherinto the message being built.Build.Attribute.BuildermergeLicense(Build.License value)If this is a license attribute, the license information is stored here.Build.Attribute.BuildermergeSelectorList(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.BuildermergeUnknownFields(UnknownFieldSet unknownFields)Merge some unknown fields into theUnknownFieldSetfor this message.Build.Attribute.BuilderremoveFilesetListValue(int index)If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.BuilderremoveLabelDictUnaryValue(int index)If this is a label dict unary, each entry will be stored here.Build.Attribute.BuilderremoveLabelKeyedStringDictValue(int index)If this is a label-keyed string dict, each entry will be stored here.Build.Attribute.BuilderremoveLabelListDictValue(int index)If this is a label list dict, each entry will be stored here.Build.Attribute.BuilderremoveStringDictValue(int index)If this is a string dict, each entry will be stored here.Build.Attribute.BuilderremoveStringListDictValue(int index)If this is a string list dict, each entry will be stored here.Build.Attribute.BuildersetBooleanValue(boolean value)If the attribute has a boolean value this will be populated.Build.Attribute.BuildersetDEPRECATEDStringDictUnaryValue(int index, ByteString value)repeated bytes DEPRECATED_string_dict_unary_value = 18;Build.Attribute.BuildersetExplicitlySpecified(boolean value)Whether the attribute was explicitly specifiedBuild.Attribute.BuildersetField(Descriptors.FieldDescriptor field, java.lang.Object value)Sets a field to the given value.Build.Attribute.BuildersetFilesetListValue(int index, Build.FilesetEntry value)If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.BuildersetFilesetListValue(int index, Build.FilesetEntry.Builder builderForValue)If the attribute is part of a Fileset, the fileset entries are stored in this field.Build.Attribute.BuildersetIntListValue(int index, int value)The value of the attribute has a list of int32 valuesBuild.Attribute.BuildersetIntValue(int value)If this attribute has an integer value this will be populated.Build.Attribute.BuildersetLabelDictUnaryValue(int index, Build.LabelDictUnaryEntry value)If this is a label dict unary, each entry will be stored here.Build.Attribute.BuildersetLabelDictUnaryValue(int index, Build.LabelDictUnaryEntry.Builder builderForValue)If this is a label dict unary, each entry will be stored here.Build.Attribute.BuildersetLabelKeyedStringDictValue(int index, Build.LabelKeyedStringDictEntry value)If this is a label-keyed string dict, each entry will be stored here.Build.Attribute.BuildersetLabelKeyedStringDictValue(int index, Build.LabelKeyedStringDictEntry.Builder builderForValue)If this is a label-keyed string dict, each entry will be stored here.Build.Attribute.BuildersetLabelListDictValue(int index, Build.LabelListDictEntry value)If this is a label list dict, each entry will be stored here.Build.Attribute.BuildersetLabelListDictValue(int index, Build.LabelListDictEntry.Builder builderForValue)If this is a label list dict, each entry will be stored here.Build.Attribute.BuildersetLicense(Build.License value)If this is a license attribute, the license information is stored here.Build.Attribute.BuildersetLicense(Build.License.Builder builderForValue)If this is a license attribute, the license information is stored here.Build.Attribute.BuildersetName(java.lang.String value)The name of the attributeBuild.Attribute.BuildersetNameBytes(ByteString value)The name of the attributeBuild.Attribute.BuildersetNodep(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.BuildersetRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)Sets an element of a repeated field to the given value.Build.Attribute.BuildersetSelectorList(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.BuildersetSelectorList(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.BuildersetStringDictValue(int index, Build.StringDictEntry value)If this is a string dict, each entry will be stored here.Build.Attribute.BuildersetStringDictValue(int index, Build.StringDictEntry.Builder builderForValue)If this is a string dict, each entry will be stored here.Build.Attribute.BuildersetStringListDictValue(int index, Build.StringListDictEntry value)If this is a string list dict, each entry will be stored here.Build.Attribute.BuildersetStringListDictValue(int index, Build.StringListDictEntry.Builder builderForValue)If this is a string list dict, each entry will be stored here.Build.Attribute.BuildersetStringListValue(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.BuildersetStringValue(java.lang.String value)If the attribute has a string value this will be populated.Build.Attribute.BuildersetStringValueBytes(ByteString value)If the attribute has a string value this will be populated.Build.Attribute.BuildersetTristateValue(Build.Attribute.Tristate value)If the attribute is a Tristate value, this will be populated.Build.Attribute.BuildersetType(Build.Attribute.Discriminator value)The type of attribute.Build.Attribute.BuildersetUnknownFields(UnknownFieldSet unknownFields)Set theUnknownFieldSetfor this message.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Description copied from class:GeneratedMessageV3.BuilderGet the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3.Builder<Build.Attribute.Builder>
-
clear
public Build.Attribute.Builder clear()
Description copied from class:GeneratedMessageV3.BuilderCalled by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<Build.Attribute.Builder>
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
Description copied from interface:Message.BuilderGet the message's type's descriptor. SeeMessageOrBuilder.getDescriptorForType().- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<Build.Attribute.Builder>
-
getDefaultInstanceForType
public Build.Attribute getDefaultInstanceForType()
Description copied from interface:MessageLiteOrBuilderGet an instance of the type with no fields set. Because no fields are set, all getters for singular fields will return default values and repeated fields will appear empty. This may or may not be a singleton. This differs from thegetDefaultInstance()method of generated message classes in that this method is an abstract method of theMessageLiteinterface whereasgetDefaultInstance()is a static method of a specific class. They return the same thing.- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
public Build.Attribute build()
Description copied from interface:MessageLite.BuilderConstructs the message based on the state of the Builder. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
public Build.Attribute buildPartial()
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields. Instead, a partial message is returned. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
clone
public Build.Attribute.Builder clone()
Description copied from interface:MessageLite.BuilderClones the Builder.- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<Build.Attribute.Builder>- See Also:
Object.clone()
-
setField
public Build.Attribute.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
Description copied from interface:Message.BuilderSets a field to the given value. The value must be of the correct type for this field, i.e. the same type thatMessageOrBuilder.getField(Descriptors.FieldDescriptor)would return.- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<Build.Attribute.Builder>
-
clearField
public Build.Attribute.Builder clearField(Descriptors.FieldDescriptor field)
Description copied from interface:Message.BuilderClears the field. This is exactly equivalent to calling the generated "clear" accessor method corresponding to the field.- Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<Build.Attribute.Builder>
-
clearOneof
public Build.Attribute.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Description copied from class:AbstractMessage.BuilderTODO(jieluo): Clear it when all subclasses have implemented this method.- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<Build.Attribute.Builder>
-
setRepeatedField
public Build.Attribute.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Description copied from interface:Message.BuilderSets an element of a repeated field to the given value. The value must be of the correct type for this field, i.e. the same type thatMessageOrBuilder.getRepeatedField(Descriptors.FieldDescriptor,int)would return.- Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<Build.Attribute.Builder>
-
addRepeatedField
public Build.Attribute.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
Description copied from interface:Message.BuilderLikesetRepeatedField, but appends the value as a new element.- Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<Build.Attribute.Builder>
-
mergeFrom
public Build.Attribute.Builder mergeFrom(Message other)
Description copied from interface:Message.BuilderMergeotherinto the message being built.othermust have the exact same type asthis(i.e.getDescriptorForType() == other.getDescriptorForType()).Merging occurs as follows. For each field:
* For singular primitive fields, if the field is set inother, thenother's value overwrites the value in this message.
* For singular message fields, if the field is set inother, it is merged into the corresponding sub-message of this message using the same merging rules.
* For repeated fields, the elements inotherare concatenated with the elements in this message.
* For oneof groups, if the other message has one of the fields set, the group of this message is cleared and replaced by the field of the other message, so that the oneof constraint is preserved.This is equivalent to the
Message::MergeFrommethod in C++.- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<Build.Attribute.Builder>
-
mergeFrom
public Build.Attribute.Builder mergeFrom(Build.Attribute other)
-
isInitialized
public final boolean isInitialized()
Description copied from interface:MessageLiteOrBuilderReturns true if all required fields in the message and all embedded messages are set, false otherwise.- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<Build.Attribute.Builder>
-
mergeFrom
public Build.Attribute.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions. The extensions that you want to be able to parse must be registered inextensionRegistry. Extensions not in the registry will be treated as unknown fields.- Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<Build.Attribute.Builder>- Throws:
java.io.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
public java.lang.String getName()
The name of the attribute
required string name = 1;- Specified by:
getNamein interfaceBuild.AttributeOrBuilder- Returns:
- The name.
-
getNameBytes
public ByteString getNameBytes()
The name of the attribute
required string name = 1;- Specified by:
getNameBytesin interfaceBuild.AttributeOrBuilder- Returns:
- The bytes for name.
-
setName
public Build.Attribute.Builder setName(java.lang.String value)
The name of the attribute
required string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public Build.Attribute.Builder clearName()
The name of the attribute
required string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
public Build.Attribute.Builder setNameBytes(ByteString value)
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
public Build.Attribute.Builder setExplicitlySpecified(boolean value)
Whether the attribute was explicitly specified
optional bool explicitly_specified = 13;- Parameters:
value- The explicitlySpecified to set.- Returns:
- This builder for chaining.
-
clearExplicitlySpecified
public Build.Attribute.Builder 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
public 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.
optional bool nodep = 20;- Parameters:
value- The nodep to set.- Returns:
- This builder for chaining.
-
clearNodep
public 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.
optional bool nodep = 20;- 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
public Build.Attribute.Discriminator 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
public Build.Attribute.Builder setType(Build.Attribute.Discriminator value)
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
public Build.Attribute.Builder 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
public Build.Attribute.Builder setIntValue(int value)
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
public Build.Attribute.Builder 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
public java.lang.String 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 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
public Build.Attribute.Builder setStringValue(java.lang.String value)
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
public Build.Attribute.Builder 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
public Build.Attribute.Builder setStringValueBytes(ByteString value)
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
public Build.Attribute.Builder setBooleanValue(boolean value)
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
public Build.Attribute.Builder 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
public Build.Attribute.Tristate 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
public Build.Attribute.Builder setTristateValue(Build.Attribute.Tristate value)
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
public Build.Attribute.Builder 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 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
public java.lang.String getStringListValue(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:
getStringListValuein interfaceBuild.AttributeOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The stringListValue at the given index.
-
getStringListValueBytes
public 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
public 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).
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
public 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).
repeated string string_list_value = 6;- Parameters:
value- The stringListValue to add.- Returns:
- This builder for chaining.
-
addAllStringListValue
public 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).
repeated string string_list_value = 6;- Parameters:
values- The stringListValue to add.- Returns:
- This builder for chaining.
-
clearStringListValue
public 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).
repeated string string_list_value = 6;- Returns:
- This builder for chaining.
-
addStringListValueBytes
public 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).
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
public Build.License 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
public Build.Attribute.Builder setLicense(Build.License value)
If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7;
-
setLicense
public Build.Attribute.Builder setLicense(Build.License.Builder builderForValue)
If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7;
-
mergeLicense
public Build.Attribute.Builder mergeLicense(Build.License value)
If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7;
-
clearLicense
public Build.Attribute.Builder clearLicense()
If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7;
-
getLicenseBuilder
public Build.License.Builder getLicenseBuilder()
If this is a license attribute, the license information is stored here.
optional .blaze_query.License license = 7;
-
getLicenseOrBuilder
public Build.LicenseOrBuilder 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
public java.util.List<Build.StringDictEntry> 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
public Build.StringDictEntry getStringDictValue(int index)
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
public Build.Attribute.Builder setStringDictValue(int index, Build.StringDictEntry value)
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
public Build.Attribute.Builder addStringDictValue(Build.StringDictEntry value)
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 value)
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(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
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(java.lang.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
public Build.Attribute.Builder clearStringDictValue()
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8;
-
removeStringDictValue
public Build.Attribute.Builder removeStringDictValue(int index)
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8;
-
getStringDictValueBuilder
public Build.StringDictEntry.Builder getStringDictValueBuilder(int index)
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8;
-
getStringDictValueOrBuilder
public Build.StringDictEntryOrBuilder getStringDictValueOrBuilder(int index)
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
public java.util.List<? extends Build.StringDictEntryOrBuilder> 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
public Build.StringDictEntry.Builder addStringDictValueBuilder()
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8;
-
addStringDictValueBuilder
public Build.StringDictEntry.Builder addStringDictValueBuilder(int index)
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8;
-
getStringDictValueBuilderList
public java.util.List<Build.StringDictEntry.Builder> getStringDictValueBuilderList()
If this is a string dict, each entry will be stored here.
repeated .blaze_query.StringDictEntry string_dict_value = 8;
-
getFilesetListValueList
public java.util.List<Build.FilesetEntry> 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
public Build.FilesetEntry getFilesetListValue(int index)
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
public 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.
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
public Build.Attribute.Builder addFilesetListValue(Build.FilesetEntry value)
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 value)
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(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
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(java.lang.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
public Build.Attribute.Builder 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
public Build.Attribute.Builder removeFilesetListValue(int index)
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
public Build.FilesetEntry.Builder getFilesetListValueBuilder(int index)
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
public Build.FilesetEntryOrBuilder getFilesetListValueOrBuilder(int index)
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
public java.util.List<? extends Build.FilesetEntryOrBuilder> 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
public Build.FilesetEntry.Builder 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
public Build.FilesetEntry.Builder addFilesetListValueBuilder(int index)
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
public java.util.List<Build.FilesetEntry.Builder> 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
public java.util.List<Build.LabelListDictEntry> 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
public Build.LabelListDictEntry getLabelListDictValue(int index)
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
public Build.Attribute.Builder setLabelListDictValue(int index, Build.LabelListDictEntry value)
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
public Build.Attribute.Builder addLabelListDictValue(Build.LabelListDictEntry value)
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 value)
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(java.lang.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
public Build.Attribute.Builder clearLabelListDictValue()
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;
-
removeLabelListDictValue
public Build.Attribute.Builder removeLabelListDictValue(int index)
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;
-
getLabelListDictValueBuilder
public Build.LabelListDictEntry.Builder getLabelListDictValueBuilder(int index)
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;
-
getLabelListDictValueOrBuilder
public Build.LabelListDictEntryOrBuilder getLabelListDictValueOrBuilder(int index)
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
public java.util.List<? extends Build.LabelListDictEntryOrBuilder> 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
public Build.LabelListDictEntry.Builder addLabelListDictValueBuilder()
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;
-
addLabelListDictValueBuilder
public Build.LabelListDictEntry.Builder addLabelListDictValueBuilder(int index)
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;
-
getLabelListDictValueBuilderList
public java.util.List<Build.LabelListDictEntry.Builder> getLabelListDictValueBuilderList()
If this is a label list dict, each entry will be stored here.
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;
-
getStringListDictValueList
public java.util.List<Build.StringListDictEntry> 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
public Build.StringListDictEntry getStringListDictValue(int index)
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
public Build.Attribute.Builder setStringListDictValue(int index, Build.StringListDictEntry value)
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
public Build.Attribute.Builder addStringListDictValue(Build.StringListDictEntry value)
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 value)
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(java.lang.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
public Build.Attribute.Builder clearStringListDictValue()
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;
-
removeStringListDictValue
public Build.Attribute.Builder removeStringListDictValue(int index)
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;
-
getStringListDictValueBuilder
public Build.StringListDictEntry.Builder getStringListDictValueBuilder(int index)
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;
-
getStringListDictValueOrBuilder
public Build.StringListDictEntryOrBuilder getStringListDictValueOrBuilder(int index)
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
public java.util.List<? extends Build.StringListDictEntryOrBuilder> 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
public Build.StringListDictEntry.Builder addStringListDictValueBuilder()
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;
-
addStringListDictValueBuilder
public Build.StringListDictEntry.Builder addStringListDictValueBuilder(int index)
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;
-
getStringListDictValueBuilderList
public java.util.List<Build.StringListDictEntry.Builder> getStringListDictValueBuilderList()
If this is a string list dict, each entry will be stored here.
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;
-
getIntListValueList
public java.util.List<java.lang.Integer> 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
public Build.Attribute.Builder setIntListValue(int index, int value)
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
public Build.Attribute.Builder addIntListValue(int value)
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
public Build.Attribute.Builder addAllIntListValue(java.lang.Iterable<? extends java.lang.Integer> values)
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
public Build.Attribute.Builder clearIntListValue()
The value of the attribute has a list of int32 values
repeated int32 int_list_value = 17;- Returns:
- This builder for chaining.
-
getLabelDictUnaryValueList
public java.util.List<Build.LabelDictUnaryEntry> 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
public Build.LabelDictUnaryEntry getLabelDictUnaryValue(int index)
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
public Build.Attribute.Builder setLabelDictUnaryValue(int index, Build.LabelDictUnaryEntry value)
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
public Build.Attribute.Builder addLabelDictUnaryValue(Build.LabelDictUnaryEntry value)
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 value)
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(java.lang.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
public Build.Attribute.Builder clearLabelDictUnaryValue()
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19;
-
removeLabelDictUnaryValue
public Build.Attribute.Builder removeLabelDictUnaryValue(int index)
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19;
-
getLabelDictUnaryValueBuilder
public Build.LabelDictUnaryEntry.Builder getLabelDictUnaryValueBuilder(int index)
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19;
-
getLabelDictUnaryValueOrBuilder
public Build.LabelDictUnaryEntryOrBuilder getLabelDictUnaryValueOrBuilder(int index)
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
public java.util.List<? extends Build.LabelDictUnaryEntryOrBuilder> 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
public Build.LabelDictUnaryEntry.Builder addLabelDictUnaryValueBuilder()
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19;
-
addLabelDictUnaryValueBuilder
public Build.LabelDictUnaryEntry.Builder addLabelDictUnaryValueBuilder(int index)
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19;
-
getLabelDictUnaryValueBuilderList
public java.util.List<Build.LabelDictUnaryEntry.Builder> getLabelDictUnaryValueBuilderList()
If this is a label dict unary, each entry will be stored here.
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 19;
-
getLabelKeyedStringDictValueList
public java.util.List<Build.LabelKeyedStringDictEntry> 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
public Build.LabelKeyedStringDictEntry getLabelKeyedStringDictValue(int index)
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
public Build.Attribute.Builder addLabelKeyedStringDictValue(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(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(java.lang.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
public Build.Attribute.Builder 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
public Build.Attribute.Builder removeLabelKeyedStringDictValue(int index)
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
public Build.LabelKeyedStringDictEntry.Builder getLabelKeyedStringDictValueBuilder(int index)
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
public Build.LabelKeyedStringDictEntryOrBuilder getLabelKeyedStringDictValueOrBuilder(int index)
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 java.util.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
public Build.LabelKeyedStringDictEntry.Builder 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
public Build.LabelKeyedStringDictEntry.Builder addLabelKeyedStringDictValueBuilder(int index)
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
public java.util.List<Build.LabelKeyedStringDictEntry.Builder> 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
public Build.Attribute.SelectorList 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
public 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.
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
public 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.
optional .blaze_query.Attribute.SelectorList selector_list = 21;
-
clearSelectorList
public 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.
optional .blaze_query.Attribute.SelectorList selector_list = 21;
-
getSelectorListBuilder
public Build.Attribute.SelectorList.Builder 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
public Build.Attribute.SelectorListOrBuilder 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
public java.util.List<ByteString> 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 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, 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(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(java.lang.Iterable<? extends ByteString> values)
repeated bytes DEPRECATED_string_dict_unary_value = 18;- Parameters:
values- The dEPRECATEDStringDictUnaryValue to add.- Returns:
- This builder for chaining.
-
clearDEPRECATEDStringDictUnaryValue
public Build.Attribute.Builder clearDEPRECATEDStringDictUnaryValue()
repeated bytes DEPRECATED_string_dict_unary_value = 18;- Returns:
- This builder for chaining.
-
setUnknownFields
public final Build.Attribute.Builder setUnknownFields(UnknownFieldSet unknownFields)
Description copied from interface:Message.BuilderSet theUnknownFieldSetfor this message.- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<Build.Attribute.Builder>
-
mergeUnknownFields
public final Build.Attribute.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Description copied from interface:Message.BuilderMerge some unknown fields into theUnknownFieldSetfor this message.- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<Build.Attribute.Builder>
-
-