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 Widget
Widget.Builder. build()
Widget
Widget.Builder. buildPartial()
static Widget
Widget. getDefaultInstance()
Widget
Widget.Builder. getDefaultInstanceForType()
Widget
Widget. getDefaultInstanceForType()
Widget
Card.Section.Builder. getWidgets(int index)
All the widgets in the section.Widget
Card.Section. getWidgets(int index)
All the widgets in the section.Widget
Card.SectionOrBuilder. getWidgets(int index)
All the widgets in the section.static Widget
Widget. parseDelimitedFrom(java.io.InputStream input)
static Widget
Widget. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Widget
Widget. parseFrom(byte[] data)
static Widget
Widget. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Widget
Widget. parseFrom(com.google.protobuf.ByteString data)
static Widget
Widget. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Widget
Widget. parseFrom(com.google.protobuf.CodedInputStream input)
static Widget
Widget. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Widget
Widget. parseFrom(java.io.InputStream input)
static Widget
Widget. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Widget
Widget. parseFrom(java.nio.ByteBuffer data)
static Widget
Widget. 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.Builder
Card.Section.Builder. addWidgets(int index, Widget value)
All the widgets in the section.Card.Section.Builder
Card.Section.Builder. addWidgets(Widget value)
All the widgets in the section.Widget.Builder
Widget.Builder. mergeFrom(Widget other)
static Widget.Builder
Widget. newBuilder(Widget prototype)
Card.Section.Builder
Card.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.Builder
Card.Section.Builder. addAllWidgets(java.lang.Iterable<? extends Widget> values)
All the widgets in the section.
-