dumpPath property

  1. @TagNumber.new(9)
String get dumpPath

The path to the dump file in Google Cloud Storage, in the format: (gs://BUCKET_NAME/OBJECT_NAME). This field and the "dump_flags" field are mutually exclusive.

Implementation

@$pb.TagNumber(9)
$core.String get dumpPath => $_getSZ(8);
  1. @TagNumber.new(9)
set dumpPath (String v)

Implementation

@$pb.TagNumber(9)
set dumpPath($core.String v) {
  $_setString(8, v);
}