public enum ContactStatusEnum.ContactStatus extends Enum<ContactStatusEnum.ContactStatus> implements ProtocolMessageEnumDescribes the contact statuses.
Protobuf enum google.ads.admanager.v1.ContactStatusEnum.ContactStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONTACT_STATUS_UNSPECIFIED |
Default value. This value is unused. |
CONTACT_STATUS_UNSPECIFIED_VALUE |
Default value. This value is unused. |
INVITE_CANCELED |
The contact was invited to see their orders, but the invitation was cancelled. |
INVITE_CANCELED_VALUE |
The contact was invited to see their orders, but the invitation was cancelled. |
INVITE_EXPIRED |
The contact has been invited to see their orders, but the invitation has already expired. |
INVITE_EXPIRED_VALUE |
The contact has been invited to see their orders, but the invitation has already expired. |
INVITE_PENDING |
The contact has been invited to see their orders, but has not yet accepted the invitation. |
INVITE_PENDING_VALUE |
The contact has been invited to see their orders, but has not yet accepted the invitation. |
UNINVITED |
The contact has not been invited to see their orders. |
UNINVITED_VALUE |
The contact has not been invited to see their orders. |
UNRECOGNIZED |
|
USER_ACTIVE |
The contact has access to login and view their orders. |
USER_ACTIVE_VALUE |
The contact has access to login and view their orders. |
USER_DISABLED |
The contact accepted an invitation to see their orders, but their access was later revoked. |
USER_DISABLED_VALUE |
The contact accepted an invitation to see their orders, but their access was later revoked. |
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() |
|