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 Grid
Grid.Builder. build()
Grid
Grid.Builder. buildPartial()
static Grid
Grid. getDefaultInstance()
Grid
Grid.Builder. getDefaultInstanceForType()
Grid
Grid. getDefaultInstanceForType()
Grid
Widget.Builder. getGrid()
Displays a grid with a collection of items.Grid
Widget. getGrid()
Displays a grid with a collection of items.Grid
WidgetOrBuilder. getGrid()
Displays a grid with a collection of items.static Grid
Grid. parseDelimitedFrom(java.io.InputStream input)
static Grid
Grid. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Grid
Grid. parseFrom(byte[] data)
static Grid
Grid. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Grid
Grid. parseFrom(com.google.protobuf.ByteString data)
static Grid
Grid. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Grid
Grid. parseFrom(com.google.protobuf.CodedInputStream input)
static Grid
Grid. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Grid
Grid. parseFrom(java.io.InputStream input)
static Grid
Grid. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Grid
Grid. parseFrom(java.nio.ByteBuffer data)
static Grid
Grid. 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.Builder
Grid.Builder. mergeFrom(Grid other)
Widget.Builder
Widget.Builder. mergeGrid(Grid value)
Displays a grid with a collection of items.static Grid.Builder
Grid. newBuilder(Grid prototype)
Widget.Builder
Widget.Builder. setGrid(Grid value)
Displays a grid with a collection of items.
-