public interface InsertLfpSaleRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLfpSale()
public abstract LfpSale getLfpSale()
Required. The sale to insert.
.google.shopping.merchant.lfp.v1beta.LfpSale lfp_sale = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
LfpSale |
The lfpSale. |
getLfpSaleOrBuilder()
public abstract LfpSaleOrBuilder getLfpSaleOrBuilder()
Required. The sale to insert.
.google.shopping.merchant.lfp.v1beta.LfpSale lfp_sale = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
LfpSaleOrBuilder |
getParent()
public abstract String getParent()
Required. The LFP provider account.
Format: accounts/{lfp_partner}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The LFP provider account.
Format: accounts/{lfp_partner}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasLfpSale()
public abstract boolean hasLfpSale()
Required. The sale to insert.
.google.shopping.merchant.lfp.v1beta.LfpSale lfp_sale = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the lfpSale field is set. |