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
Returns Optional. The about page URI and state for this country.
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
Returns Optional. The InStock URI and state for this country.
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
Returns Optional. The inventory verification contact and state for this country.
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)
Returns Output only. The established link to a LFP provider.
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
Returns Required. The Local Store Front type for this country.
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
Returns Identifier. The resource name of the omnichannel setting. Format:
accounts/{account}/omnichannelSettings/{omnichannel_setting}.
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
Returns Optional. The On Display to Order (ODO) policy URI and state for this country.
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
Returns Optional. The Pickup URI and state for this country.
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
Returns Required. Immutable. Region code defined by CLDR. Must be provided in the Create method, and is immutable.
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 |