public interface ChipListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChips(int index)
public abstract Chip getChips(int index)An array of chips.
repeated .google.apps.card.v1.Chip chips = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Chip |
|
getChipsCount()
public abstract int getChipsCount()An array of chips.
repeated .google.apps.card.v1.Chip chips = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getChipsList()
public abstract List<Chip> getChipsList()An array of chips.
repeated .google.apps.card.v1.Chip chips = 2;
| Returns | |
|---|---|
| Type | Description |
List<Chip> |
|
getChipsOrBuilder(int index)
public abstract ChipOrBuilder getChipsOrBuilder(int index)An array of chips.
repeated .google.apps.card.v1.Chip chips = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ChipOrBuilder |
|
getChipsOrBuilderList()
public abstract List<? extends ChipOrBuilder> getChipsOrBuilderList()An array of chips.
repeated .google.apps.card.v1.Chip chips = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.apps.card.v1.ChipOrBuilder> |
|
getLayout()
public abstract ChipList.Layout getLayout()Specified chip list layout.
.google.apps.card.v1.ChipList.Layout layout = 1;
| Returns | |
|---|---|
| Type | Description |
ChipList.Layout |
The layout. |
getLayoutValue()
public abstract int getLayoutValue()Specified chip list layout.
.google.apps.card.v1.ChipList.Layout layout = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for layout. |