Interface FigureDescriptor.BoolMapWithDefaultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FigureDescriptor.BoolMapWithDefault,FigureDescriptor.BoolMapWithDefault.Builder
- Enclosing class:
- FigureDescriptor
public static interface FigureDescriptor.BoolMapWithDefaultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanoptional bool default_bool = 1;getKeys(int index) repeated string keys = 2;com.google.protobuf.ByteStringgetKeysBytes(int index) repeated string keys = 2;intrepeated string keys = 2;repeated string keys = 2;booleangetValues(int index) repeated bool values = 3;intrepeated bool values = 3;repeated bool values = 3;booleanoptional bool default_bool = 1;Methods 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
-
hasDefaultBool
boolean hasDefaultBool()optional bool default_bool = 1;- Returns:
- Whether the defaultBool field is set.
-
getDefaultBool
boolean getDefaultBool()optional bool default_bool = 1;- Returns:
- The defaultBool.
-
getKeysList
repeated string keys = 2;- Returns:
- A list containing the keys.
-
getKeysCount
int getKeysCount()repeated string keys = 2;- Returns:
- The count of keys.
-
getKeys
repeated string keys = 2;- Parameters:
index- The index of the element to return.- Returns:
- The keys at the given index.
-
getKeysBytes
com.google.protobuf.ByteString getKeysBytes(int index) repeated string keys = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the keys at the given index.
-
getValuesList
repeated bool values = 3;- Returns:
- A list containing the values.
-
getValuesCount
int getValuesCount()repeated bool values = 3;- Returns:
- The count of values.
-
getValues
boolean getValues(int index) repeated bool values = 3;- Parameters:
index- The index of the element to return.- Returns:
- The values at the given index.
-