public interface GridOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBorderStyle()
public abstract BorderStyle getBorderStyle()
The border style to apply to each grid item.
.google.apps.card.v1.BorderStyle border_style = 3;
Returns | |
---|---|
Type | Description |
BorderStyle |
The borderStyle. |
getBorderStyleOrBuilder()
public abstract BorderStyleOrBuilder getBorderStyleOrBuilder()
The border style to apply to each grid item.
.google.apps.card.v1.BorderStyle border_style = 3;
Returns | |
---|---|
Type | Description |
BorderStyleOrBuilder |
getColumnCount()
public abstract int getColumnCount()
The number of columns to display in the grid. A default value is used if this field isn't specified, and that default value is different depending on where the grid is shown (dialog versus companion).
int32 column_count = 4;
Returns | |
---|---|
Type | Description |
int |
The columnCount. |
getItems(int index)
public abstract Grid.GridItem getItems(int index)
The items to display in the grid.
repeated .google.apps.card.v1.Grid.GridItem items = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Grid.GridItem |
getItemsCount()
public abstract int getItemsCount()
The items to display in the grid.
repeated .google.apps.card.v1.Grid.GridItem items = 2;
Returns | |
---|---|
Type | Description |
int |
getItemsList()
public abstract List<Grid.GridItem> getItemsList()
The items to display in the grid.
repeated .google.apps.card.v1.Grid.GridItem items = 2;
Returns | |
---|---|
Type | Description |
List<GridItem> |
getItemsOrBuilder(int index)
public abstract Grid.GridItemOrBuilder getItemsOrBuilder(int index)
The items to display in the grid.
repeated .google.apps.card.v1.Grid.GridItem items = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Grid.GridItemOrBuilder |
getItemsOrBuilderList()
public abstract List<? extends Grid.GridItemOrBuilder> getItemsOrBuilderList()
The items to display in the grid.
repeated .google.apps.card.v1.Grid.GridItem items = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.apps.card.v1.Grid.GridItemOrBuilder> |
getOnClick()
public abstract OnClick getOnClick()
This callback is reused by each individual grid item, but with the item's identifier and index in the items list added to the callback's parameters.
.google.apps.card.v1.OnClick on_click = 5;
Returns | |
---|---|
Type | Description |
OnClick |
The onClick. |
getOnClickOrBuilder()
public abstract OnClickOrBuilder getOnClickOrBuilder()
This callback is reused by each individual grid item, but with the item's identifier and index in the items list added to the callback's parameters.
.google.apps.card.v1.OnClick on_click = 5;
Returns | |
---|---|
Type | Description |
OnClickOrBuilder |
getTitle()
public abstract String getTitle()
The text that displays in the grid header.
string title = 1;
Returns | |
---|---|
Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()
The text that displays in the grid header.
string title = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for title. |
hasBorderStyle()
public abstract boolean hasBorderStyle()
The border style to apply to each grid item.
.google.apps.card.v1.BorderStyle border_style = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the borderStyle field is set. |
hasOnClick()
public abstract boolean hasOnClick()
This callback is reused by each individual grid item, but with the item's identifier and index in the items list added to the callback's parameters.
.google.apps.card.v1.OnClick on_click = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the onClick field is set. |