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
Modifier and TypeMethodDescriptiongetButtons
(int index) An array of buttons.int
An array of buttons.An array of buttons.getButtonsOrBuilder
(int index) An array of buttons.List
<? extends ButtonOrBuilder> 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
An array of buttons.
repeated .google.apps.card.v1.Button buttons = 1;
-
getButtons
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
An array of buttons.
repeated .google.apps.card.v1.Button buttons = 1;
-