generation property
- @TagNumber.new(3)
Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get generation => $_getI64(2);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set generation($fixnum.Int64 v) { $_setInt64(2, v); }