Uses of Class
com.google.apps.card.v1.Widget
-
Packages that use Widget Package Description com.google.apps.card.v1 -
-
Uses of Widget in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Widget Modifier and Type Method Description WidgetWidget.Builder. build()WidgetWidget.Builder. buildPartial()static WidgetWidget. getDefaultInstance()WidgetWidget.Builder. getDefaultInstanceForType()WidgetWidget. getDefaultInstanceForType()WidgetCard.Section.Builder. getWidgets(int index)All the widgets in the section.WidgetCard.Section. getWidgets(int index)All the widgets in the section.WidgetCard.SectionOrBuilder. getWidgets(int index)All the widgets in the section.static WidgetWidget. parseDelimitedFrom(java.io.InputStream input)static WidgetWidget. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WidgetWidget. parseFrom(byte[] data)static WidgetWidget. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WidgetWidget. parseFrom(com.google.protobuf.ByteString data)static WidgetWidget. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WidgetWidget. parseFrom(com.google.protobuf.CodedInputStream input)static WidgetWidget. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WidgetWidget. parseFrom(java.io.InputStream input)static WidgetWidget. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WidgetWidget. parseFrom(java.nio.ByteBuffer data)static WidgetWidget. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.apps.card.v1 that return types with arguments of type Widget Modifier and Type Method Description com.google.protobuf.Parser<Widget>Widget. getParserForType()java.util.List<Widget>Card.Section.Builder. getWidgetsList()All the widgets in the section.java.util.List<Widget>Card.Section. getWidgetsList()All the widgets in the section.java.util.List<Widget>Card.SectionOrBuilder. getWidgetsList()All the widgets in the section.static com.google.protobuf.Parser<Widget>Widget. parser()Methods in com.google.apps.card.v1 with parameters of type Widget Modifier and Type Method Description Card.Section.BuilderCard.Section.Builder. addWidgets(int index, Widget value)All the widgets in the section.Card.Section.BuilderCard.Section.Builder. addWidgets(Widget value)All the widgets in the section.Widget.BuilderWidget.Builder. mergeFrom(Widget other)static Widget.BuilderWidget. newBuilder(Widget prototype)Card.Section.BuilderCard.Section.Builder. setWidgets(int index, Widget value)All the widgets in the section.Method parameters in com.google.apps.card.v1 with type arguments of type Widget Modifier and Type Method Description Card.Section.BuilderCard.Section.Builder. addAllWidgets(java.lang.Iterable<? extends Widget> values)All the widgets in the section.
-