Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class Mutability.
The list of mutability option settings a service can have.
Protobuf type google.shopping.merchant.accounts.v1.AccountService.Mutability
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ AccountServiceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MUTABILITY_UNSPECIFIED
Value: 0Unused default value
Generated from protobuf enum MUTABILITY_UNSPECIFIED = 0;
MUTABLE
Value: 1The service can be mutated without restrictions.
Generated from protobuf enum MUTABLE = 1;
IMMUTABLE
Value: 2The service is read-only and must not be mutated.
Generated from protobuf enum IMMUTABLE = 2;