public interface TableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColumnHeaders()
public abstract Headers getColumnHeaders()Headers of the table's columns. Optional: if not set then the table has only one dimension.
optional .google.shopping.merchant.accounts.v1.Headers column_headers = 3;
| Returns | |
|---|---|
| Type | Description |
Headers |
The columnHeaders. |
getColumnHeadersOrBuilder()
public abstract HeadersOrBuilder getColumnHeadersOrBuilder()Headers of the table's columns. Optional: if not set then the table has only one dimension.
optional .google.shopping.merchant.accounts.v1.Headers column_headers = 3;
| Returns | |
|---|---|
| Type | Description |
HeadersOrBuilder |
|
getName()
public abstract String getName()Name of the table. Required for subtables, ignored for the main table.
optional string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of the table. Required for subtables, ignored for the main table.
optional string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRowHeaders()
public abstract Headers getRowHeaders()Required. Headers of the table's rows.
optional .google.shopping.merchant.accounts.v1.Headers row_headers = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Headers |
The rowHeaders. |
getRowHeadersOrBuilder()
public abstract HeadersOrBuilder getRowHeadersOrBuilder()Required. Headers of the table's rows.
optional .google.shopping.merchant.accounts.v1.Headers row_headers = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HeadersOrBuilder |
|
getRows(int index)
public abstract Row getRows(int index) Required. The list of rows that constitute the table. Must have the same
length as row_headers.
repeated .google.shopping.merchant.accounts.v1.Row rows = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Row |
|
getRowsCount()
public abstract int getRowsCount() Required. The list of rows that constitute the table. Must have the same
length as row_headers.
repeated .google.shopping.merchant.accounts.v1.Row rows = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRowsList()
public abstract List<Row> getRowsList() Required. The list of rows that constitute the table. Must have the same
length as row_headers.
repeated .google.shopping.merchant.accounts.v1.Row rows = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<Row> |
|
getRowsOrBuilder(int index)
public abstract RowOrBuilder getRowsOrBuilder(int index) Required. The list of rows that constitute the table. Must have the same
length as row_headers.
repeated .google.shopping.merchant.accounts.v1.Row rows = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RowOrBuilder |
|
getRowsOrBuilderList()
public abstract List<? extends RowOrBuilder> getRowsOrBuilderList() Required. The list of rows that constitute the table. Must have the same
length as row_headers.
repeated .google.shopping.merchant.accounts.v1.Row rows = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.RowOrBuilder> |
|
hasColumnHeaders()
public abstract boolean hasColumnHeaders()Headers of the table's columns. Optional: if not set then the table has only one dimension.
optional .google.shopping.merchant.accounts.v1.Headers column_headers = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the columnHeaders field is set. |
hasName()
public abstract boolean hasName()Name of the table. Required for subtables, ignored for the main table.
optional string name = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the name field is set. |
hasRowHeaders()
public abstract boolean hasRowHeaders()Required. Headers of the table's rows.
optional .google.shopping.merchant.accounts.v1.Headers row_headers = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rowHeaders field is set. |