snapshotLocation property

  1. @TagNumber(3)
ShardSnapshotLocation get snapshotLocation

Implementation

@$pb.TagNumber(3)
ShardSnapshotLocation get snapshotLocation => $_getN(2);
  1. @TagNumber(3)
set snapshotLocation (ShardSnapshotLocation v)

Implementation

@$pb.TagNumber(3)
set snapshotLocation(ShardSnapshotLocation v) { $_setField(3, v); }