public interface InsertLfpInventoryRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLfpInventory()
public abstract LfpInventory getLfpInventory()Required. The inventory to insert.
.google.shopping.merchant.lfp.v1beta.LfpInventory lfp_inventory = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LfpInventory |
The lfpInventory. |
getLfpInventoryOrBuilder()
public abstract LfpInventoryOrBuilder getLfpInventoryOrBuilder()Required. The inventory to insert.
.google.shopping.merchant.lfp.v1beta.LfpInventory lfp_inventory = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LfpInventoryOrBuilder |
|
getParent()
public abstract String getParent() Required. The LFP provider account.
Format: accounts/{account}
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 LFP provider account.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasLfpInventory()
public abstract boolean hasLfpInventory()Required. The inventory to insert.
.google.shopping.merchant.lfp.v1beta.LfpInventory lfp_inventory = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the lfpInventory field is set. |