Enum AccountService.Mutability (1.0.0)

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

ProtocolMessageEnum

Static Fields

Name Description
IMMUTABLE

The service is read-only and must not be mutated.

IMMUTABLE = 2;

IMMUTABLE_VALUE

The service is read-only and must not be mutated.

IMMUTABLE = 2;

MUTABILITY_UNSPECIFIED

Unused default value

MUTABILITY_UNSPECIFIED = 0;

MUTABILITY_UNSPECIFIED_VALUE

Unused default value

MUTABILITY_UNSPECIFIED = 0;

MUTABLE

The service can be mutated without restrictions.

MUTABLE = 1;

MUTABLE_VALUE

The service can be mutated without restrictions.

MUTABLE = 1;

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()