Enum Program.State (0.5.0)

public enum Program.State extends Enum<Program.State> implements ProtocolMessageEnum

Possible program participation states for the account.

Protobuf enum google.shopping.merchant.accounts.v1beta.Program.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ELIGIBLE

The account is eligible to participate in the program.

ELIGIBLE = 2;

ELIGIBLE_VALUE

The account is eligible to participate in the program.

ELIGIBLE = 2;

ENABLED

The program is enabled for the account.

ENABLED = 3;

ENABLED_VALUE

The program is enabled for the account.

ENABLED = 3;

NOT_ELIGIBLE

The account is not eligible to participate in the program.

NOT_ELIGIBLE = 1;

NOT_ELIGIBLE_VALUE

The account is not eligible to participate in the program.

NOT_ELIGIBLE = 1;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

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