Uses of Class
com.google.apps.card.v1.ButtonList
Packages that use ButtonList
-
Uses of ButtonList in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return ButtonListModifier and TypeMethodDescriptionButtonList.Builder.build()ButtonList.Builder.buildPartial()Columns.Column.Widgets.Builder.getButtonList()[ButtonList][google.apps.card.v1.ButtonList] widget.Columns.Column.Widgets.getButtonList()[ButtonList][google.apps.card.v1.ButtonList] widget.Columns.Column.WidgetsOrBuilder.getButtonList()[ButtonList][google.apps.card.v1.ButtonList] widget.Widget.Builder.getButtonList()A list of buttons.Widget.getButtonList()A list of buttons.WidgetOrBuilder.getButtonList()A list of buttons.static ButtonListButtonList.getDefaultInstance()ButtonList.Builder.getDefaultInstanceForType()ButtonList.getDefaultInstanceForType()static ButtonListButtonList.parseDelimitedFrom(InputStream input) static ButtonListButtonList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ButtonListButtonList.parseFrom(byte[] data) static ButtonListButtonList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ButtonListButtonList.parseFrom(com.google.protobuf.ByteString data) static ButtonListButtonList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ButtonListButtonList.parseFrom(com.google.protobuf.CodedInputStream input) static ButtonListButtonList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ButtonListButtonList.parseFrom(InputStream input) static ButtonListButtonList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ButtonListButtonList.parseFrom(ByteBuffer data) static ButtonListButtonList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type ButtonListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ButtonList>ButtonList.getParserForType()static com.google.protobuf.Parser<ButtonList>ButtonList.parser()Methods in com.google.apps.card.v1 with parameters of type ButtonListModifier and TypeMethodDescriptionColumns.Column.Widgets.Builder.mergeButtonList(ButtonList value) [ButtonList][google.apps.card.v1.ButtonList] widget.Widget.Builder.mergeButtonList(ButtonList value) A list of buttons.ButtonList.Builder.mergeFrom(ButtonList other) static ButtonList.BuilderButtonList.newBuilder(ButtonList prototype) Columns.Column.Widgets.Builder.setButtonList(ButtonList value) [ButtonList][google.apps.card.v1.ButtonList] widget.Widget.Builder.setButtonList(ButtonList value) A list of buttons.