Interface ButtonListOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getButtons(int index)
    An array of buttons.
    int
    An array of buttons.
    An array of buttons.
    An array of buttons.
    An array of buttons.

    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

    • getButtonsList

      List<Button> getButtonsList()
       An array of buttons.
       
      repeated .google.apps.card.v1.Button buttons = 1;
    • getButtons

      Button getButtons(int index)
       An array of buttons.
       
      repeated .google.apps.card.v1.Button buttons = 1;
    • getButtonsCount

      int getButtonsCount()
       An array of buttons.
       
      repeated .google.apps.card.v1.Button buttons = 1;
    • getButtonsOrBuilderList

      List<? extends ButtonOrBuilder> getButtonsOrBuilderList()
       An array of buttons.
       
      repeated .google.apps.card.v1.Button buttons = 1;
    • getButtonsOrBuilder

      ButtonOrBuilder getButtonsOrBuilder(int index)
       An array of buttons.
       
      repeated .google.apps.card.v1.Button buttons = 1;