Uses of Class
com.google.apps.card.v1.ButtonList
-
Packages that use ButtonList Package Description com.google.apps.card.v1 -
-
Uses of ButtonList in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return ButtonList Modifier and Type Method Description ButtonList
ButtonList.Builder. build()
ButtonList
ButtonList.Builder. buildPartial()
ButtonList
Columns.Column.Widgets.Builder. getButtonList()
[ButtonList][google.apps.card.v1.ButtonList] widget.ButtonList
Columns.Column.Widgets. getButtonList()
[ButtonList][google.apps.card.v1.ButtonList] widget.ButtonList
Columns.Column.WidgetsOrBuilder. getButtonList()
[ButtonList][google.apps.card.v1.ButtonList] widget.ButtonList
Widget.Builder. getButtonList()
A list of buttons.ButtonList
Widget. getButtonList()
A list of buttons.ButtonList
WidgetOrBuilder. getButtonList()
A list of buttons.static ButtonList
ButtonList. getDefaultInstance()
ButtonList
ButtonList.Builder. getDefaultInstanceForType()
ButtonList
ButtonList. getDefaultInstanceForType()
static ButtonList
ButtonList. parseDelimitedFrom(java.io.InputStream input)
static ButtonList
ButtonList. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ButtonList
ButtonList. parseFrom(byte[] data)
static ButtonList
ButtonList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ButtonList
ButtonList. parseFrom(com.google.protobuf.ByteString data)
static ButtonList
ButtonList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ButtonList
ButtonList. parseFrom(com.google.protobuf.CodedInputStream input)
static ButtonList
ButtonList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ButtonList
ButtonList. parseFrom(java.io.InputStream input)
static ButtonList
ButtonList. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ButtonList
ButtonList. parseFrom(java.nio.ByteBuffer data)
static ButtonList
ButtonList. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.apps.card.v1 that return types with arguments of type ButtonList Modifier and Type Method Description com.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 ButtonList Modifier and Type Method Description Columns.Column.Widgets.Builder
Columns.Column.Widgets.Builder. mergeButtonList(ButtonList value)
[ButtonList][google.apps.card.v1.ButtonList] widget.Widget.Builder
Widget.Builder. mergeButtonList(ButtonList value)
A list of buttons.ButtonList.Builder
ButtonList.Builder. mergeFrom(ButtonList other)
static ButtonList.Builder
ButtonList. newBuilder(ButtonList prototype)
Columns.Column.Widgets.Builder
Columns.Column.Widgets.Builder. setButtonList(ButtonList value)
[ButtonList][google.apps.card.v1.ButtonList] widget.Widget.Builder
Widget.Builder. setButtonList(ButtonList value)
A list of buttons.
-