public interface RegionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Optional. The display name of the region.
optional string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Optional. The display name of the region.
optional string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getGeotargetArea()
public abstract Region.GeoTargetArea getGeotargetArea()Optional. A list of geotargets that defines the region area.
.google.shopping.merchant.accounts.v1.Region.GeoTargetArea geotarget_area = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Region.GeoTargetArea |
The geotargetArea. |
getGeotargetAreaOrBuilder()
public abstract Region.GeoTargetAreaOrBuilder getGeotargetAreaOrBuilder()Optional. A list of geotargets that defines the region area.
.google.shopping.merchant.accounts.v1.Region.GeoTargetArea geotarget_area = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Region.GeoTargetAreaOrBuilder |
|
getName()
public abstract String getName() Identifier. The resource name of the region.
Format: accounts/{account}/regions/{region}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The resource name of the region.
Format: accounts/{account}/regions/{region}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPostalCodeArea()
public abstract Region.PostalCodeArea getPostalCodeArea()Optional. A list of postal codes that defines the region area.
.google.shopping.merchant.accounts.v1.Region.PostalCodeArea postal_code_area = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Region.PostalCodeArea |
The postalCodeArea. |
getPostalCodeAreaOrBuilder()
public abstract Region.PostalCodeAreaOrBuilder getPostalCodeAreaOrBuilder()Optional. A list of postal codes that defines the region area.
.google.shopping.merchant.accounts.v1.Region.PostalCodeArea postal_code_area = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Region.PostalCodeAreaOrBuilder |
|
getRegionalInventoryEligible()
public abstract BoolValue getRegionalInventoryEligible()Output only. Indicates if the region is eligible for use in the Regional Inventory configuration.
.google.protobuf.BoolValue regional_inventory_eligible = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The regionalInventoryEligible. |
getRegionalInventoryEligibleOrBuilder()
public abstract BoolValueOrBuilder getRegionalInventoryEligibleOrBuilder()Output only. Indicates if the region is eligible for use in the Regional Inventory configuration.
.google.protobuf.BoolValue regional_inventory_eligible = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
getShippingEligible()
public abstract BoolValue getShippingEligible()Output only. Indicates if the region is eligible for use in the Shipping Services configuration.
.google.protobuf.BoolValue shipping_eligible = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The shippingEligible. |
getShippingEligibleOrBuilder()
public abstract BoolValueOrBuilder getShippingEligibleOrBuilder()Output only. Indicates if the region is eligible for use in the Shipping Services configuration.
.google.protobuf.BoolValue shipping_eligible = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
hasDisplayName()
public abstract boolean hasDisplayName()Optional. The display name of the region.
optional string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the displayName field is set. |
hasGeotargetArea()
public abstract boolean hasGeotargetArea()Optional. A list of geotargets that defines the region area.
.google.shopping.merchant.accounts.v1.Region.GeoTargetArea geotarget_area = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the geotargetArea field is set. |
hasPostalCodeArea()
public abstract boolean hasPostalCodeArea()Optional. A list of postal codes that defines the region area.
.google.shopping.merchant.accounts.v1.Region.PostalCodeArea postal_code_area = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the postalCodeArea field is set. |
hasRegionalInventoryEligible()
public abstract boolean hasRegionalInventoryEligible()Output only. Indicates if the region is eligible for use in the Regional Inventory configuration.
.google.protobuf.BoolValue regional_inventory_eligible = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the regionalInventoryEligible field is set. |
hasShippingEligible()
public abstract boolean hasShippingEligible()Output only. Indicates if the region is eligible for use in the Shipping Services configuration.
.google.protobuf.BoolValue shipping_eligible = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the shippingEligible field is set. |