public interface TransitTableOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPostalCodeGroupNames(int index)
public abstract String getPostalCodeGroupNames(int index)
Required. A list of region names
Region.name . The
last value can be
"all other locations"
. Example:
["zone 1", "zone 2", "all other locations"]
. The referred
postal code groups must match the delivery country of the service.
repeated string postal_code_group_names = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The postalCodeGroupNames at the given index. |
getPostalCodeGroupNamesBytes(int index)
public abstract ByteString getPostalCodeGroupNamesBytes(int index)
Required. A list of region names
Region.name . The
last value can be
"all other locations"
. Example:
["zone 1", "zone 2", "all other locations"]
. The referred
postal code groups must match the delivery country of the service.
repeated string postal_code_group_names = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the postalCodeGroupNames at the given index. |
getPostalCodeGroupNamesCount()
public abstract int getPostalCodeGroupNamesCount()
Required. A list of region names
Region.name . The
last value can be
"all other locations"
. Example:
["zone 1", "zone 2", "all other locations"]
. The referred
postal code groups must match the delivery country of the service.
repeated string postal_code_group_names = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The count of postalCodeGroupNames. |
getPostalCodeGroupNamesList()
public abstract List<String> getPostalCodeGroupNamesList()
Required. A list of region names
Region.name . The
last value can be
"all other locations"
. Example:
["zone 1", "zone 2", "all other locations"]
. The referred
postal code groups must match the delivery country of the service.
repeated string postal_code_group_names = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the postalCodeGroupNames. |
getRows(int index)
public abstract TransitTable.TransitTimeRow getRows(int index)
Required. If there's only one dimension set of postal_code_group_names
or
transit_time_labels
, there are multiple rows each with one value
for that dimension. If there are two dimensions, each row corresponds to a
postal_code_group_names
, and columns (values) to a
transit_time_labels
.
repeated .google.shopping.merchant.accounts.v1beta.TransitTable.TransitTimeRow rows = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TransitTable.TransitTimeRow |
getRowsCount()
public abstract int getRowsCount()
Required. If there's only one dimension set of postal_code_group_names
or
transit_time_labels
, there are multiple rows each with one value
for that dimension. If there are two dimensions, each row corresponds to a
postal_code_group_names
, and columns (values) to a
transit_time_labels
.
repeated .google.shopping.merchant.accounts.v1beta.TransitTable.TransitTimeRow rows = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getRowsList()
public abstract List<TransitTable.TransitTimeRow> getRowsList()
Required. If there's only one dimension set of postal_code_group_names
or
transit_time_labels
, there are multiple rows each with one value
for that dimension. If there are two dimensions, each row corresponds to a
postal_code_group_names
, and columns (values) to a
transit_time_labels
.
repeated .google.shopping.merchant.accounts.v1beta.TransitTable.TransitTimeRow rows = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<TransitTimeRow> |
getRowsOrBuilder(int index)
public abstract TransitTable.TransitTimeRowOrBuilder getRowsOrBuilder(int index)
Required. If there's only one dimension set of postal_code_group_names
or
transit_time_labels
, there are multiple rows each with one value
for that dimension. If there are two dimensions, each row corresponds to a
postal_code_group_names
, and columns (values) to a
transit_time_labels
.
repeated .google.shopping.merchant.accounts.v1beta.TransitTable.TransitTimeRow rows = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TransitTable.TransitTimeRowOrBuilder |
getRowsOrBuilderList()
public abstract List<? extends TransitTable.TransitTimeRowOrBuilder> getRowsOrBuilderList()
Required. If there's only one dimension set of postal_code_group_names
or
transit_time_labels
, there are multiple rows each with one value
for that dimension. If there are two dimensions, each row corresponds to a
postal_code_group_names
, and columns (values) to a
transit_time_labels
.
repeated .google.shopping.merchant.accounts.v1beta.TransitTable.TransitTimeRow rows = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.TransitTable.TransitTimeRowOrBuilder> |
getTransitTimeLabels(int index)
public abstract String getTransitTimeLabels(int index)
Required. A list of transit time labels. The last value can be
"all other labels"
. Example:
["food", "electronics", "all other labels"]
.
repeated string transit_time_labels = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The transitTimeLabels at the given index. |
getTransitTimeLabelsBytes(int index)
public abstract ByteString getTransitTimeLabelsBytes(int index)
Required. A list of transit time labels. The last value can be
"all other labels"
. Example:
["food", "electronics", "all other labels"]
.
repeated string transit_time_labels = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the transitTimeLabels at the given index. |
getTransitTimeLabelsCount()
public abstract int getTransitTimeLabelsCount()
Required. A list of transit time labels. The last value can be
"all other labels"
. Example:
["food", "electronics", "all other labels"]
.
repeated string transit_time_labels = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The count of transitTimeLabels. |
getTransitTimeLabelsList()
public abstract List<String> getTransitTimeLabelsList()
Required. A list of transit time labels. The last value can be
"all other labels"
. Example:
["food", "electronics", "all other labels"]
.
repeated string transit_time_labels = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the transitTimeLabels. |