logsPath property

  1. @TagNumber(2)
String get logsPath

The path to which logs are saved when the destination = PATH. This can be a local file path on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.

Implementation

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

Implementation

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