version property

  1. @TagNumber(1)
Int64 version

Output only The version of this update. The version number is assigned by the server, and is always greater than 0 after device creation. The version must be 0 on the CreateDevice request if a config is specified; the response of CreateDevice will always have a value of 1.

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get version => $_getI64(0);
  1. @TagNumber(1)
void version=(Int64 v)

Implementation

@$pb.TagNumber(1)
set version($fixnum.Int64 v) { $_setInt64(0, v); }