Package | Description |
---|---|
com.google.api.services.content | |
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Regions.Create |
ShoppingContent.Regions.create(Long merchantId,
Region content)
Creates a region definition in your Merchant Center account.
|
ShoppingContent.Regions.Patch |
ShoppingContent.Regions.patch(Long merchantId,
String regionId,
Region content)
Updates a region definition in your Merchant Center account.
|
Constructor and Description |
---|
Create(Long merchantId,
Region content)
Creates a region definition in your Merchant Center account.
|
Patch(Long merchantId,
String regionId,
Region content)
Updates a region definition in your Merchant Center account.
|
Modifier and Type | Method and Description |
---|---|
Region |
Region.clone() |
Region |
Region.set(String fieldName,
Object value) |
Region |
Region.setDisplayName(String displayName)
The display name of the region.
|
Region |
Region.setGeotargetArea(RegionGeoTargetArea geotargetArea)
A list of geotargets that defines the region area.
|
Region |
Region.setMerchantId(Long merchantId)
Output only.
|
Region |
Region.setPostalCodeArea(RegionPostalCodeArea postalCodeArea)
A list of postal codes that defines the region area.
|
Region |
Region.setRegionalInventoryEligible(Boolean regionalInventoryEligible)
Output only.
|
Region |
Region.setRegionId(String regionId)
Output only.
|
Region |
Region.setShippingEligible(Boolean shippingEligible)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Region> |
ListRegionsResponse.getRegions()
The regions from the specified merchant.
|
Modifier and Type | Method and Description |
---|---|
ListRegionsResponse |
ListRegionsResponse.setRegions(List<Region> regions)
The regions from the specified merchant.
|
Copyright © 2011–2024 Google. All rights reserved.