Interface Build.AttributeValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Build.AttributeValue, Build.AttributeValue.Builder
Enclosing class:
Build

public static interface Build.AttributeValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasInt

      boolean hasInt()
       type=int|tristate
       
      optional int32 int = 1;
      Returns:
      Whether the int field is set.
    • getInt

      int getInt()
       type=int|tristate
       
      optional int32 int = 1;
      Returns:
      The int.
    • hasString

      boolean hasString()
       type=string|label|output
       
      optional string string = 2;
      Returns:
      Whether the string field is set.
    • getString

      String getString()
       type=string|label|output
       
      optional string string = 2;
      Returns:
      The string.
    • getStringBytes

      com.google.protobuf.ByteString getStringBytes()
       type=string|label|output
       
      optional string string = 2;
      Returns:
      The bytes for string.
    • hasBool

      boolean hasBool()
       type=bool
       
      optional bool bool = 3;
      Returns:
      Whether the bool field is set.
    • getBool

      boolean getBool()
       type=bool
       
      optional bool bool = 3;
      Returns:
      The bool.
    • getListList

      List<Build.AttributeValue> getListList()
       type=*_list|distrib
       
      repeated .blaze_query.AttributeValue list = 4;
    • getList

      Build.AttributeValue getList(int index)
       type=*_list|distrib
       
      repeated .blaze_query.AttributeValue list = 4;
    • getListCount

      int getListCount()
       type=*_list|distrib
       
      repeated .blaze_query.AttributeValue list = 4;
    • getListOrBuilderList

      List<? extends Build.AttributeValueOrBuilder> getListOrBuilderList()
       type=*_list|distrib
       
      repeated .blaze_query.AttributeValue list = 4;
    • getListOrBuilder

      Build.AttributeValueOrBuilder getListOrBuilder(int index)
       type=*_list|distrib
       
      repeated .blaze_query.AttributeValue list = 4;
    • getDictList

       type=*_dict
       
      repeated .blaze_query.AttributeValue.DictEntry dict = 5;
    • getDict

      Build.AttributeValue.DictEntry getDict(int index)
       type=*_dict
       
      repeated .blaze_query.AttributeValue.DictEntry dict = 5;
    • getDictCount

      int getDictCount()
       type=*_dict
       
      repeated .blaze_query.AttributeValue.DictEntry dict = 5;
    • getDictOrBuilderList

      List<? extends Build.AttributeValue.DictEntryOrBuilder> getDictOrBuilderList()
       type=*_dict
       
      repeated .blaze_query.AttributeValue.DictEntry dict = 5;
    • getDictOrBuilder

      Build.AttributeValue.DictEntryOrBuilder getDictOrBuilder(int index)
       type=*_dict
       
      repeated .blaze_query.AttributeValue.DictEntry dict = 5;