Uses of Class
com.google.apps.card.v1.Grid
-
Packages that use Grid Package Description com.google.apps.card.v1 -
-
Uses of Grid in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Grid Modifier and Type Method Description GridGrid.Builder. build()GridGrid.Builder. buildPartial()static GridGrid. getDefaultInstance()GridGrid.Builder. getDefaultInstanceForType()GridGrid. getDefaultInstanceForType()GridWidget.Builder. getGrid()Displays a grid with a collection of items.GridWidget. getGrid()Displays a grid with a collection of items.GridWidgetOrBuilder. getGrid()Displays a grid with a collection of items.static GridGrid. parseDelimitedFrom(java.io.InputStream input)static GridGrid. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GridGrid. parseFrom(byte[] data)static GridGrid. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GridGrid. parseFrom(com.google.protobuf.ByteString data)static GridGrid. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GridGrid. parseFrom(com.google.protobuf.CodedInputStream input)static GridGrid. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GridGrid. parseFrom(java.io.InputStream input)static GridGrid. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GridGrid. parseFrom(java.nio.ByteBuffer data)static GridGrid. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.apps.card.v1 that return types with arguments of type Grid Modifier and Type Method Description com.google.protobuf.Parser<Grid>Grid. getParserForType()static com.google.protobuf.Parser<Grid>Grid. parser()Methods in com.google.apps.card.v1 with parameters of type Grid Modifier and Type Method Description Grid.BuilderGrid.Builder. mergeFrom(Grid other)Widget.BuilderWidget.Builder. mergeGrid(Grid value)Displays a grid with a collection of items.static Grid.BuilderGrid. newBuilder(Grid prototype)Widget.BuilderWidget.Builder. setGrid(Grid value)Displays a grid with a collection of items.
-