Interface GridOrBuilder (2.37.1)

public interface GridOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBorderStyle()

public abstract BorderStyle getBorderStyle()

The border style to apply to each grid item.

.google.apps.card.v1.BorderStyle border_style = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
Grid.GridItem

getItemsCount()

public abstract int getItemsCount()

The items to display in the grid.

repeated .google.apps.card.v1.Grid.GridItem items = 2;

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
OnClickOrBuilder

getTitle()

public abstract String getTitle()

The text that displays in the grid header.

string title = 1;

Returns
TypeDescription
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

The text that displays in the grid header.

string title = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the onClick field is set.