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.GridItemGrid.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.GridItemGrid.GridItem.parseDelimitedFrom(InputStream input) static Grid.GridItemGrid.GridItem.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Grid.GridItemGrid.GridItem.parseFrom(byte[] data) static Grid.GridItemGrid.GridItem.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Grid.GridItemGrid.GridItem.parseFrom(com.google.protobuf.ByteString data) static Grid.GridItemGrid.GridItem.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Grid.GridItemGrid.GridItem.parseFrom(com.google.protobuf.CodedInputStream input) static Grid.GridItemGrid.GridItem.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Grid.GridItemGrid.GridItem.parseFrom(InputStream input) static Grid.GridItemGrid.GridItem.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Grid.GridItemGrid.GridItem.parseFrom(ByteBuffer data) static Grid.GridItemGrid.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.BuilderGrid.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.