Enum ProductMinimumOrderValue.Surface (1.23.0)

public enum ProductMinimumOrderValue.Surface extends Enum<ProductMinimumOrderValue.Surface> implements ProtocolMessageEnum

The surface values to which the minimum order value applies.

Protobuf enum google.shopping.merchant.products.v1.ProductMinimumOrderValue.Surface

Implements

ProtocolMessageEnum

Static Fields

Name Description
LOCAL

Surface value to indicate local purchases.

LOCAL = 2;

LOCAL_VALUE

Surface value to indicate local purchases.

LOCAL = 2;

ONLINE

Surface value to indicate online purchases.

ONLINE = 1;

ONLINE_LOCAL

Surface value to indicate online and local purchases.

ONLINE_LOCAL = 3;

ONLINE_LOCAL_VALUE

Surface value to indicate online and local purchases.

ONLINE_LOCAL = 3;

ONLINE_VALUE

Surface value to indicate online purchases.

ONLINE = 1;

SURFACE_UNSPECIFIED

Surface is unspecified.

SURFACE_UNSPECIFIED = 0;

SURFACE_UNSPECIFIED_VALUE

Surface is unspecified.

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