Uses of Class
com.google.apps.card.v1.Grid.GridItem
Packages that use Grid.GridItem
-
Uses of Grid.GridItem in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Grid.GridItemModifier and TypeMethodDescriptionGrid.GridItem.Builder.build()
Grid.GridItem.Builder.buildPartial()
static Grid.GridItem
Grid.GridItem.getDefaultInstance()
Grid.GridItem.Builder.getDefaultInstanceForType()
Grid.GridItem.getDefaultInstanceForType()
Grid.Builder.getItems
(int index) The items to display in the grid.Grid.getItems
(int index) The items to display in the grid.GridOrBuilder.getItems
(int index) The items to display in the grid.static Grid.GridItem
Grid.GridItem.parseDelimitedFrom
(InputStream input) static Grid.GridItem
Grid.GridItem.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Grid.GridItem
Grid.GridItem.parseFrom
(byte[] data) static Grid.GridItem
Grid.GridItem.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Grid.GridItem
Grid.GridItem.parseFrom
(com.google.protobuf.ByteString data) static Grid.GridItem
Grid.GridItem.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Grid.GridItem
Grid.GridItem.parseFrom
(com.google.protobuf.CodedInputStream input) static Grid.GridItem
Grid.GridItem.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Grid.GridItem
Grid.GridItem.parseFrom
(InputStream input) static Grid.GridItem
Grid.GridItem.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Grid.GridItem
Grid.GridItem.parseFrom
(ByteBuffer data) static Grid.GridItem
Grid.GridItem.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type Grid.GridItemModifier and TypeMethodDescriptionGrid.Builder.getItemsList()
The items to display in the grid.Grid.getItemsList()
The items to display in the grid.GridOrBuilder.getItemsList()
The items to display in the grid.com.google.protobuf.Parser
<Grid.GridItem> Grid.GridItem.getParserForType()
static com.google.protobuf.Parser
<Grid.GridItem> Grid.GridItem.parser()
Methods in com.google.apps.card.v1 with parameters of type Grid.GridItemModifier and TypeMethodDescriptionGrid.Builder.addItems
(int index, Grid.GridItem value) The items to display in the grid.Grid.Builder.addItems
(Grid.GridItem value) The items to display in the grid.Grid.GridItem.Builder.mergeFrom
(Grid.GridItem other) static Grid.GridItem.Builder
Grid.GridItem.newBuilder
(Grid.GridItem prototype) Grid.Builder.setItems
(int index, Grid.GridItem value) The items to display in the grid.Method parameters in com.google.apps.card.v1 with type arguments of type Grid.GridItemModifier and TypeMethodDescriptionGrid.Builder.addAllItems
(Iterable<? extends Grid.GridItem> values) The items to display in the grid.