Interface Build.AttributeValueOrBuilder

    • Method Detail

      • 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

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

        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

        java.util.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

        java.util.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;
      • getDictCount

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