public enum GbpAccount.Type extends Enum<GbpAccount.Type> implements ProtocolMessageEnum
The type of the GBP account.
Protobuf enum google.shopping.merchant.accounts.v1beta.GbpAccount.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BUSINESS_ACCOUNT |
The GBP account is a business account. |
BUSINESS_ACCOUNT_VALUE |
The GBP account is a business account. |
TYPE_UNSPECIFIED |
Default value. This value is unused. |
TYPE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
UNRECOGNIZED |
|
USER |
The GBP account is a user account. |
USER_VALUE |
The GBP account is a user account. |
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() |