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 Summary
Modifier and TypeMethodDescriptionbooleangetBool()type=boolgetDict(int index) type=*_dictinttype=*_dicttype=*_dictgetDictOrBuilder(int index) type=*_dictList<? extends Build.AttributeValue.DictEntryOrBuilder>type=*_dictintgetInt()type=int|tristategetList(int index) type=*_list|distribinttype=*_list|distribtype=*_list|distribgetListOrBuilder(int index) type=*_list|distribList<? extends Build.AttributeValueOrBuilder>type=*_list|distribtype=string|label|outputcom.google.protobuf.ByteStringtype=string|label|outputbooleanhasBool()type=boolbooleanhasInt()type=int|tristatebooleantype=string|label|outputMethods 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
-
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
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
type=*_list|distrib
repeated .blaze_query.AttributeValue list = 4; -
getDictList
List<Build.AttributeValue.DictEntry> getDictList()type=*_dict
repeated .blaze_query.AttributeValue.DictEntry dict = 5; -
getDict
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
type=*_dict
repeated .blaze_query.AttributeValue.DictEntry dict = 5;
-