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 Details

    • 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

      Build.Attribute.SelectorEntry getEntries(int index)
       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

      Build.Attribute.SelectorEntryOrBuilder getEntriesOrBuilder(int index)
       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.