Enum StoreType.StoreTypeEnum (1.23.0)

public enum StoreType.StoreTypeEnum extends Enum<StoreType.StoreTypeEnum> implements ProtocolMessageEnum

Store types.

Protobuf enum google.shopping.merchant.reports.v1.StoreType.StoreTypeEnum

Implements

ProtocolMessageEnum

Static Fields

Name Description
LOCAL_STORES

Local (physical) stores.

LOCAL_STORES = 2;

LOCAL_STORES_VALUE

Local (physical) stores.

LOCAL_STORES = 2;

ONLINE_STORE

Online store.

ONLINE_STORE = 1;

ONLINE_STORE_VALUE

Online store.

ONLINE_STORE = 1;

STORE_TYPE_ENUM_UNSPECIFIED

Not specified.

STORE_TYPE_ENUM_UNSPECIFIED = 0;

STORE_TYPE_ENUM_UNSPECIFIED_VALUE

Not specified.

STORE_TYPE_ENUM_UNSPECIFIED = 0;

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()