dumpPath property

  1. @TagNumber(9)
String 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(9)
void dumpPath=(String v)

Implementation

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