Interface Build.Attribute.SelectorEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Build.Attribute.SelectorEntry,Build.Attribute.SelectorEntry.Builder
- Enclosing class:
- Build.Attribute
public static interface Build.Attribute.SelectorEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanoptional bool boolean_value = 4;com.google.protobuf.ByteStringgetDEPRECATEDStringDictUnaryValue(int index) repeated bytes DEPRECATED_string_dict_unary_value = 14;intrepeated bytes DEPRECATED_string_dict_unary_value = 14;List<com.google.protobuf.ByteString>repeated bytes DEPRECATED_string_dict_unary_value = 14;getFilesetListValue(int index) repeated .blaze_query.FilesetEntry fileset_list_value = 9;intrepeated .blaze_query.FilesetEntry fileset_list_value = 9;repeated .blaze_query.FilesetEntry fileset_list_value = 9;getFilesetListValueOrBuilder(int index) repeated .blaze_query.FilesetEntry fileset_list_value = 9;List<? extends Build.FilesetEntryOrBuilder>repeated .blaze_query.FilesetEntry fileset_list_value = 9;intgetIntListValue(int index) repeated int32 int_list_value = 13;intrepeated int32 int_list_value = 13;repeated int32 int_list_value = 13;intExactly 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.booleanTrue 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}).getLabel()The key of the selector entry.com.google.protobuf.ByteStringThe key of the selector entry.getLabelDictUnaryValue(int index) repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15;intrepeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15;repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15;getLabelDictUnaryValueOrBuilder(int index) repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15;List<? extends Build.LabelDictUnaryEntryOrBuilder>repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15;getLabelKeyedStringDictValue(int index) repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17;intrepeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17;repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17;getLabelKeyedStringDictValueOrBuilder(int index) repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17;List<? extends Build.LabelKeyedStringDictEntryOrBuilder>repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17;getLabelListDictValue(int index) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;intrepeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;getLabelListDictValueOrBuilder(int index) repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;List<? extends Build.LabelListDictEntryOrBuilder>repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10;optional .blaze_query.License license = 7;optional .blaze_query.License license = 7;getStringDictValue(int index) repeated .blaze_query.StringDictEntry string_dict_value = 8;intrepeated .blaze_query.StringDictEntry string_dict_value = 8;repeated .blaze_query.StringDictEntry string_dict_value = 8;getStringDictValueOrBuilder(int index) repeated .blaze_query.StringDictEntry string_dict_value = 8;List<? extends Build.StringDictEntryOrBuilder>repeated .blaze_query.StringDictEntry string_dict_value = 8;getStringListDictValue(int index) repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;intrepeated .blaze_query.StringListDictEntry string_list_dict_value = 11;repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;getStringListDictValueOrBuilder(int index) repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;List<? extends Build.StringListDictEntryOrBuilder>repeated .blaze_query.StringListDictEntry string_list_dict_value = 11;getStringListValue(int index) repeated string string_list_value = 6;com.google.protobuf.ByteStringgetStringListValueBytes(int index) repeated string string_list_value = 6;intrepeated string string_list_value = 6;repeated string string_list_value = 6;optional string string_value = 3;com.google.protobuf.ByteStringoptional string string_value = 3;optional .blaze_query.Attribute.Tristate tristate_value = 5;booleanoptional bool boolean_value = 4;booleanExactly 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.booleanTrue 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}).booleanhasLabel()The key of the selector entry.booleanoptional .blaze_query.License license = 7;booleanoptional string string_value = 3;booleanoptional .blaze_query.Attribute.Tristate tristate_value = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
com.google.protobuf.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
String getStringValue()optional string string_value = 3;- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.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
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
repeated string string_list_value = 6;- Parameters:
index- The index of the element to return.- Returns:
- The stringListValue at the given index.
-
getStringListValueBytes
com.google.protobuf.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
List<Build.StringDictEntry> getStringDictValueList()repeated .blaze_query.StringDictEntry string_dict_value = 8; -
getStringDictValue
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
getStringDictValueCount
int getStringDictValueCount()repeated .blaze_query.StringDictEntry string_dict_value = 8; -
getStringDictValueOrBuilderList
List<? extends Build.StringDictEntryOrBuilder> getStringDictValueOrBuilderList()repeated .blaze_query.StringDictEntry string_dict_value = 8; -
getStringDictValueOrBuilder
repeated .blaze_query.StringDictEntry string_dict_value = 8; -
getFilesetListValueList
List<Build.FilesetEntry> getFilesetListValueList()repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
getFilesetListValue
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
getFilesetListValueCount
int getFilesetListValueCount()repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
getFilesetListValueOrBuilderList
List<? extends Build.FilesetEntryOrBuilder> getFilesetListValueOrBuilderList()repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
getFilesetListValueOrBuilder
repeated .blaze_query.FilesetEntry fileset_list_value = 9; -
getLabelListDictValueList
List<Build.LabelListDictEntry> getLabelListDictValueList()repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
getLabelListDictValue
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
getLabelListDictValueCount
int getLabelListDictValueCount()repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
getLabelListDictValueOrBuilderList
List<? extends Build.LabelListDictEntryOrBuilder> getLabelListDictValueOrBuilderList()repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
getLabelListDictValueOrBuilder
repeated .blaze_query.LabelListDictEntry label_list_dict_value = 10; -
getStringListDictValueList
List<Build.StringListDictEntry> getStringListDictValueList()repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
getStringListDictValue
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
getStringListDictValueCount
int getStringListDictValueCount()repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
getStringListDictValueOrBuilderList
List<? extends Build.StringListDictEntryOrBuilder> getStringListDictValueOrBuilderList()repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
getStringListDictValueOrBuilder
repeated .blaze_query.StringListDictEntry string_list_dict_value = 11; -
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
List<Build.LabelDictUnaryEntry> getLabelDictUnaryValueList()repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15; -
getLabelDictUnaryValue
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15; -
getLabelDictUnaryValueCount
int getLabelDictUnaryValueCount()repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15; -
getLabelDictUnaryValueOrBuilderList
List<? extends Build.LabelDictUnaryEntryOrBuilder> getLabelDictUnaryValueOrBuilderList()repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15; -
getLabelDictUnaryValueOrBuilder
repeated .blaze_query.LabelDictUnaryEntry label_dict_unary_value = 15; -
getLabelKeyedStringDictValueList
List<Build.LabelKeyedStringDictEntry> getLabelKeyedStringDictValueList()repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17; -
getLabelKeyedStringDictValue
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17; -
getLabelKeyedStringDictValueCount
int getLabelKeyedStringDictValueCount()repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17; -
getLabelKeyedStringDictValueOrBuilderList
List<? extends Build.LabelKeyedStringDictEntryOrBuilder> getLabelKeyedStringDictValueOrBuilderList()repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17; -
getLabelKeyedStringDictValueOrBuilder
repeated .blaze_query.LabelKeyedStringDictEntry label_keyed_string_dict_value = 17; -
getDEPRECATEDStringDictUnaryValueList
List<com.google.protobuf.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
com.google.protobuf.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.
-