public enum UserList.AccessReason extends Enum<UserList.AccessReason> implements ProtocolMessageEnumEnum describing possible access reasons.
Protobuf enum google.ads.datamanager.v1.UserList.AccessReason
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACCESS_REASON_UNSPECIFIED |
Not specified. |
ACCESS_REASON_UNSPECIFIED_VALUE |
Not specified. |
AFFILIATED |
The resource is accessible to the user. |
AFFILIATED_VALUE |
The resource is accessible to the user. |
LICENSED |
The resource is licensed to the user. |
LICENSED_VALUE |
The resource is licensed to the user. |
OWNED |
The resource is owned by the user. |
OWNED_VALUE |
The resource is owned by the user. |
SHARED |
The resource is shared to the user. |
SHARED_VALUE |
The resource is shared to the user. |
SUBSCRIBED |
The user subscribed to the resource. |
SUBSCRIBED_VALUE |
The user subscribed to the resource. |
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() |
|