jobUri property

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

Output only. The URI of the external job used to execute the notebook.

Implementation

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

Implementation

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