Interface ChipListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ChipList, ChipList.Builder

public interface ChipListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getChips(int index)
    An array of chips.
    int
    An 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.
    int
    Specified chip list layout.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<Chip> getChipsList()
       An array of chips.
       
      repeated .google.apps.card.v1.Chip chips = 2;
    • getChips

      Chip getChips(int index)
       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

      ChipOrBuilder getChipsOrBuilder(int index)
       An array of chips.
       
      repeated .google.apps.card.v1.Chip chips = 2;