Class: Google::Shopping::Merchant::Accounts::V1::OmnichannelSetting
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::OmnichannelSetting
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb
Overview
Collection of information related to the omnichannel settings of a merchant.
Defined Under Namespace
Modules: LsfType
Instance Attribute Summary collapse
-
#about ⇒ ::Google::Shopping::Merchant::Accounts::V1::About
Optional.
-
#in_stock ⇒ ::Google::Shopping::Merchant::Accounts::V1::InStock
Optional.
-
#inventory_verification ⇒ ::Google::Shopping::Merchant::Accounts::V1::InventoryVerification
Optional.
-
#lfp_link ⇒ ::Google::Shopping::Merchant::Accounts::V1::LfpLink
readonly
Output only.
-
#lsf_type ⇒ ::Google::Shopping::Merchant::Accounts::V1::OmnichannelSetting::LsfType
Required.
-
#name ⇒ ::String
Identifier.
-
#odo ⇒ ::Google::Shopping::Merchant::Accounts::V1::OnDisplayToOrder
Optional.
-
#pickup ⇒ ::Google::Shopping::Merchant::Accounts::V1::Pickup
Optional.
-
#region_code ⇒ ::String
Required.
Instance Attribute Details
#about ⇒ ::Google::Shopping::Merchant::Accounts::V1::About
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 57 class OmnichannelSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The product page experience type, which is also called the Local Store # Front (LSF) type. Check the [HC # article](https://support.google.com/merchants/answer/7178526) for more # details. module LsfType # Default value. This value is unused. LSF_TYPE_UNSPECIFIED = 0 # Google-Hosted Local Store Front. Check the [HC # article](https://support.google.com/merchants/answer/14869424) for more # details. GHLSF = 1 # Merchant-Hosted Local Store Front Basic. Check the [HC # article](https://support.google.com/merchants/answer/14615867) for more # details. MHLSF_BASIC = 2 # Merchant-Hosted Local Store Front Full. Check the [HC # article](https://support.google.com/merchants/answer/14617076) for more # details. MHLSF_FULL = 3 end end |
#in_stock ⇒ ::Google::Shopping::Merchant::Accounts::V1::InStock
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 57 class OmnichannelSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The product page experience type, which is also called the Local Store # Front (LSF) type. Check the [HC # article](https://support.google.com/merchants/answer/7178526) for more # details. module LsfType # Default value. This value is unused. LSF_TYPE_UNSPECIFIED = 0 # Google-Hosted Local Store Front. Check the [HC # article](https://support.google.com/merchants/answer/14869424) for more # details. GHLSF = 1 # Merchant-Hosted Local Store Front Basic. Check the [HC # article](https://support.google.com/merchants/answer/14615867) for more # details. MHLSF_BASIC = 2 # Merchant-Hosted Local Store Front Full. Check the [HC # article](https://support.google.com/merchants/answer/14617076) for more # details. MHLSF_FULL = 3 end end |
#inventory_verification ⇒ ::Google::Shopping::Merchant::Accounts::V1::InventoryVerification
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 57 class OmnichannelSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The product page experience type, which is also called the Local Store # Front (LSF) type. Check the [HC # article](https://support.google.com/merchants/answer/7178526) for more # details. module LsfType # Default value. This value is unused. LSF_TYPE_UNSPECIFIED = 0 # Google-Hosted Local Store Front. Check the [HC # article](https://support.google.com/merchants/answer/14869424) for more # details. GHLSF = 1 # Merchant-Hosted Local Store Front Basic. Check the [HC # article](https://support.google.com/merchants/answer/14615867) for more # details. MHLSF_BASIC = 2 # Merchant-Hosted Local Store Front Full. Check the [HC # article](https://support.google.com/merchants/answer/14617076) for more # details. MHLSF_FULL = 3 end end |
#lfp_link ⇒ ::Google::Shopping::Merchant::Accounts::V1::LfpLink (readonly)
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 57 class OmnichannelSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The product page experience type, which is also called the Local Store # Front (LSF) type. Check the [HC # article](https://support.google.com/merchants/answer/7178526) for more # details. module LsfType # Default value. This value is unused. LSF_TYPE_UNSPECIFIED = 0 # Google-Hosted Local Store Front. Check the [HC # article](https://support.google.com/merchants/answer/14869424) for more # details. GHLSF = 1 # Merchant-Hosted Local Store Front Basic. Check the [HC # article](https://support.google.com/merchants/answer/14615867) for more # details. MHLSF_BASIC = 2 # Merchant-Hosted Local Store Front Full. Check the [HC # article](https://support.google.com/merchants/answer/14617076) for more # details. MHLSF_FULL = 3 end end |
#lsf_type ⇒ ::Google::Shopping::Merchant::Accounts::V1::OmnichannelSetting::LsfType
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 57 class OmnichannelSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The product page experience type, which is also called the Local Store # Front (LSF) type. Check the [HC # article](https://support.google.com/merchants/answer/7178526) for more # details. module LsfType # Default value. This value is unused. LSF_TYPE_UNSPECIFIED = 0 # Google-Hosted Local Store Front. Check the [HC # article](https://support.google.com/merchants/answer/14869424) for more # details. GHLSF = 1 # Merchant-Hosted Local Store Front Basic. Check the [HC # article](https://support.google.com/merchants/answer/14615867) for more # details. MHLSF_BASIC = 2 # Merchant-Hosted Local Store Front Full. Check the [HC # article](https://support.google.com/merchants/answer/14617076) for more # details. MHLSF_FULL = 3 end end |
#name ⇒ ::String
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 57 class OmnichannelSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The product page experience type, which is also called the Local Store # Front (LSF) type. Check the [HC # article](https://support.google.com/merchants/answer/7178526) for more # details. module LsfType # Default value. This value is unused. LSF_TYPE_UNSPECIFIED = 0 # Google-Hosted Local Store Front. Check the [HC # article](https://support.google.com/merchants/answer/14869424) for more # details. GHLSF = 1 # Merchant-Hosted Local Store Front Basic. Check the [HC # article](https://support.google.com/merchants/answer/14615867) for more # details. MHLSF_BASIC = 2 # Merchant-Hosted Local Store Front Full. Check the [HC # article](https://support.google.com/merchants/answer/14617076) for more # details. MHLSF_FULL = 3 end end |
#odo ⇒ ::Google::Shopping::Merchant::Accounts::V1::OnDisplayToOrder
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 57 class OmnichannelSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The product page experience type, which is also called the Local Store # Front (LSF) type. Check the [HC # article](https://support.google.com/merchants/answer/7178526) for more # details. module LsfType # Default value. This value is unused. LSF_TYPE_UNSPECIFIED = 0 # Google-Hosted Local Store Front. Check the [HC # article](https://support.google.com/merchants/answer/14869424) for more # details. GHLSF = 1 # Merchant-Hosted Local Store Front Basic. Check the [HC # article](https://support.google.com/merchants/answer/14615867) for more # details. MHLSF_BASIC = 2 # Merchant-Hosted Local Store Front Full. Check the [HC # article](https://support.google.com/merchants/answer/14617076) for more # details. MHLSF_FULL = 3 end end |
#pickup ⇒ ::Google::Shopping::Merchant::Accounts::V1::Pickup
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 57 class OmnichannelSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The product page experience type, which is also called the Local Store # Front (LSF) type. Check the [HC # article](https://support.google.com/merchants/answer/7178526) for more # details. module LsfType # Default value. This value is unused. LSF_TYPE_UNSPECIFIED = 0 # Google-Hosted Local Store Front. Check the [HC # article](https://support.google.com/merchants/answer/14869424) for more # details. GHLSF = 1 # Merchant-Hosted Local Store Front Basic. Check the [HC # article](https://support.google.com/merchants/answer/14615867) for more # details. MHLSF_BASIC = 2 # Merchant-Hosted Local Store Front Full. Check the [HC # article](https://support.google.com/merchants/answer/14617076) for more # details. MHLSF_FULL = 3 end end |
#region_code ⇒ ::String
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 57 class OmnichannelSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The product page experience type, which is also called the Local Store # Front (LSF) type. Check the [HC # article](https://support.google.com/merchants/answer/7178526) for more # details. module LsfType # Default value. This value is unused. LSF_TYPE_UNSPECIFIED = 0 # Google-Hosted Local Store Front. Check the [HC # article](https://support.google.com/merchants/answer/14869424) for more # details. GHLSF = 1 # Merchant-Hosted Local Store Front Basic. Check the [HC # article](https://support.google.com/merchants/answer/14615867) for more # details. MHLSF_BASIC = 2 # Merchant-Hosted Local Store Front Full. Check the [HC # article](https://support.google.com/merchants/answer/14617076) for more # details. MHLSF_FULL = 3 end end |