generation property

  1. @TagNumber.new(3)
Int64 get generation

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);
  1. @TagNumber.new(3)
set generation (Int64 v)

Implementation

@$pb.TagNumber(3)
set generation($fixnum.Int64 v) { $_setInt64(2, v); }