destinationGcsUri property

  1. @TagNumber(4)
String get destinationGcsUri

Output only. A Cloud Storage URI of a folder that metadata are exported to, in the form of gs://<bucket_name>/<path_inside_bucket>/<export_folder>, where <export_folder> is automatically generated.

Implementation

@$pb.TagNumber(4)
$core.String get destinationGcsUri => $_getSZ(3);
  1. @TagNumber(4)
set destinationGcsUri (String v)

Implementation

@$pb.TagNumber(4)
set destinationGcsUri($core.String v) { $_setString(3, v); }