public interface BatchUpdateRegionsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRegions(int index)
public abstract Region getRegions(int index)
The updated region(s).
repeated .google.shopping.merchant.accounts.v1.Region regions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Region |
getRegionsCount()
public abstract int getRegionsCount()
The updated region(s).
repeated .google.shopping.merchant.accounts.v1.Region regions = 1;
Returns | |
---|---|
Type | Description |
int |
getRegionsList()
public abstract List<Region> getRegionsList()
The updated region(s).
repeated .google.shopping.merchant.accounts.v1.Region regions = 1;
Returns | |
---|---|
Type | Description |
List<Region> |
getRegionsOrBuilder(int index)
public abstract RegionOrBuilder getRegionsOrBuilder(int index)
The updated region(s).
repeated .google.shopping.merchant.accounts.v1.Region regions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RegionOrBuilder |
getRegionsOrBuilderList()
public abstract List<? extends RegionOrBuilder> getRegionsOrBuilderList()
The updated region(s).
repeated .google.shopping.merchant.accounts.v1.Region regions = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.RegionOrBuilder> |