Package com.google.apps.card.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Button
getButtons(int index)
An array of buttons.int
getButtonsCount()
An array of buttons.java.util.List<Button>
getButtonsList()
An array of buttons.ButtonOrBuilder
getButtonsOrBuilder(int index)
An array of buttons.java.util.List<? extends ButtonOrBuilder>
getButtonsOrBuilderList()
An array of buttons.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getButtonsList
java.util.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
java.util.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;
-
-