Uses of Class
com.google.apps.card.v1.Widget
Packages that use Widget
-
Uses of Widget in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return WidgetModifier and TypeMethodDescriptionWidget.Builder.build()Widget.Builder.buildPartial()static WidgetWidget.getDefaultInstance()Widget.Builder.getDefaultInstanceForType()Widget.getDefaultInstanceForType()Card.Section.Builder.getWidgets(int index) All the widgets in the section.Card.Section.getWidgets(int index) All the widgets in the section.Card.SectionOrBuilder.getWidgets(int index) All the widgets in the section.static WidgetWidget.parseDelimitedFrom(InputStream input) static WidgetWidget.parseDelimitedFrom(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(InputStream input) static WidgetWidget.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WidgetWidget.parseFrom(ByteBuffer data) static WidgetWidget.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type WidgetModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Widget>Widget.getParserForType()Card.Section.Builder.getWidgetsList()All the widgets in the section.Card.Section.getWidgetsList()All the widgets in the section.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 WidgetModifier and TypeMethodDescriptionCard.Section.Builder.addWidgets(int index, Widget value) All the widgets in the section.Card.Section.Builder.addWidgets(Widget value) All the widgets in the section.static Widget.BuilderWidget.newBuilder(Widget prototype) 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 WidgetModifier and TypeMethodDescriptionCard.Section.Builder.addAllWidgets(Iterable<? extends Widget> values) All the widgets in the section.