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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DOES_NOT_SELF_IDENTIFY_AS |
Indicates that the account does not identify with the attribute. |
DOES_NOT_SELF_IDENTIFY_AS_VALUE |
Indicates that the account does not identify with the attribute. |
IDENTITY_DECLARATION_UNSPECIFIED |
Default value indicating that no selection was made. |
IDENTITY_DECLARATION_UNSPECIFIED_VALUE |
Default value indicating that no selection was made. |
SELF_IDENTIFIES_AS |
Indicates that the account identifies with the attribute. |
SELF_IDENTIFIES_AS_VALUE |
Indicates that the account identifies with the attribute. |
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() |