Reference documentation and code samples for the Google Shopping Merchant Lfp V1beta Client class StoreMatchingState.
The state of matching LfpStore to a Google Business Profile listing.
Protobuf type google.shopping.merchant.lfp.v1beta.LfpMerchantState.LfpStoreState.StoreMatchingState
Namespace
Google \ Shopping \ Merchant \ Lfp \ V1beta \ LfpMerchantState \ LfpStoreStateMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STORE_MATCHING_STATE_UNSPECIFIED
Value: 0Store matching state unspecified.
Generated from protobuf enum STORE_MATCHING_STATE_UNSPECIFIED = 0;
STORE_MATCHING_STATE_MATCHED
Value: 1The LfpStore is successfully matched with a Google Business Profile
store.
Generated from protobuf enum STORE_MATCHING_STATE_MATCHED = 1;
STORE_MATCHING_STATE_FAILED
Value: 2The LfpStore is not matched with a Google Business Profile store.
Generated from protobuf enum STORE_MATCHING_STATE_FAILED = 2;