Message Mutability
Mutability indicates whether your program may modify a message:
- A program may modify a mutable message by adding, deleting, or changing field values.
- A program cannot modify an immutable message in any way.
Mutability depends entirely on the origin of a message.
Copyright © Cloud Software Group, Inc. All rights reserved.