mutability property

String? mutability
getter/setter pair

Whether the service is mutable (e.g. through Approve / Reject RPCs).

A service that was created through another system or API might be immutable.

Output only. Possible string values are:

  • "MUTABILITY_UNSPECIFIED" : Unused default value
  • "MUTABLE" : The service can be mutated without restrictions.
  • "IMMUTABLE" : The service is read-only and must not be mutated.

Implementation

core.String? mutability;