Class: Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::CountrySettings
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::CountrySettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/lfp/v1beta/lfpmerchantstate.rb
Overview
Country-specific settings for the merchant.
Defined Under Namespace
Modules: ProductPageType, VerificationState
Instance Attribute Summary collapse
-
#free_local_listings_enabled ⇒ ::Boolean
True if this merchant has enabled free local listings in MC.
-
#instock_serving_verification_state ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::CountrySettings::VerificationState
readonly
Output only.
-
#inventory_verification_state ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::CountrySettings::VerificationState
readonly
Output only.
-
#local_inventory_ads_enabled ⇒ ::Boolean
True if this merchant has enabled local inventory ads in MC.
-
#pickup_serving_verification_state ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::CountrySettings::VerificationState
readonly
Output only.
-
#product_page_type ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::CountrySettings::ProductPageType
readonly
Output only.
-
#region_code ⇒ ::String
Required.
Instance Attribute Details
#free_local_listings_enabled ⇒ ::Boolean
Returns True if this merchant has enabled free local listings in MC.
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpmerchantstate.rb', line 128 class CountrySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible verification states for different merchant programs. module VerificationState # Verification state unspecified. VERIFICATION_STATE_UNSPECIFIED = 0 # Verification state not approved. VERIFICATION_STATE_NOT_APPROVED = 1 # Verification state in progress. VERIFICATION_STATE_IN_PROGRESS = 2 # Verification state approved. VERIFICATION_STATE_APPROVED = 3 end # The possible [product page # types](https://support.google.com/merchants/topic/15148370) for a # merchant. module ProductPageType # Product page type unspecified. PRODUCT_PAGE_TYPE_UNSPECIFIED = 0 # Google hosted product page. GOOGLE_HOSTED = 1 # Merchant hosted product page. MERCHANT_HOSTED = 2 # Merchant hosted store specific product page. MERCHANT_HOSTED_STORE_SPECIFIC = 3 end end |
#instock_serving_verification_state ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::CountrySettings::VerificationState (readonly)
Returns Output only. The verification state of this merchant's instock serving feature.
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpmerchantstate.rb', line 128 class CountrySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible verification states for different merchant programs. module VerificationState # Verification state unspecified. VERIFICATION_STATE_UNSPECIFIED = 0 # Verification state not approved. VERIFICATION_STATE_NOT_APPROVED = 1 # Verification state in progress. VERIFICATION_STATE_IN_PROGRESS = 2 # Verification state approved. VERIFICATION_STATE_APPROVED = 3 end # The possible [product page # types](https://support.google.com/merchants/topic/15148370) for a # merchant. module ProductPageType # Product page type unspecified. PRODUCT_PAGE_TYPE_UNSPECIFIED = 0 # Google hosted product page. GOOGLE_HOSTED = 1 # Merchant hosted product page. MERCHANT_HOSTED = 2 # Merchant hosted store specific product page. MERCHANT_HOSTED_STORE_SPECIFIC = 3 end end |
#inventory_verification_state ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::CountrySettings::VerificationState (readonly)
Returns Output only. The verification state of this merchant's inventory check.
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpmerchantstate.rb', line 128 class CountrySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible verification states for different merchant programs. module VerificationState # Verification state unspecified. VERIFICATION_STATE_UNSPECIFIED = 0 # Verification state not approved. VERIFICATION_STATE_NOT_APPROVED = 1 # Verification state in progress. VERIFICATION_STATE_IN_PROGRESS = 2 # Verification state approved. VERIFICATION_STATE_APPROVED = 3 end # The possible [product page # types](https://support.google.com/merchants/topic/15148370) for a # merchant. module ProductPageType # Product page type unspecified. PRODUCT_PAGE_TYPE_UNSPECIFIED = 0 # Google hosted product page. GOOGLE_HOSTED = 1 # Merchant hosted product page. MERCHANT_HOSTED = 2 # Merchant hosted store specific product page. MERCHANT_HOSTED_STORE_SPECIFIC = 3 end end |
#local_inventory_ads_enabled ⇒ ::Boolean
Returns True if this merchant has enabled local inventory ads in MC.
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpmerchantstate.rb', line 128 class CountrySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible verification states for different merchant programs. module VerificationState # Verification state unspecified. VERIFICATION_STATE_UNSPECIFIED = 0 # Verification state not approved. VERIFICATION_STATE_NOT_APPROVED = 1 # Verification state in progress. VERIFICATION_STATE_IN_PROGRESS = 2 # Verification state approved. VERIFICATION_STATE_APPROVED = 3 end # The possible [product page # types](https://support.google.com/merchants/topic/15148370) for a # merchant. module ProductPageType # Product page type unspecified. PRODUCT_PAGE_TYPE_UNSPECIFIED = 0 # Google hosted product page. GOOGLE_HOSTED = 1 # Merchant hosted product page. MERCHANT_HOSTED = 2 # Merchant hosted store specific product page. MERCHANT_HOSTED_STORE_SPECIFIC = 3 end end |
#pickup_serving_verification_state ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::CountrySettings::VerificationState (readonly)
Returns Output only. The verification state of this merchant's pickup serving feature.
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpmerchantstate.rb', line 128 class CountrySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible verification states for different merchant programs. module VerificationState # Verification state unspecified. VERIFICATION_STATE_UNSPECIFIED = 0 # Verification state not approved. VERIFICATION_STATE_NOT_APPROVED = 1 # Verification state in progress. VERIFICATION_STATE_IN_PROGRESS = 2 # Verification state approved. VERIFICATION_STATE_APPROVED = 3 end # The possible [product page # types](https://support.google.com/merchants/topic/15148370) for a # merchant. module ProductPageType # Product page type unspecified. PRODUCT_PAGE_TYPE_UNSPECIFIED = 0 # Google hosted product page. GOOGLE_HOSTED = 1 # Merchant hosted product page. MERCHANT_HOSTED = 2 # Merchant hosted store specific product page. MERCHANT_HOSTED_STORE_SPECIFIC = 3 end end |
#product_page_type ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::CountrySettings::ProductPageType (readonly)
Returns Output only. The product page type selected by this merchant.
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpmerchantstate.rb', line 128 class CountrySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible verification states for different merchant programs. module VerificationState # Verification state unspecified. VERIFICATION_STATE_UNSPECIFIED = 0 # Verification state not approved. VERIFICATION_STATE_NOT_APPROVED = 1 # Verification state in progress. VERIFICATION_STATE_IN_PROGRESS = 2 # Verification state approved. VERIFICATION_STATE_APPROVED = 3 end # The possible [product page # types](https://support.google.com/merchants/topic/15148370) for a # merchant. module ProductPageType # Product page type unspecified. PRODUCT_PAGE_TYPE_UNSPECIFIED = 0 # Google hosted product page. GOOGLE_HOSTED = 1 # Merchant hosted product page. MERCHANT_HOSTED = 2 # Merchant hosted store specific product page. MERCHANT_HOSTED_STORE_SPECIFIC = 3 end end |
#region_code ⇒ ::String
Returns Required. The CLDR territory code for the country for which these settings are defined.
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpmerchantstate.rb', line 128 class CountrySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible verification states for different merchant programs. module VerificationState # Verification state unspecified. VERIFICATION_STATE_UNSPECIFIED = 0 # Verification state not approved. VERIFICATION_STATE_NOT_APPROVED = 1 # Verification state in progress. VERIFICATION_STATE_IN_PROGRESS = 2 # Verification state approved. VERIFICATION_STATE_APPROVED = 3 end # The possible [product page # types](https://support.google.com/merchants/topic/15148370) for a # merchant. module ProductPageType # Product page type unspecified. PRODUCT_PAGE_TYPE_UNSPECIFIED = 0 # Google hosted product page. GOOGLE_HOSTED = 1 # Merchant hosted product page. MERCHANT_HOSTED = 2 # Merchant hosted store specific product page. MERCHANT_HOSTED_STORE_SPECIFIC = 3 end end |