public enum AccountService.Mutability extends Enum<AccountService.Mutability> implements ProtocolMessageEnum
The list of mutability option settings a service can have.
Protobuf enum google.shopping.merchant.accounts.v1.AccountService.Mutability
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IMMUTABLE |
The service is read-only and must not be mutated. |
IMMUTABLE_VALUE |
The service is read-only and must not be mutated. |
MUTABILITY_UNSPECIFIED |
Unused default value |
MUTABILITY_UNSPECIFIED_VALUE |
Unused default value |
MUTABLE |
The service can be mutated without restrictions. |
MUTABLE_VALUE |
The service can be mutated without restrictions. |
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() |