etag property

String? etag
getter/setter pair

A checksum computed by the server based on the value of other fields.

This may be sent on update requests to ensure that the client has an up-to-date value before proceeding. The request will be rejected with an ABORTED error on a mismatched etag.

Optional.

Implementation

core.String? etag;