gcsUri property

  1. @TagNumber(2)
String get gcsUri

A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://.

Implementation

@$pb.TagNumber(2)
$core.String get gcsUri => $_getSZ(1);
  1. @TagNumber(2)
set gcsUri (String v)

Implementation

@$pb.TagNumber(2)
set gcsUri($core.String v) { $_setString(1, v); }