public interface InsertLfpStoreRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLfpStore()
public abstract LfpStore getLfpStore()
Required. The store to insert.
.google.shopping.merchant.lfp.v1beta.LfpStore lfp_store = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
LfpStore |
The lfpStore. |
getLfpStoreOrBuilder()
public abstract LfpStoreOrBuilder getLfpStoreOrBuilder()
Required. The store to insert.
.google.shopping.merchant.lfp.v1beta.LfpStore lfp_store = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
LfpStoreOrBuilder |
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. |
hasLfpStore()
public abstract boolean hasLfpStore()
Required. The store to insert.
.google.shopping.merchant.lfp.v1beta.LfpStore lfp_store = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the lfpStore field is set. |