public interface BoolArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getValues(int index)
A list of bool values.
|
int |
getValuesCount()
A list of bool values.
|
List<Boolean> |
getValuesList()
A list of bool values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Boolean> getValuesList()
A list of bool values.
repeated bool values = 1;int getValuesCount()
A list of bool values.
repeated bool values = 1;boolean getValues(int index)
A list of bool values.
repeated bool values = 1;index - The index of the element to return.Copyright © 2025 Google LLC. All rights reserved.