etag property

String? etag
getter/setter pair

Fingerprint for optimistic concurrency returned in Get requests.

Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.

Required.

Implementation

core.String? etag;