etag property

  1. @TagNumber(99)
String etag

Output only. This checksum is computed by the server based on the value of other fields, and might be sent only on create requests to ensure that the client has an up-to-date value before proceeding.

Implementation

@$pb.TagNumber(99)
$core.String get etag => $_getSZ(12);
  1. @TagNumber(99)
void etag=(String v)

Implementation

@$pb.TagNumber(99)
set etag($core.String v) { $_setString(12, v); }