destinationGcsUri property
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);
Implementation
@$pb.TagNumber(4)
set destinationGcsUri($core.String v) {
$_setString(3, v);
}