jobUri property

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

Implementation

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