Interface Build.Attribute.SelectorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Build.Attribute.Selector,Build.Attribute.Selector.Builder
- Enclosing class:
- Build.Attribute
public static interface Build.Attribute.SelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntries(int index) The list of (label, value) pairs in the map that defines the selector.intThe list of (label, value) pairs in the map that defines the selector.The list of (label, value) pairs in the map that defines the selector.getEntriesOrBuilder(int index) The list of (label, value) pairs in the map that defines the selector.List<? extends Build.Attribute.SelectorEntryOrBuilder>The list of (label, value) pairs in the map that defines the selector.booleanWhether or not this has any default values.The error message when no condition matches.com.google.protobuf.ByteStringThe error message when no condition matches.booleanWhether or not this has any default values.booleanThe error message when no condition matches.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
-
getEntriesList
List<Build.Attribute.SelectorEntry> getEntriesList()The list of (label, value) pairs in the map that defines the selector. At this time, this cannot be empty, i.e. a selector has at least one entry.
repeated .blaze_query.Attribute.SelectorEntry entries = 1; -
getEntries
The list of (label, value) pairs in the map that defines the selector. At this time, this cannot be empty, i.e. a selector has at least one entry.
repeated .blaze_query.Attribute.SelectorEntry entries = 1; -
getEntriesCount
int getEntriesCount()The list of (label, value) pairs in the map that defines the selector. At this time, this cannot be empty, i.e. a selector has at least one entry.
repeated .blaze_query.Attribute.SelectorEntry entries = 1; -
getEntriesOrBuilderList
List<? extends Build.Attribute.SelectorEntryOrBuilder> getEntriesOrBuilderList()The list of (label, value) pairs in the map that defines the selector. At this time, this cannot be empty, i.e. a selector has at least one entry.
repeated .blaze_query.Attribute.SelectorEntry entries = 1; -
getEntriesOrBuilder
The list of (label, value) pairs in the map that defines the selector. At this time, this cannot be empty, i.e. a selector has at least one entry.
repeated .blaze_query.Attribute.SelectorEntry entries = 1; -
hasHasDefaultValue
boolean hasHasDefaultValue()Whether or not this has any default values.
optional bool has_default_value = 2;- Returns:
- Whether the hasDefaultValue field is set.
-
getHasDefaultValue
boolean getHasDefaultValue()Whether or not this has any default values.
optional bool has_default_value = 2;- Returns:
- The hasDefaultValue.
-
hasNoMatchError
boolean hasNoMatchError()The error message when no condition matches.
optional string no_match_error = 3;- Returns:
- Whether the noMatchError field is set.
-
getNoMatchError
String getNoMatchError()The error message when no condition matches.
optional string no_match_error = 3;- Returns:
- The noMatchError.
-
getNoMatchErrorBytes
com.google.protobuf.ByteString getNoMatchErrorBytes()The error message when no condition matches.
optional string no_match_error = 3;- Returns:
- The bytes for noMatchError.
-