Enum Service.StoreConfig.StoreServiceType (0.2.0)

public enum Service.StoreConfig.StoreServiceType extends Enum<Service.StoreConfig.StoreServiceType> implements ProtocolMessageEnum

Indicates whether all stores, or selected stores, listed by the merchant provide local delivery.

Protobuf enum google.shopping.merchant.accounts.v1beta.Service.StoreConfig.StoreServiceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL_STORES

Indicates whether all stores, current and future, listed by this merchant provide local delivery.

ALL_STORES = 1;

ALL_STORES_VALUE

Indicates whether all stores, current and future, listed by this merchant provide local delivery.

ALL_STORES = 1;

SELECTED_STORES

Indicates that only the stores listed in store_codes are eligible for local delivery.

SELECTED_STORES = 2;

SELECTED_STORES_VALUE

Indicates that only the stores listed in store_codes are eligible for local delivery.

SELECTED_STORES = 2;

STORE_SERVICE_TYPE_UNSPECIFIED

Did not specify store service type.

STORE_SERVICE_TYPE_UNSPECIFIED = 0;

STORE_SERVICE_TYPE_UNSPECIFIED_VALUE

Did not specify store service type.

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