public enum AccessRight extends Enum<AccessRight> implements ProtocolMessageEnum
The access right.
Protobuf enum google.shopping.merchant.accounts.v1.AccessRight
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACCESS_RIGHT_UNSPECIFIED |
Default value. This value is unused. |
ACCESS_RIGHT_UNSPECIFIED_VALUE |
Default value. This value is unused. |
ADMIN |
Admin access rights. |
ADMIN_VALUE |
Admin access rights. |
API_DEVELOPER |
Users with this right have access to Merchant API and its notifications. This role is only accessible to accounts that has a developer registration. |
API_DEVELOPER_VALUE |
Users with this right have access to Merchant API and its notifications. This role is only accessible to accounts that has a developer registration. |
PERFORMANCE_REPORTING |
Users with this right have access to performance and insights. |
PERFORMANCE_REPORTING_VALUE |
Users with this right have access to performance and insights. |
READ_ONLY |
Has access to the same read-only methods as STANDARD, but no access to any mutating methods. |
READ_ONLY_VALUE |
Has access to the same read-only methods as STANDARD, but no access to any mutating methods. |
STANDARD |
Standard access rights. |
STANDARD_VALUE |
Standard access rights. |
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() |