Class: Google::Shopping::Merchant::Lfp::V1::LfpMerchantState::LfpStoreState
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Lfp::V1::LfpMerchantState::LfpStoreState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/lfp/v1/lfpmerchantstate.rb
Overview
The state of a specific merchant's store.
Defined Under Namespace
Modules: StoreMatchingState
Instance Attribute Summary collapse
-
#matching_state ⇒ ::Google::Shopping::Merchant::Lfp::V1::LfpMerchantState::LfpStoreState::StoreMatchingState
readonly
Output only.
-
#matching_state_hint ⇒ ::String
The hint of why the matching has failed (only set if matching_state is FAILED).
-
#store_code ⇒ ::String
Required.
Instance Attribute Details
#matching_state ⇒ ::Google::Shopping::Merchant::Lfp::V1::LfpMerchantState::LfpStoreState::StoreMatchingState (readonly)
Returns Output only. The store matching state.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'proto_docs/google/shopping/merchant/lfp/v1/lfpmerchantstate.rb', line 61 class LfpStoreState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of matching `LfpStore` to a Google Business Profile listing. module StoreMatchingState # Store matching state unspecified. STORE_MATCHING_STATE_UNSPECIFIED = 0 # The `LfpStore` is successfully matched with a Google Business Profile # store. STORE_MATCHING_STATE_MATCHED = 1 # The `LfpStore` is not matched with a Google Business Profile store. STORE_MATCHING_STATE_FAILED = 2 end end |
#matching_state_hint ⇒ ::String
Returns The hint of why the matching has failed (only set if matching_state is FAILED).
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'proto_docs/google/shopping/merchant/lfp/v1/lfpmerchantstate.rb', line 61 class LfpStoreState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of matching `LfpStore` to a Google Business Profile listing. module StoreMatchingState # Store matching state unspecified. STORE_MATCHING_STATE_UNSPECIFIED = 0 # The `LfpStore` is successfully matched with a Google Business Profile # store. STORE_MATCHING_STATE_MATCHED = 1 # The `LfpStore` is not matched with a Google Business Profile store. STORE_MATCHING_STATE_FAILED = 2 end end |
#store_code ⇒ ::String
Returns Required. Immutable. The identifier of this store.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'proto_docs/google/shopping/merchant/lfp/v1/lfpmerchantstate.rb', line 61 class LfpStoreState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of matching `LfpStore` to a Google Business Profile listing. module StoreMatchingState # Store matching state unspecified. STORE_MATCHING_STATE_UNSPECIFIED = 0 # The `LfpStore` is successfully matched with a Google Business Profile # store. STORE_MATCHING_STATE_MATCHED = 1 # The `LfpStore` is not matched with a Google Business Profile store. STORE_MATCHING_STATE_FAILED = 2 end end |