Package com.google.apps.card.v1
Interface ChipListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChipList,ChipList.Builder
@Generated
public interface ChipListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChips(int index) An array of chips.intAn array of chips.An array of chips.getChipsOrBuilder(int index) An array of chips.List<? extends ChipOrBuilder>An array of chips.Specified chip list layout.intSpecified chip list layout.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
-
getLayoutValue
int getLayoutValue()Specified chip list layout.
.google.apps.card.v1.ChipList.Layout layout = 1;- Returns:
- The enum numeric value on the wire for layout.
-
getLayout
ChipList.Layout getLayout()Specified chip list layout.
.google.apps.card.v1.ChipList.Layout layout = 1;- Returns:
- The layout.
-
getChipsList
An array of chips.
repeated .google.apps.card.v1.Chip chips = 2; -
getChips
An array of chips.
repeated .google.apps.card.v1.Chip chips = 2; -
getChipsCount
int getChipsCount()An array of chips.
repeated .google.apps.card.v1.Chip chips = 2; -
getChipsOrBuilderList
List<? extends ChipOrBuilder> getChipsOrBuilderList()An array of chips.
repeated .google.apps.card.v1.Chip chips = 2; -
getChipsOrBuilder
An array of chips.
repeated .google.apps.card.v1.Chip chips = 2;
-