Interface Build.Attribute.SelectorListOrBuilder

    • Method Detail

      • hasType

        boolean hasType()
         The type that this selector list evaluates to, and the type that each
         selector in the list evaluates to. At this time, this cannot be
         SELECTOR_LIST, i.e. selector lists do not nest.
         
        optional .blaze_query.Attribute.Discriminator type = 1;
        Returns:
        Whether the type field is set.
      • getType

        Build.Attribute.Discriminator getType()
         The type that this selector list evaluates to, and the type that each
         selector in the list evaluates to. At this time, this cannot be
         SELECTOR_LIST, i.e. selector lists do not nest.
         
        optional .blaze_query.Attribute.Discriminator type = 1;
        Returns:
        The type.
      • getElementsList

        java.util.List<Build.Attribute.Selector> getElementsList()
         The list of selector elements in this selector list. At this time, this
         cannot be empty, i.e. a selector list is never empty.
         
        repeated .blaze_query.Attribute.Selector elements = 2;
      • getElements

        Build.Attribute.Selector getElements​(int index)
         The list of selector elements in this selector list. At this time, this
         cannot be empty, i.e. a selector list is never empty.
         
        repeated .blaze_query.Attribute.Selector elements = 2;
      • getElementsCount

        int getElementsCount()
         The list of selector elements in this selector list. At this time, this
         cannot be empty, i.e. a selector list is never empty.
         
        repeated .blaze_query.Attribute.Selector elements = 2;
      • getElementsOrBuilderList

        java.util.List<? extends Build.Attribute.SelectorOrBuilder> getElementsOrBuilderList()
         The list of selector elements in this selector list. At this time, this
         cannot be empty, i.e. a selector list is never empty.
         
        repeated .blaze_query.Attribute.Selector elements = 2;
      • getElementsOrBuilder

        Build.Attribute.SelectorOrBuilder getElementsOrBuilder​(int index)
         The list of selector elements in this selector list. At this time, this
         cannot be empty, i.e. a selector list is never empty.
         
        repeated .blaze_query.Attribute.Selector elements = 2;