Enum OmnichannelSetting.LsfType (0.23.0)

public enum OmnichannelSetting.LsfType extends Enum<OmnichannelSetting.LsfType> implements ProtocolMessageEnum

The product page experience type, which is also called the Local Store Front (LSF) type. Check the HC article for more details.

Protobuf enum google.shopping.merchant.accounts.v1beta.OmnichannelSetting.LsfType

Implements

ProtocolMessageEnum

Static Fields

Name Description
GHLSF

Google-Hosted Local Store Front. Check the HC article for more details.

GHLSF = 1;

GHLSF_VALUE

Google-Hosted Local Store Front. Check the HC article for more details.

GHLSF = 1;

LSF_TYPE_UNSPECIFIED

Default value. This value is unused.

LSF_TYPE_UNSPECIFIED = 0;

LSF_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

LSF_TYPE_UNSPECIFIED = 0;

MHLSF_BASIC

Merchant-Hosted Local Store Front Basic. Check the HC article for more details.

MHLSF_BASIC = 2;

MHLSF_BASIC_VALUE

Merchant-Hosted Local Store Front Basic. Check the HC article for more details.

MHLSF_BASIC = 2;

MHLSF_FULL

Merchant-Hosted Local Store Front Full. Check the HC article for more details.

MHLSF_FULL = 3;

MHLSF_FULL_VALUE

Merchant-Hosted Local Store Front Full. Check the HC article for more details.

MHLSF_FULL = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()