public interface InsertRegionalInventoryRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The account and product where this inventory will be inserted.
Format: accounts/{account}/products/{product}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The account and product where this inventory will be inserted.
Format: accounts/{account}/products/{product}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRegionalInventory()
public abstract RegionalInventory getRegionalInventory() Required. Regional inventory information to add to the product. If the
product already has a RegionalInventory resource for the same region,
full replacement of the RegionalInventory resource is performed.
.google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventory = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RegionalInventory |
The regionalInventory. |
getRegionalInventoryOrBuilder()
public abstract RegionalInventoryOrBuilder getRegionalInventoryOrBuilder() Required. Regional inventory information to add to the product. If the
product already has a RegionalInventory resource for the same region,
full replacement of the RegionalInventory resource is performed.
.google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventory = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RegionalInventoryOrBuilder |
|
hasRegionalInventory()
public abstract boolean hasRegionalInventory() Required. Regional inventory information to add to the product. If the
product already has a RegionalInventory resource for the same region,
full replacement of the RegionalInventory resource is performed.
.google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventory = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the regionalInventory field is set. |