etag property

String? etag
getter/setter pair

Opaque system-generated token that uniquely identifies the configuration.

If provided when patching a configuration in update mode, the provided token must match the current token or the update is rejected. This provides a reliable means of doing read-modify-write (optimistic locking) as described by AIP 154.

Implementation

core.String? etag;