Google Shopping Merchant Accounts V1 Client - Class Mutability (0.10.0)

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 \ AccountService

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MUTABILITY_UNSPECIFIED

Value: 0

Unused default value

Generated from protobuf enum MUTABILITY_UNSPECIFIED = 0;

MUTABLE

Value: 1

The service can be mutated without restrictions.

Generated from protobuf enum MUTABLE = 1;

IMMUTABLE

Value: 2

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

Generated from protobuf enum IMMUTABLE = 2;