Interface Build.Attribute.SelectorEntryOrBuilder

    • Method Detail

      • hasLabel

        boolean hasLabel()
         The key of the selector entry. At this time, this is the label of a
         config_setting rule, or the pseudo-label "//conditions:default".
         
        optional string label = 1;
        Returns:
        Whether the label field is set.
      • getLabel

        java.lang.String getLabel()
         The key of the selector entry. At this time, this is the label of a
         config_setting rule, or the pseudo-label "//conditions:default".
         
        optional string label = 1;
        Returns:
        The label.
      • getLabelBytes

        ByteString getLabelBytes()
         The key of the selector entry. At this time, this is the label of a
         config_setting rule, or the pseudo-label "//conditions:default".
         
        optional string label = 1;
        Returns:
        The bytes for label.
      • hasIsDefaultValue

        boolean hasIsDefaultValue()
         True if the entry's value is the default value for the type as a
         result of the condition value being specified as None (ie:
         {"//condition": None}).
         
        optional bool is_default_value = 16;
        Returns:
        Whether the isDefaultValue field is set.
      • getIsDefaultValue

        boolean getIsDefaultValue()
         True if the entry's value is the default value for the type as a
         result of the condition value being specified as None (ie:
         {"//condition": None}).
         
        optional bool is_default_value = 16;
        Returns:
        The isDefaultValue.
      • hasIntValue

        boolean hasIntValue()
         Exactly one of the following fields (except for glob_criteria) must be
         populated - note that the BOOLEAN and TRISTATE caveat in Attribute's
         comment does not apply here. The type field in the SelectorList
         containing this entry indicates which of these fields is populated,
         in accordance with the comments on Discriminator enum values above.
         (To be explicit: BOOLEAN populates the boolean_value field and TRISTATE
         populates the tristate_value field.)
         
        optional int32 int_value = 2;
        Returns:
        Whether the intValue field is set.
      • getIntValue

        int getIntValue()
         Exactly one of the following fields (except for glob_criteria) must be
         populated - note that the BOOLEAN and TRISTATE caveat in Attribute's
         comment does not apply here. The type field in the SelectorList
         containing this entry indicates which of these fields is populated,
         in accordance with the comments on Discriminator enum values above.
         (To be explicit: BOOLEAN populates the boolean_value field and TRISTATE
         populates the tristate_value field.)
         
        optional int32 int_value = 2;
        Returns:
        The intValue.
      • hasStringValue

        boolean hasStringValue()
        optional string string_value = 3;
        Returns:
        Whether the stringValue field is set.
      • getStringValue

        java.lang.String getStringValue()
        optional string string_value = 3;
        Returns:
        The stringValue.
      • getStringValueBytes

        ByteString getStringValueBytes()
        optional string string_value = 3;
        Returns:
        The bytes for stringValue.
      • hasBooleanValue

        boolean hasBooleanValue()
        optional bool boolean_value = 4;
        Returns:
        Whether the booleanValue field is set.
      • getBooleanValue

        boolean getBooleanValue()
        optional bool boolean_value = 4;
        Returns:
        The booleanValue.
      • hasTristateValue

        boolean hasTristateValue()
        optional .blaze_query.Attribute.Tristate tristate_value = 5;
        Returns:
        Whether the tristateValue field is set.
      • getTristateValue

        Build.Attribute.Tristate getTristateValue()
        optional .blaze_query.Attribute.Tristate tristate_value = 5;
        Returns:
        The tristateValue.
      • getStringListValueList

        java.util.List<java.lang.String> getStringListValueList()
        repeated string string_list_value = 6;
        Returns:
        A list containing the stringListValue.
      • getStringListValueCount

        int getStringListValueCount()
        repeated string string_list_value = 6;
        Returns:
        The count of stringListValue.
      • getStringListValue

        java.lang.String getStringListValue​(int index)
        repeated string string_list_value = 6;
        Parameters:
        index - The index of the element to return.
        Returns:
        The stringListValue at the given index.
      • getStringListValueBytes

        ByteString getStringListValueBytes​(int index)
        repeated string string_list_value = 6;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the stringListValue at the given index.
      • hasLicense

        boolean hasLicense()
        optional .blaze_query.License license = 7;
        Returns:
        Whether the license field is set.
      • getLicense

        Build.License getLicense()
        optional .blaze_query.License license = 7;
        Returns:
        The license.
      • getLicenseOrBuilder

        Build.LicenseOrBuilder getLicenseOrBuilder()
        optional .blaze_query.License license = 7;
      • getStringDictValueList

        java.util.List<Build.StringDictEntry> getStringDictValueList()
        repeated .blaze_query.StringDictEntry string_dict_value = 8;
      • getStringDictValue

        Build.StringDictEntry getStringDictValue​(int index)
        repeated .blaze_query.StringDictEntry string_dict_value = 8;
      • getStringDictValueCount

        int getStringDictValueCount()
        repeated .blaze_query.StringDictEntry string_dict_value = 8;
      • getStringDictValueOrBuilderList

        java.util.List<? extends Build.StringDictEntryOrBuilder> getStringDictValueOrBuilderList()
        repeated .blaze_query.StringDictEntry string_dict_value = 8;
      • getStringDictValueOrBuilder

        Build.StringDictEntryOrBuilder getStringDictValueOrBuilder​(int index)
        repeated .blaze_query.StringDictEntry string_dict_value = 8;
      • getFilesetListValueList

        java.util.List<Build.FilesetEntry> getFilesetListValueList()
        repeated .blaze_query.FilesetEntry fileset_list_value = 9;
      • getFilesetListValue

        Build.FilesetEntry getFilesetListValue​(int index)
        repeated .blaze_query.FilesetEntry fileset_list_value = 9;
      • getFilesetListValueCount

        int getFilesetListValueCount()
        repeated .blaze_query.FilesetEntry fileset_list_value = 9;
      • getFilesetListValueOrBuilderList

        java.util.List<? extends Build.FilesetEntryOrBuilder> getFilesetListValueOrBuilderList()
        repeated .blaze_query.FilesetEntry fileset_list_value = 9;
      • getFilesetListValueOrBuilder

        Build.FilesetEntryOrBuilder getFilesetListValueOrBuilder​(int index)
        repeated .blaze_query.FilesetEntry fileset_list_value = 9;
      • getLabelListDictValueList

        java.util.List<Build.LabelListDictEntry> getLabelListDictValueList()
        repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;
      • getLabelListDictValue

        Build.LabelListDictEntry getLabelListDictValue​(int index)
        repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;
      • getLabelListDictValueCount

        int getLabelListDictValueCount()
        repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;
      • getLabelListDictValueOrBuilderList

        java.util.List<? extends Build.LabelListDictEntryOrBuilder> getLabelListDictValueOrBuilderList()
        repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;
      • getLabelListDictValueOrBuilder

        Build.LabelListDictEntryOrBuilder getLabelListDictValueOrBuilder​(int index)
        repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;
      • getStringListDictValueList

        java.util.List<Build.StringListDictEntry> getStringListDictValueList()
        repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;
      • getStringListDictValue

        Build.StringListDictEntry getStringListDictValue​(int index)
        repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;
      • getStringListDictValueCount

        int getStringListDictValueCount()
        repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;
      • getStringListDictValueOrBuilderList

        java.util.List<? extends Build.StringListDictEntryOrBuilder> getStringListDictValueOrBuilderList()
        repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;
      • getStringListDictValueOrBuilder

        Build.StringListDictEntryOrBuilder getStringListDictValueOrBuilder​(int index)
        repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;
      • getIntListValueList

        java.util.List<java.lang.Integer> getIntListValueList()
        repeated int32 int_list_value = 13;
        Returns:
        A list containing the intListValue.
      • getIntListValueCount

        int getIntListValueCount()
        repeated int32 int_list_value = 13;
        Returns:
        The count of intListValue.
      • getIntListValue

        int getIntListValue​(int index)
        repeated int32 int_list_value = 13;
        Parameters:
        index - The index of the element to return.
        Returns:
        The intListValue at the given index.
      • getLabelDictUnaryValueList

        java.util.List<Build.LabelDictUnaryEntry> getLabelDictUnaryValueList()
        repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15;
      • getLabelDictUnaryValue

        Build.LabelDictUnaryEntry getLabelDictUnaryValue​(int index)
        repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15;
      • getLabelDictUnaryValueCount

        int getLabelDictUnaryValueCount()
        repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15;
      • getLabelDictUnaryValueOrBuilderList

        java.util.List<? extends Build.LabelDictUnaryEntryOrBuilder> getLabelDictUnaryValueOrBuilderList()
        repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15;
      • getLabelDictUnaryValueOrBuilder

        Build.LabelDictUnaryEntryOrBuilder getLabelDictUnaryValueOrBuilder​(int index)
        repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15;
      • getLabelKeyedStringDictValueList

        java.util.List<Build.LabelKeyedStringDictEntry> getLabelKeyedStringDictValueList()
        repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17;
      • getLabelKeyedStringDictValue

        Build.LabelKeyedStringDictEntry getLabelKeyedStringDictValue​(int index)
        repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17;
      • getLabelKeyedStringDictValueCount

        int getLabelKeyedStringDictValueCount()
        repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17;
      • getLabelKeyedStringDictValueOrBuilderList

        java.util.List<? extends Build.LabelKeyedStringDictEntryOrBuilder> getLabelKeyedStringDictValueOrBuilderList()
        repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17;
      • getLabelKeyedStringDictValueOrBuilder

        Build.LabelKeyedStringDictEntryOrBuilder getLabelKeyedStringDictValueOrBuilder​(int index)
        repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17;
      • getDEPRECATEDStringDictUnaryValueList

        java.util.List<ByteString> getDEPRECATEDStringDictUnaryValueList()
        repeated bytes DEPRECATED_string_dict_unary_value = 14;
        Returns:
        A list containing the dEPRECATEDStringDictUnaryValue.
      • getDEPRECATEDStringDictUnaryValueCount

        int getDEPRECATEDStringDictUnaryValueCount()
        repeated bytes DEPRECATED_string_dict_unary_value = 14;
        Returns:
        The count of dEPRECATEDStringDictUnaryValue.
      • getDEPRECATEDStringDictUnaryValue

        ByteString getDEPRECATEDStringDictUnaryValue​(int index)
        repeated bytes DEPRECATED_string_dict_unary_value = 14;
        Parameters:
        index - The index of the element to return.
        Returns:
        The dEPRECATEDStringDictUnaryValue at the given index.