Enum Pause (1.0.0)

public enum Pause extends Enum<Pause> implements ProtocolMessageEnum

Publication of this item will be temporarily paused.

Protobuf enum google.shopping.merchant.products.v1.Pause

Implements

ProtocolMessageEnum

Static Fields

Name Description
ADS

You’re currently pausing your product for all ads locations (including Shopping Ads, Display Ads, and local inventory ads).

ADS = 1;

ADS_VALUE

You’re currently pausing your product for all ads locations (including Shopping Ads, Display Ads, and local inventory ads).

ADS = 1;

ALL

You’re currently pausing your product for all Shopping locations (including Shopping Ads, Display Ads, local inventory ads, Buy on Google, and free listings).

ALL = 2;

ALL_VALUE

You’re currently pausing your product for all Shopping locations (including Shopping Ads, Display Ads, local inventory ads, Buy on Google, and free listings).

ALL = 2;

PAUSE_UNSPECIFIED

The pause is unspecified.

PAUSE_UNSPECIFIED = 0;

PAUSE_UNSPECIFIED_VALUE

The pause is unspecified.

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