Enum LfpMerchantState.CountrySettings.VerificationState (0.21.0)

public enum LfpMerchantState.CountrySettings.VerificationState extends Enum<LfpMerchantState.CountrySettings.VerificationState> implements ProtocolMessageEnum

The possible verification states for different merchant programs.

Protobuf enum google.shopping.merchant.lfp.v1beta.LfpMerchantState.CountrySettings.VerificationState

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNRECOGNIZED
VERIFICATION_STATE_APPROVED

Verification state approved.

VERIFICATION_STATE_APPROVED = 3;

VERIFICATION_STATE_APPROVED_VALUE

Verification state approved.

VERIFICATION_STATE_APPROVED = 3;

VERIFICATION_STATE_IN_PROGRESS

Verification state in progress.

VERIFICATION_STATE_IN_PROGRESS = 2;

VERIFICATION_STATE_IN_PROGRESS_VALUE

Verification state in progress.

VERIFICATION_STATE_IN_PROGRESS = 2;

VERIFICATION_STATE_NOT_APPROVED

Verification state not approved.

VERIFICATION_STATE_NOT_APPROVED = 1;

VERIFICATION_STATE_NOT_APPROVED_VALUE

Verification state not approved.

VERIFICATION_STATE_NOT_APPROVED = 1;

VERIFICATION_STATE_UNSPECIFIED

Verification state unspecified.

VERIFICATION_STATE_UNSPECIFIED = 0;

VERIFICATION_STATE_UNSPECIFIED_VALUE

Verification state unspecified.

VERIFICATION_STATE_UNSPECIFIED = 0;

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