Enum BusinessIdentity.IdentityAttribute.IdentityDeclaration (0.5.0)

public enum BusinessIdentity.IdentityAttribute.IdentityDeclaration extends Enum<BusinessIdentity.IdentityAttribute.IdentityDeclaration> implements ProtocolMessageEnum

All possible settings regarding the declaration of an identity.

Protobuf enum google.shopping.merchant.accounts.v1beta.BusinessIdentity.IdentityAttribute.IdentityDeclaration

Implements

ProtocolMessageEnum

Static Fields

Name Description
DOES_NOT_SELF_IDENTIFY_AS

Indicates that the account does not identify with the attribute.

DOES_NOT_SELF_IDENTIFY_AS = 2;

DOES_NOT_SELF_IDENTIFY_AS_VALUE

Indicates that the account does not identify with the attribute.

DOES_NOT_SELF_IDENTIFY_AS = 2;

IDENTITY_DECLARATION_UNSPECIFIED

Default value indicating that no selection was made.

IDENTITY_DECLARATION_UNSPECIFIED = 0;

IDENTITY_DECLARATION_UNSPECIFIED_VALUE

Default value indicating that no selection was made.

IDENTITY_DECLARATION_UNSPECIFIED = 0;

SELF_IDENTIFIES_AS

Indicates that the account identifies with the attribute.

SELF_IDENTIFIES_AS = 1;

SELF_IDENTIFIES_AS_VALUE

Indicates that the account identifies with the attribute.

SELF_IDENTIFIES_AS = 1;

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