Mutation()
Model class for mutations
Methods
is_idempotent
is_idempotent() -> bool
Check if the mutation is idempotent If false, the mutation will not be retried
size
size() -> int
Get the size of the mutation in bytes
Mutation()
Model class for mutations
is_idempotent() -> bool
Check if the mutation is idempotent If false, the mutation will not be retried
size() -> int
Get the size of the mutation in bytes
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-17 UTC.