etag property

String? etag
getter/setter pair

The current etag of the cluster.

If an etag is provided and does not match the current etag of the cluster, update will be blocked and an ABORTED error will be returned.

Implementation

core.String? etag;