public interface RowOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCells(int index)
public abstract Value getCells(int index)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Value |
getCellsCount()
public abstract int getCellsCount()
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getCellsList()
public abstract List<Value> getCellsList()
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<Value> |
getCellsOrBuilder(int index)
public abstract ValueOrBuilder getCellsOrBuilder(int index)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ValueOrBuilder |
getCellsOrBuilderList()
public abstract List<? extends ValueOrBuilder> getCellsOrBuilderList()
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.ValueOrBuilder> |